|
afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Module to help setting up initial conditions. More...
Functions/Subroutines | |
| subroutine, public | init_cond_initialize (tree, cfg) |
| Set the initial conditions from the configuration. | |
| subroutine, public | init_cond_stochastic_density (tree) |
| Add a stochastic background density to the electrons and ions. Note: this routine temporarily uses variable i_rhs. | |
| subroutine, public | init_cond_set_box (box) |
| Sets the initial condition. | |
Variables | |
| type(initcnd_t), public, protected | init_conds |
Module to help setting up initial conditions.
| subroutine, public m_init_cond::init_cond_initialize | ( | type(af_t), intent(in) | tree, |
| type(cfg_t), intent(inout) | cfg ) |
Set the initial conditions from the configuration.
| [in,out] | cfg | Settings |
Definition at line 38 of file m_init_cond.f90.
| subroutine, public m_init_cond::init_cond_set_box | ( | type(box_t), intent(inout) | box | ) |
Sets the initial condition.
Definition at line 217 of file m_init_cond.f90.

| subroutine, public m_init_cond::init_cond_stochastic_density | ( | type(af_t), intent(inout) | tree | ) |
Add a stochastic background density to the electrons and ions. Note: this routine temporarily uses variable i_rhs.
Definition at line 148 of file m_init_cond.f90.
| type(initcnd_t), public, protected m_init_cond::init_conds |
Definition at line 29 of file m_init_cond.f90.