28#ifndef EWOMS_BASIC_PARAMETERS_HH
29#define EWOMS_BASIC_PARAMETERS_HH
31namespace Opm::Parameters {
34struct CellsX {
static constexpr unsigned value = 1; };
35struct CellsY {
static constexpr unsigned value = 1; };
36struct CellsZ {
static constexpr unsigned value = 1; };
50struct EndTime {
static constexpr Scalar value = -1e35; };
53struct GridFile {
static constexpr auto value =
""; };
grid resolution
Definition basicparameters.hh:34
Definition basicparameters.hh:35
Definition basicparameters.hh:36
domain size
Definition basicparameters.hh:40
Definition basicparameters.hh:43
Definition basicparameters.hh:46
The default value for the simulation's end time.
Definition basicparameters.hh:50
Name of the grid file.
Definition basicparameters.hh:53
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
Set a value for the ParameterFile property.
Definition basicparameters.hh:64
By default, do not force any time steps.
Definition basicparameters.hh:67
Print all parameters on startup?
Definition basicparameters.hh:75
The default value for the simulation's restart time.
Definition basicparameters.hh:79