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

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
 

Detailed Description

Module to help setting up initial conditions.

Function/Subroutine Documentation

◆ init_cond_initialize()

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.

Parameters
[in,out]cfgSettings

Definition at line 38 of file m_init_cond.f90.

◆ init_cond_set_box()

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.

Here is the call graph for this function:

◆ init_cond_stochastic_density()

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.

Variable Documentation

◆ init_conds

type(initcnd_t), public, protected m_init_cond::init_conds

Definition at line 29 of file m_init_cond.f90.