afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
m_model Module Reference

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.
 

Detailed Description

Module to set the type of model.

Function/Subroutine Documentation

◆ model_initialize()

subroutine, public m_model::model_initialize ( type(cfg_t), intent(inout) cfg)

Initialize the module.

Definition at line 27 of file m_model.f90.

Variable Documentation

◆ model_has_energy_equation

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.

◆ model_type

integer, public, protected m_model::model_type = model_lfa

Which type of model is used.

Definition at line 17 of file m_model.f90.