chombo-discharge
Loading...
Searching...
No Matches
CD_TimeCode.H
Go to the documentation of this file.
1/* chombo-discharge
2 * Copyright © 2021 SINTEF Energy Research.
3 * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4 */
5
12#ifndef CD_TimeCode_H
13#define CD_TimeCode_H
14
15// Our includes
16#include <CD_NamespaceHeader.H>
17
22enum class TimeCode
23{
24 Advection,
25 Diffusion,
26 AdvectionDiffusion,
27 Source,
28 RelaxationTime,
29 Restricted,
30 Hardcap,
31 Error,
33};
34
35#include <CD_NamespaceFooter.H>
36
37#endif
TimeCode
Enum class for identifying how a time step was restricted.
Definition CD_TimeCode.H:23
Name containing various physics models for running chombo-discharge code.
Definition CD_AdvectionDiffusion.H:15