8 module foaming_globals_m
11 firstrun,& !< running for the first time
14 real(8) :: tstart, & !< starting time of the direct simulations
15 tend, & !< end time of the direct simulations
16 bub_pres, & !< bubble pressure
18 real(8),
dimension(:,:),
allocatable :: &
19 bub_rad,& !< first column - time; rest radius of each bubble every timestep
20 etat,& !< first column - time, second column viscosity for each timestep
21 port,& !< first column - time, second column porosity for each timestep
23 end module foaming_globals_m