chombo-discharge
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
CD_ItoKMCStepper.H File Reference

Declaration of the Physics::ItoKMC::ItoKMCStepper abstract TimeStepper. More...

#include <functional>
#include <CD_TimeStepper.H>
#include <CD_ItoKMCPhysics.H>
#include <CD_ItoLayout.H>
#include <CD_CdrLayout.H>
#include <CD_PointParticle.H>
#include <CD_RtLayout.H>
#include <CD_McPhoto.H>
#include <CD_FieldSolver.H>
#include <CD_ItoSolver.H>
#include <CD_CdrCTU.H>
#include <CD_FieldSolverGMG.H>
#include <CD_SurfaceODESolver.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_ItoKMCStepperImplem.H>
Include dependency graph for CD_ItoKMCStepper.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Physics::ItoKMC::ItoKMCStepper< I, C, R, F >
 Abstract TimeStepper for the Ito-KMC-Poisson system of equations. More...
 

Namespaces

namespace  Physics
 Namespace containing physics models for use with chombo-discharge.
 

Enumerations

enum class  Physics::ItoKMC::SpeciesSubset {
  All , AllMobile , AllDiffusive , AllMobileOrDiffusive ,
  AllMobileAndDiffusive , Charged , ChargedMobile , ChargedDiffusive ,
  ChargedMobileOrDiffusive , ChargedMobileAndDiffusive , Stationary
}
 Enum for selecting a subset of plasma species by mobility/diffusion/charge properties. More...
 

Detailed Description

Declaration of the Physics::ItoKMC::ItoKMCStepper abstract TimeStepper.

Author
Robert Marskar

Enumeration Type Documentation

◆ SpeciesSubset

Enum for selecting a subset of plasma species by mobility/diffusion/charge properties.

Enumerator
All 

All plasma species.

AllMobile 

All species with nonzero mobility.

AllDiffusive 

All species with nonzero diffusion coefficient.

AllMobileOrDiffusive 

All species that are mobile or diffusive.

AllMobileAndDiffusive 

All species that are both mobile and diffusive.

Charged 

All charged species (any mobility/diffusion).

ChargedMobile 

All charged, mobile species.

ChargedDiffusive 

All charged, diffusive species.

ChargedMobileOrDiffusive 

All charged species that are mobile or diffusive.

ChargedMobileAndDiffusive 

All charged species that are both mobile and diffusive.

Stationary 

All stationary (non-mobile, non-diffusive) species.