![]() |
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 | |
| character(len=1024) | globals::viscositymodel |
| viscosity model (constant, fromFile) | |
| character(len=1024) | globals::growthratemodel |
| growth rate model (constantGrowth, fromFile) | |
| integer | globals::meshpoints |
| number of discretization points in space | |
| integer | globals::int_method |
| type of integration method (see MF in ODEPACK) | |
| real(dp) | globals::strutfilmparameter |
| parameter determining strut-film boundary | |
| real(dp) | globals::hi |
| film thickness at center | |
| real(dp) | globals::rd |
| computational domain size (radius) | |
| real(dp) | globals::rc |
| total window size (radius) | |
| real(dp) | globals::rc0 |
| initial total window size (radius) | |
| real(dp) | globals::dr |
| mesh points spacing | |
| real(dp) | globals::mu |
| viscosity | |
| real(dp) | globals::gam |
| surface tension | |
| real(dp) | globals::dstr |
| where strut starts in initial domain | |
| real(dp) | globals::ndp |
| disjoining pressure constant | |
| real(dp) | globals::mdp |
| disjoining pressure constant | |
| real(dp) | globals::cdp |
| disjoining pressure constant | |
| real(dp) | globals::hdp |
| disjoining pressure constant | |
| real(dp) | globals::bdp |
| disjoining pressure constant, set to zero for no DP | |
| real(dp) | globals::gr |
| growth rate | |
| real(dp) | globals::int_reltol |
| relative tolerance of integrator | |
| real(dp) | globals::int_abstol |
| absolute tolerance of integrator | |
| real(dp) | globals::initialtime |
| starting time | |
| real(dp) | globals::ae_tol |
| tolerance of algebraic equation solver | |