90#ifndef DUMUX_RICHARDS_MODEL_HH
91#define DUMUX_RICHARDS_MODEL_HH
93#include <dune/common/fvector.hh>
124template<
bool enableDiff>
129 static constexpr int numEq() {
return 1; }
148template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT,
class DT,
class EDM>
166namespace Properties {
184template<
class TypeTag>
188template<
class TypeTag>
192 static constexpr bool enableWaterDiffusionInAir
193 = getPropValue<TypeTag, Properties::EnableWaterDiffusionInAir>();
200template<
class TypeTag>
204template<
class TypeTag>
224template<
class TypeTag>
228template<
class TypeTag>
233template<
class TypeTag>
237 using PrimaryVariablesVector = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>,
248template<
class TypeTag>
263template<
class TypeTag>
274template<
class TypeTag>
288template<
class TypeTag>
298template<
class TypeTag>
301 static constexpr bool enableWaterDiffusionInAir
302 = getPropValue<TypeTag, Properties::EnableWaterDiffusionInAir>();
308template<
class TypeTag>
324 template<
class BaseTraits,
class ETCM>
325 struct NITraits :
public BaseTraits {
using EffectiveThermalConductivityModel = ETCM; };
A primary variable vector with a state to allow variable switches.
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
The base class for spatial parameters of multi-phase problems using a fully implicit discretization m...
A compositional two-phase fluid system with water and air as components in both, the liquid and the g...
A much simpler (and thus potentially less buggy) version of pure water.
Relation for the saturation-dependent effective diffusion coefficient.
Relation for the saturation-dependent effective thermal conductivity.
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
A vector of primary variables.
Definition: common/properties.hh:49
Traits class encapsulating model specifications.
Definition: common/properties.hh:53
A class helping models to define input and output fields.
Definition: common/properties.hh:63
Definition: common/properties.hh:77
The secondary variables within a sub-control volume.
Definition: common/properties.hh:106
The type of the fluid system to use.
Definition: common/properties.hh:155
The type of the fluid state to use.
Definition: common/properties.hh:157
The employed model for the computation of the effective diffusivity.
Definition: common/properties.hh:163
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:165
Property for turning Richards into extended Richards.
Definition: common/properties.hh:190
A much simpler (and thus potentially less buggy) version of pure water.
Definition: simpleh2o.hh:51
Relation for the saturation-dependent effective thermal conductivity.
Definition: somerton.hh:60
Relation for the saturation-dependent effective diffusion coefficient.
Definition: diffusivitymillingtonquirk.hh:51
Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility...
Definition: immiscible.hh:42
Policy for the H2O-air fluid system.
Definition: h2oair.hh:51
A compositional two-phase fluid system with water and air as components in both, the liquid and the g...
Definition: h2oair.hh:74
A primary variable vector with a state to allow variable switches.
Definition: switchableprimaryvariables.hh:38
Adds I/O fields specific to non-isothermal models.
Definition: porousmediumflow/nonisothermal/iofields.hh:39
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition: porousmediumflow/nonisothermal/model.hh:70
Index names for the Richards model.
Definition: porousmediumflow/richards/indices.hh:36
Adds I/O fields specific to the Richards model.
Definition: porousmediumflow/richards/iofields.hh:39
Element-wise calculation of the Jacobian matrix for problems using the Richards fully implicit models...
Definition: porousmediumflow/richards/localresidual.hh:47
Specifies a number properties of the Richards model.
Definition: porousmediumflow/richards/model.hh:126
static constexpr bool enableAdvection()
Definition: porousmediumflow/richards/model.hh:133
static constexpr int numEq()
Definition: porousmediumflow/richards/model.hh:129
static constexpr int numFluidPhases()
Definition: porousmediumflow/richards/model.hh:130
static constexpr int numFluidComponents()
Definition: porousmediumflow/richards/model.hh:131
static constexpr bool enableEnergyBalance()
Definition: porousmediumflow/richards/model.hh:135
static constexpr bool enableMolecularDiffusion()
Definition: porousmediumflow/richards/model.hh:134
Traits class for the Richards model.
Definition: porousmediumflow/richards/model.hh:150
SSY SolidSystem
Definition: porousmediumflow/richards/model.hh:154
PV PrimaryVariables
Definition: porousmediumflow/richards/model.hh:151
FST FluidState
Definition: porousmediumflow/richards/model.hh:153
MT ModelTraits
Definition: porousmediumflow/richards/model.hh:157
PT PermeabilityType
Definition: porousmediumflow/richards/model.hh:156
SST SolidState
Definition: porousmediumflow/richards/model.hh:155
DT DiffusionType
Definition: porousmediumflow/richards/model.hh:158
FSY FluidSystem
Definition: porousmediumflow/richards/model.hh:152
EDM EffectiveDiffusivityModel
Definition: porousmediumflow/richards/model.hh:159
Definition: porousmediumflow/richards/model.hh:175
std::tuple< PorousMediumFlow > InheritsFrom
Definition: porousmediumflow/richards/model.hh:175
Definition: porousmediumflow/richards/model.hh:176
std::tuple< Richards > InheritsFrom
Definition: porousmediumflow/richards/model.hh:176
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition: porousmediumflow/richards/model.hh:251
Volume averaged quantities required by the Richards model.
Definition: porousmediumflow/richards/volumevariables.hh:68
The implicit non-isothermal model.
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Element-wise calculation of the local residual for problems using fully implicit tracer model.
Declares all properties used in Dumux.
Defines a type tag and some properties for models using the box scheme.
Defines the indices used by the non-isothermal two-phase two-component model.
Defines the primary variable and equation indices used by the isothermal tracer model.
Adds I/O fields specific to non-isothermal models.
Adds I/O fields specific to the tracer model.
Base class for the model specific class which provides access to all volume averaged quantities.