File sheath_closure.hxx#
Defines
-
SHEATH_CLOSURE_H#
-
struct SheathClosure : public Component#
- #include <sheath_closure.hxx>
2D closure, modelling currents through a sheath
This should only be used where one grid cell is used in y (ny=1). For domains with multiple Y points, use sheath_boundary
Public Functions
-
SheathClosure(std::string name, Options &options, Solver*)#
Inputs
units
meters Length normalisation
<name>
connection_length Parallel connection length in meters
Private Functions
-
virtual void transform_impl(GuardedOptions &state) override#
Inputs
fields
phi Electrostatic potential
Optional inputs
species
AA
density
temperature
Modifies
species
e
density_source
energy_source (if temperature present)
density_source and energy_source (If sinks=true)
fields
DivJdia Divergence of current
-
SheathClosure(std::string name, Options &options, Solver*)#