MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Definitions of modena variables. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | modenastuff::createmodenamodels |
Creates Modena models. More... | |
subroutine, public | modenastuff::destroymodenamodels |
Destroys Modena models. More... | |
Definitions of modena variables.
All communcation with Modena framework except calls of the Modena models.
Definition in file modenastuff.f90.
subroutine, public modenastuff::createmodenamodels | ( | ) |
Creates Modena models.
Names of the models and inputs are hardcoded here.
Definition at line 60 of file modenastuff.f90.
References globals::co2_pos, globals::diff_model, globals::itens_model, globals::kin_model, globals::ngas, globals::rhop_model, globals::sol_model, globals::surfactantpresent, and globals::visc_model.
subroutine, public modenastuff::destroymodenamodels | ( | ) |
Destroys Modena models.
Deallocates memory used for models, inputs and outputs.
Definition at line 306 of file modenastuff.f90.
References globals::diff_model, globals::itens_model, globals::kin_model, globals::ngas, globals::rhop_model, globals::sol_model, and globals::visc_model.