chombo-discharge
|
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>
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. | |
Declaration of a TimeStepper implementation for advancing a tracer particle solver.