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

Declaration of a TimeStepper implementation for advancing a tracer particle solver. More...

#include <CD_TracerParticleSolver.H>
#include <CD_TracerParticlePhysics.H>
#include <CD_TimeStepper.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_TracerParticleStepperImplem.H>
Include dependency graph for CD_TracerParticleStepper.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Physics::TracerParticle::TracerParticleStepper< P >
 Implementation of TimeStepper for advancing tracer particles in a fixed velocity field. More...
 

Namespaces

 Physics
 Name containing various physics models for running chombo-discharge code.
 
 Physics::TracerParticle
 Namespace for encapsulating physics code for tracer particles.
 

Enumerations

enum class  Physics::TracerParticle::IntegrationAlgorithm { Euler , RK2 , RK4 }
 Various supported integration algorithms.
 
enum class  Physics::TracerParticle::VelocityField { Diagonal , Rotational }
 Enum for handling various velocity fields.
 

Detailed Description

Declaration of a TimeStepper implementation for advancing a tracer particle solver.

Author
Robert Marskar