28#ifndef DUMUX_ZEROEQ_NC_MODEL_HH
29#define DUMUX_ZEROEQ_NC_MODEL_HH
63template<
int dimension,
int nComp,
bool useM,
int replaceCompEqIdx>
75template<
class TypeTag>
80 static constexpr int dim = GridView::dimension;
82 static constexpr int numComponents = FluidSystem::numComponents;
90template<
class TypeTag>
99 static_assert(FSY::numComponents == MT::numFluidComponents(),
"Number of components mismatch between model and fluid system");
100 static_assert(FST::numComponents == MT::numFluidComponents(),
"Number of components mismatch between model and fluid state");
101 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
102 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
111template<
class TypeTag>
125template<
class TypeTag>
130 static constexpr int dim = GridView::dimension;
132 static constexpr int numComponents = FluidSystem::numComponents;
141template<
class TypeTag>
150 static_assert(FSY::numComponents == MT::numFluidComponents(),
"Number of components mismatch between model and fluid system");
151 static_assert(FST::numComponents == MT::numFluidComponents(),
"Number of components mismatch between model and fluid state");
152 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
153 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
162template<
class TypeTag>
A single-phase, isothermal Navier-Stokes model.
@ zeroeq
Definition turbulencemodel.hh:38
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:153
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:149
Definition common/properties.hh:47
Type tag for numeric models.
Definition grid.hh:35
Traits class encapsulating model specifications.
Definition common/properties.hh:65
A class helping models to define input and output fields.
Definition common/properties.hh:78
The secondary variables within a sub-control volume.
Definition common/properties.hh:174
Adds I/O fields specific to the FreeflowNC model.
Definition dumux/freeflow/compositional/iofields.hh:38
Traits for the multi-component free-flow model.
Definition navierstokesncmodel.hh:86
Volume variables for the single-phase, multi-component free-flow model.
Definition freeflow/compositional/volumevariables.hh:40
The type tags for the single-phase, multi-component isothermal ZeroEq model.
Definition zeroeqncmodel.hh:52
std::tuple< NavierStokesNC > InheritsFrom
Definition zeroeqncmodel.hh:52
Traits for the Reynolds-averaged Navier-Stokes 0-Eq. model.
Definition zeroeqncmodel.hh:65
static constexpr bool usesTurbulenceModel()
The model does include a turbulence model.
Definition zeroeqncmodel.hh:67
static constexpr auto turbulenceModel()
return the type of turbulence model used
Definition zeroeqncmodel.hh:70
ZeroEqNCModelTraits< dim, numComponents, useMoles, replaceCompEqIdx > type
Definition zeroeqncmodel.hh:86
ZeroEqVolumeVariables< Traits, CompositionalVolVars > type
Definition zeroeqncmodel.hh:107
FreeflowNCIOFields< RANSIOFields, true > type
Definition zeroeqncmodel.hh:112
The type tags for the single-phase, multi-component non-isothermal ZeroEq models.
Definition zeroeqncmodel.hh:121
std::tuple< ZeroEqNC, NavierStokesNCNI > InheritsFrom
Definition zeroeqncmodel.hh:121
FreeflowNIModelTraits< IsothermalModelTraits > type
Definition zeroeqncmodel.hh:137
ZeroEqVolumeVariables< Traits, NCVolVars > type
Definition zeroeqncmodel.hh:158
FreeflowNonIsothermalIOFields< IsothermalIOFields, true > type
Definition zeroeqncmodel.hh:168
Traits class for the volume variables of the Navier-Stokes model.
Definition freeflow/navierstokes/model.hh:125
Adds I/O fields specific to non-isothermal free-flow models.
Definition dumux/freeflow/nonisothermal/iofields.hh:38
Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a giv...
Definition freeflow/nonisothermal/model.hh:59
Adds I/O fields for the Reynolds-Averaged Navier-Stokes model.
Definition dumux/freeflow/rans/iofields.hh:36
Volume variables for the single-phase 0-Eq. model.
Definition freeflow/rans/zeroeq/volumevariables.hh:41
Declares all properties used in Dumux.
A single-phase, isothermal Reynolds-Averaged Navier-Stokes 0-Eq. model.
Adds I/O fields specific to the FreeflowNC model.
Adds I/O fields specific to non-isothermal free-flow models.
Volume variables for the single-phase, multi-component free-flow model.