chombo-discharge
Loading...
Searching...
No Matches
CD_TimeCode.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_TIMECODE_H
14#define CD_TIMECODE_H
15
16// Our includes
17#include <CD_NamespaceHeader.H>
18
23enum class TimeCode
24{
25 Advection,
26 Diffusion,
27 AdvectionDiffusion,
28 Source,
29 RelaxationTime,
30 Restricted,
31 Hardcap,
32 Error,
34};
35
36#include <CD_NamespaceFooter.H>
37
38#endif
TimeCode
Enum class for identifying how a time step was restricted.
Definition CD_TimeCode.H:24
Namespace containing physics models for use with chombo-discharge.
Definition CD_AdvectionDiffusion.H:16