![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Physical constants and global variables. More...
Go to the source code of this file.
Variables | |
| real(dp), parameter | constants::struttol =1e-3_dp |
| tolerance for strut content More... | |
| logical | constants::wdist |
| use wall thickness distribution | |
| logical | constants::testmode |
| true disables calculation of radiation | |
| logical | constants::numcond |
| calcualte effective conductivity numerically | |
| character(len=80) | constants::structurename |
| name of the file with morphology | |
| integer | constants::mfi |
| main file index | |
| integer | constants::nrays |
| number of testing rays | |
| integer | constants::nz |
| spatial discretization | |
| integer | constants::nbox |
| number of gray boxes | |
| integer | constants::morph_input |
| morphology input More... | |
| real(dp) | constants::lambda |
| wavelength | |
| real(dp) | constants::temp1 |
| temperature at boundary 1 | |
| real(dp) | constants::temp2 |
| temperature at boundary 2 | |
| real(dp) | constants::kappa2 |
| absorption coefficient of solid | |
| real(dp) | constants::cond1 |
| conductivity of gas | |
| real(dp) | constants::cond2 |
| conductivity of polymer | |
| real(dp) | constants::n1 |
| real part of refractive indice of gas | |
| real(dp) | constants::n2 |
| real part of refractive indice of polymer | |
| real(dp) | constants::k1 |
| imaginary part of refractive indice of gas | |
| real(dp) | constants::k2 |
| imaginary part of refractive indice of polymer | |
| real(dp) | constants::rhog |
| density of gas | |
| real(dp) | constants::rhos |
| density of solid | |
| real(dp) | constants::emi1 |
| wall emittances at boundary 1 | |
| real(dp) | constants::emi2 |
| wall emittances at boundary 2 | |
| real(dp) | constants::tmean |
| mean temperature | |
| real(dp) | constants::eqc |
| equivalent conductivity | |
| real(dp) | constants::eqc_ross |
| Rosseland equivalent conductivity. | |
| real(dp) | constants::effc |
| effective conductivity (only conduction) | |
| real(dp) | constants::effc_num |
| effective conductivity from numerical simulation | |
| real(dp) | constants::kgas |
| gas conductivity | |
| real(dp) | constants::ksol |
| solid conductivity | |
| real(dp) | constants::krad |
| radiative conductivity | |
| real(dp) | constants::gcontr |
| contribution of gas | |
| real(dp) | constants::scontr |
| contribution of solid | |
| real(dp) | constants::rcontr |
| contribution of radiation | |
| real(dp) | constants::planckextcoeff |
| Planck extinction coefficient. | |
| real(dp) | constants::rossextcoeff |
| Rosseland extinction coefficient. | |
| real(dp) | constants::albedo |
| scattering albedo | |
| real(dp) | constants::effn |
| effective index of refraction (real part) | |
| real(dp) | constants::por |
| porosity | |
| real(dp) | constants::rhof |
| foam density | |
| real(dp) | constants::dcell |
| cell size | |
| real(dp) | constants::dwall |
| wall thickness | |
| real(dp) | constants::fs |
| strut content | |
| real(dp) | constants::dstrut |
| strut diameter | |
| real(dp) | constants::dfoam |
| foam thickness | |
| real(dp) | constants::wsdev |
| wall thickness standard deviation | |
| real(dp), dimension(10) | constants::tm |
| for time measurements | |
| real(dp), dimension(:), allocatable | constants::lambdan |
| wavelength of real part of refractive index | |
| real(dp), dimension(:), allocatable | constants::nwl |
| real part of refractive index | |
| real(dp), dimension(:), allocatable | constants::lambdak |
| wavelength of imaginary part of refractive index | |
| real(dp), dimension(:), allocatable | constants::kwl |
| imaginary part of refractive index | |
| real(dp), dimension(:), allocatable | constants::lambdagas |
| wavelength of absorption coefficient of gas | |
| real(dp), dimension(:), allocatable | constants::acgas |
| absorption coefficient of gas | |
| real(dp), dimension(:), allocatable | constants::lambdabox |
| boundaries of gray boxes | |
| real(dp), dimension(:), allocatable | constants::trextcoeffbox |
| transport extinction coefficients of gray boxes | |
| real(dp), dimension(:), allocatable | constants::albedobox |
| scattering albedos of gray boxes | |
| real(dp), dimension(:), allocatable | constants::abscoeffbox |
| absorption coefficients of gray boxes | |
| real(dp), dimension(:), allocatable | constants::scattcoeffbox |
| scatering coefficients of gray boxes | |
| real(dp), dimension(:), allocatable | constants::fbepbox |
| fraction of blackbody radiation in the box | |
Physical constants and global variables.
Stores variables, which are used by many modules.
Definition in file constants.f90.
| integer constants::morph_input |
morphology input
1=wall thickness, 2=strut content, 3=strut diameter, 4==strut content (alternative) (3 is recommended others can have multiple solutions)
Definition at line 32 of file constants.f90.
| real(dp), parameter constants::struttol =1e-3_dp |
tolerance for strut content
foam has no struts if fs<struttol foam="" has="" no="" walls="" if="" fs>="">1-struttol
Definition at line 10 of file constants.f90.