afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Module to set the type of model. More...
Functions/Subroutines | |
subroutine, public | model_initialize (cfg) |
Initialize the module. | |
Variables | |
integer, public, protected | model_type = model_lfa |
Which type of model is used. | |
logical, public, protected | model_has_energy_equation = .false. |
Whether the model has an energy equation. | |
Module to set the type of model.
subroutine, public m_model::model_initialize | ( | type(cfg_t), intent(inout) | cfg | ) |
Initialize the module.
Definition at line 27 of file m_model.f90.
logical, public, protected m_model::model_has_energy_equation = .false. |
Whether the model has an energy equation.
Definition at line 20 of file m_model.f90.
integer, public, protected m_model::model_type = model_lfa |
Which type of model is used.
Definition at line 17 of file m_model.f90.