chombo-discharge
Loading...
Searching...
No Matches
CD_TracerParticlePhysics.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_TRACERPARTICLEPHYSICS_H
14#define CD_TRACERPARTICLEPHYSICS_H
15
16#include <CD_NamespaceHeader.H>
17
18namespace Physics {
22 namespace TracerParticle {}
23
24} // namespace Physics
25
26#include <CD_NamespaceFooter.H>
27
28#endif
A tracer particle class. This is templated for holding extra storage (useful for kernels).
Definition CD_TracerParticle.H:34
Namespace containing physics models for use with chombo-discharge.
Definition CD_AdvectionDiffusion.H:16