chombo-discharge
Loading...
Searching...
No Matches
CD_TracerParticlePhysics.H
Go to the documentation of this file.
1/* chombo-discharge
2 * Copyright © 2022 SINTEF Energy Research.
3 * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4 */
5
12#ifndef CD_TracerParticlePhysics_H
13#define CD_TracerParticlePhysics_H
14
15#include <CD_NamespaceHeader.H>
16
17namespace Physics {
21 namespace TracerParticle {}
22
23} // namespace Physics
24
25#include <CD_NamespaceFooter.H>
26
27#endif
A tracer particle class. This is templated for holding extra storage (useful for kernels).
Definition CD_TracerParticle.H:33
Name containing various physics models for running chombo-discharge code.
Definition CD_AdvectionDiffusion.H:15