28 #ifndef EWOMS_BASIC_PARAMETERS_HH 29 #define EWOMS_BASIC_PARAMETERS_HH 34 struct CellsX {
static constexpr
unsigned value = 1; };
35 struct CellsY {
static constexpr
unsigned value = 1; };
36 struct CellsZ {
static constexpr
unsigned value = 1; };
39 template<
class Scalar>
42 template<
class Scalar>
45 template<
class Scalar>
49 template<
class Scalar>
50 struct EndTime {
static constexpr Scalar value = -1e35; };
53 struct GridFile {
static constexpr
auto value =
""; };
60 template<
class Scalar>
78 template<
class Scalar>
79 struct RestartTime {
static constexpr Scalar value = -1e35; };
Print all parameters on startup?
Definition: basicparameters.hh:75
grid resolution
Definition: basicparameters.hh:34
Name of the grid file.
Definition: basicparameters.hh:53
Definition: blackoilnewtonmethodparams.hpp:31
Definition: basicparameters.hh:35
Definition: basicparameters.hh:46
Property which tells the Vanguard how often the grid should be refined after creation.
Definition: basicparameters.hh:57
The default value for the simulation's initial time step size.
Definition: basicparameters.hh:61
Definition: basicparameters.hh:36
Definition: basicparameters.hh:43
The default value for the simulation's restart time.
Definition: basicparameters.hh:79
Set a value for the ParameterFile property.
Definition: basicparameters.hh:64
The default value for the simulation's end time.
Definition: basicparameters.hh:50
domain size
Definition: basicparameters.hh:40
By default, do not force any time steps.
Definition: basicparameters.hh:67