MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
foaming_globals.f90 File Reference

Stores global variables for Foaming application. More...

Go to the source code of this file.

Variables

logical foaming_globals_m::firstrun
 running for the first time
 
logical foaming_globals_m::printout = .true.
 
integer foaming_globals_m::bub_inx
 bubble index
 
real(8) foaming_globals_m::tstart
 starting time of the direct simulations
 
real(8) foaming_globals_m::tend
 end time of the direct simulations
 
real(8) foaming_globals_m::bub_pres
 bubble pressure
 
real(8) foaming_globals_m::surface_tension
 surface tension
 
real(8), dimension(:,:), allocatable foaming_globals_m::bub_rad
 first column - time; rest radius of each bubble every timestep
 
real(8), dimension(:,:), allocatable foaming_globals_m::etat
 first column - time, second column viscosity for each timestep
 
real(8), dimension(:,:), allocatable foaming_globals_m::port
 first column - time, second column porosity for each timestep
 
real(8), dimension(:,:), allocatable foaming_globals_m::init_bub_rad
 first column - time, second column radius for each timestep
 

Detailed Description

Stores global variables for Foaming application.

Author
Pavel Ferkl

Common variables with the application for the simulation of a box with several growing bubbles.

Definition in file foaming_globals.f90.