chombo-discharge
Classes | Namespaces | Enumerations
CD_DischargeInceptionStepper.H File Reference

TimeStepper class for evaluating the streamer inception criterion. More...

#include <CD_TimeStepper.H>
#include <CD_TracerParticleSolver.H>
#include <CD_TracerParticle.H>
#include <CD_FieldSolver.H>
#include <CD_FieldSolverMultigrid.H>
#include <CD_CdrSolver.H>
#include <CD_CdrCTU.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_DischargeInceptionStepperImplem.H>
Include dependency graph for CD_DischargeInceptionStepper.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Physics::DischargeInception::DischargeInceptionStepper< P, F, C >
 Class for streamer inception integral evaluations. More...
 

Namespaces

 Physics
 Name containing various physics models for running chombo-discharge code.
 

Enumerations

enum class  Physics::DischargeInception::IntegrationAlgorithm { Euler , Trapezoidal }
 Integration algorithm for the particles.
 
enum class  Physics::DischargeInception::StepSizeMethod { Fixed , Dx , Alpha }
 Step size selection method.
 
enum class  Physics::DischargeInception::TransportAlgorithm { Euler , Heun , ImExCTU }
 Algorithm for negative ion advancement.
 
enum class  Physics::DischargeInception::Mode { Stationary , Transient }
 For specifying whether the module is run in stationary or transient mode.
 
enum class  Physics::DischargeInception::TimeStepRestriction {
  Unknown , CDR , VoltageCurve , MinHardcap ,
  MaxHardcap
}
 For specifying how the time step was restricted.
 

Detailed Description

TimeStepper class for evaluating the streamer inception criterion.

Author
Robert Marskar (SINTEF)
Rasmus Hoholm (SINTEF)
Fanny Skirbekk (NTNU)