Declaration of the Physics::DischargeInception::DischargeInceptionStepper TimeStepper.
More...
Go to the source code of this file.
|
| namespace | Physics |
| | Namespace containing physics models for use with chombo-discharge.
|
| |
Declaration of the Physics::DischargeInception::DischargeInceptionStepper TimeStepper.
- Author
- Robert Marskar (SINTEF)
-
Rasmus Hoholm (SINTEF)
-
Fanny Skirbekk (NTNU)
◆ IntegrationAlgorithm
Integration algorithm for the streamer inception (K-value) integral.
| Enumerator |
|---|
| Euler | Forward Euler integration along particle trajectories.
|
| Trapezoidal | Trapezoidal (second-order) integration along particle trajectories.
|
◆ Mode
Solver mode: stationary (voltage sweep) or transient (time-dependent).
| Enumerator |
|---|
| Stationary | Stationary mode: solve for inception voltage over a voltage sweep.
|
| Transient | Transient mode: time-dependent simulation with a voltage curve.
|
◆ TimeStepRestriction
Reason the time step was restricted in transient mode.
| Enumerator |
|---|
| Unknown | Restriction not yet determined.
|
| CDR | CFL condition on the negative ion transport.
|
| VoltageCurve | Relative change in applied voltage.
|
| MinHardcap | Minimum hard-cap on the time step.
|
| MaxHardcap | Maximum hard-cap on the time step.
|
◆ TransportAlgorithm
Transport algorithm for advancing negative ions in transient mode.
| Enumerator |
|---|
| Euler | Explicit forward Euler step.
|
| Heun | Heun's method (explicit second-order Runge-Kutta).
|
| ImExCTU | Implicit-explicit corner-transport-upwind scheme.
|