afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
There is a parameter field_bc_type
, that can be set to:
To have more flexibility, a custom routine for boundary conditions can be defined in the m_user.f90
file, which will override the above setting, see the m_user documentation.
There is a parameter species_boundary_condition
, that can be set to:
To enable an electrode, set use_electrode = T
. The electrode can be controlled with the following parameters:
The parameter field_electrode_type
can be set to:
sphere
: a spherical electroderod
(default): a cylindrical electrode with a semi-spherical tiprod_cone_top
: a cylindrical electrode with a conical tiprod_rod
: two electrodes of rod typeuser
: a user-defined electrodeFor a rod electrode, the relative coordinates field_rod_r0
and field_rod_r0
need to be defined. For the conical tip, field_rod_r2
also needs to be specified. See the electrode tutorial for examples.