![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Global variables. More...
Go to the source code of this file.
Modules | |
| module | globals |
| namespace with global variables | |
Variables | |
| logical | globals::sheet |
| determines if sheet is used on the outside of the foam | |
| integer | globals::nroutputs |
| number of outer endme steps | |
| integer | globals::divwall |
| number of grid points in wall | |
| integer | globals::divcell |
| number of grid points in cell | |
| integer | globals::divsheet |
| number of grid points in sheet | |
| integer | globals::ncell |
| number of cells | |
| integer, dimension(:), allocatable | globals::solmodel |
| solubility model | |
| integer, dimension(:), allocatable | globals::diffmodel |
| diffusivity model | |
| real(dp) | globals::tend |
| time at the beginning | |
| real(dp) | globals::tbeg |
| time at the end | |
| real(dp) | globals::dcell |
| cell size | |
| real(dp) | globals::dwall |
| wall thickness | |
| real(dp) | globals::dfoam |
| foam thickness | |
| real(dp) | globals::dsheet |
| sheet thickness | |
| real(dp) | globals::temp_cond |
| temperature of conductivity measurements | |
| real(dp) | globals::fstrut |
| strut content | |
| real(dp) | globals::rhof |
| foam density | |
| real(dp) | globals::eps |
| foam porosity | |
| real(dp) | globals::dgas |
| gas diffusivity in gasphase | |
| real(dp), dimension(:), allocatable | globals::sg |
| gas solubility in polymer | |
| real(dp), dimension(:), allocatable | globals::dg |
| gas diffusiviy in polymer | |
| real(dp), dimension(:), allocatable | globals::sheetsg |
| gas solubility in sheet | |
| real(dp), dimension(:), allocatable | globals::sheetdg |
| gas diffusivity in sheet | |
| real(dp), dimension(:), allocatable | globals::xg |
| molar fractions of gases | |
| real(dp), dimension(:), allocatable | globals::pbg |
| boundary conditions | |