90#ifndef DUMUX_RICHARDS_MODEL_HH
91#define DUMUX_RICHARDS_MODEL_HH
93#include <dune/common/fvector.hh>
125template<
bool enableDiff>
130 static constexpr int numEq() {
return 1; }
140 template<
class Flu
idSystem>
143 return !FluidSystem::isGas(FluidSystem::phase0Idx)
144 && FluidSystem::isGas(FluidSystem::phase1Idx);
149 template<
class Flu
idSystem>
152 struct FluidSystemCheck {
154 "Richards model currently assumes the first phase to be liquid and the second phase to be gaseous.");
156 return FluidSystemCheck{};
170template<
class PV,
class FSY,
class FST,
class SSY,
class SST,
class PT,
class MT,
class DT,
class EDM>
206template<
class TypeTag>
210template<
class TypeTag>
214 static constexpr bool enableWaterDiffusionInAir
221template<
class TypeTag>
231template<
class TypeTag>
235template<
class TypeTag>
255template<
class TypeTag>
259template<
class TypeTag>
264template<
class TypeTag>
268 using PrimaryVariablesVector = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>,
279template<
class TypeTag>
294template<
class TypeTag>
305template<
class TypeTag>
310template<
class TypeTag>
324template<
class TypeTag>
334template<
class TypeTag>
344template<
class TypeTag>
360 template<
class BaseTraits,
class ETCM>
361 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...
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.
@ SST
Definition turbulencemodel.hh:75
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:154
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:150
Definition common/properties.hh:37
Type tag for numeric models.
Definition grid.hh:36
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:74
A class that collects options for the evaluation of the balance equations.
Definition common/properties.hh:89
The secondary variables within a sub-control volume.
Definition common/properties.hh:107
The type of the fluid system to use.
Definition common/properties.hh:162
The type of the fluid state to use.
Definition common/properties.hh:164
The employed model for the computation of the effective diffusivity.
Definition common/properties.hh:170
Model to be used for the calculation of the effective conductivity.
Definition common/properties.hh:172
specifies the velocity calculation module to be used
Definition common/properties.hh:174
Property for turning Richards into extended Richards.
Definition common/properties.hh:197
A simple version of pure water.
Definition simpleh2o.hh:50
Relation for the saturation-dependent effective thermal conductivity.
Definition somerton.hh:60
Relation for the saturation-dependent effective diffusion coefficient.
Definition diffusivitymillingtonquirk.hh:52
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:40
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
Traits class to set options used by the local residual when when evaluating the balance equations.
Definition porousmediumflow/richards/balanceequationopts.hh:37
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:58
Specifies a number properties of the Richards model.
Definition porousmediumflow/richards/model.hh:127
static constexpr bool enableAdvection()
Definition porousmediumflow/richards/model.hh:134
static constexpr bool fluidSystemIsCompatible()
Definition porousmediumflow/richards/model.hh:141
RichardsIndices Indices
Definition porousmediumflow/richards/model.hh:128
static constexpr int numEq()
Definition porousmediumflow/richards/model.hh:130
static constexpr int numFluidPhases()
Definition porousmediumflow/richards/model.hh:131
static constexpr int numFluidComponents()
Definition porousmediumflow/richards/model.hh:132
static constexpr bool enableEnergyBalance()
Definition porousmediumflow/richards/model.hh:136
static constexpr auto checkFluidSystem(const FluidSystem &fs)
Definition porousmediumflow/richards/model.hh:150
static constexpr bool enableMolecularDiffusion()
Definition porousmediumflow/richards/model.hh:135
Traits class for the Richards model.
Definition porousmediumflow/richards/model.hh:172
SSY SolidSystem
Definition porousmediumflow/richards/model.hh:176
PV PrimaryVariables
Definition porousmediumflow/richards/model.hh:173
FST FluidState
Definition porousmediumflow/richards/model.hh:175
MT ModelTraits
Definition porousmediumflow/richards/model.hh:179
PT PermeabilityType
Definition porousmediumflow/richards/model.hh:178
SST SolidState
Definition porousmediumflow/richards/model.hh:177
DT DiffusionType
Definition porousmediumflow/richards/model.hh:180
FSY FluidSystem
Definition porousmediumflow/richards/model.hh:174
EDM EffectiveDiffusivityModel
Definition porousmediumflow/richards/model.hh:181
Definition porousmediumflow/richards/model.hh:197
std::tuple< PorousMediumFlow > InheritsFrom
Definition porousmediumflow/richards/model.hh:197
Definition porousmediumflow/richards/model.hh:198
std::tuple< Richards > InheritsFrom
Definition porousmediumflow/richards/model.hh:198
RichardsLocalResidual< TypeTag > type
Definition porousmediumflow/richards/model.hh:207
RichardsIOFields< enableWaterDiffusionInAir > type
Definition porousmediumflow/richards/model.hh:218
RichardsVelocityOutput< GetPropType< TypeTag, Properties::GridVariables >, GetPropType< TypeTag, Properties::FluxVariables > > type
Definition porousmediumflow/richards/model.hh:224
RichardsModelTraits< getPropValue< TypeTag, Properties::EnableWaterDiffusionInAir >()> type
Definition porousmediumflow/richards/model.hh:232
RichardsVolumeVariables< Traits > type
Definition porousmediumflow/richards/model.hh:250
static constexpr bool value
Definition porousmediumflow/richards/model.hh:256
DiffusivityMillingtonQuirk< GetPropType< TypeTag, Properties::Scalar > > type
Definition porousmediumflow/richards/model.hh:261
SwitchablePrimaryVariables< PrimaryVariablesVector, int > type
Definition porousmediumflow/richards/model.hh:271
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition porousmediumflow/richards/model.hh:282
FluidSystems::H2OAir< Scalar, Components::SimpleH2O< Scalar >, FluidSystems::H2OAirDefaultPolicy< true > > type
Definition porousmediumflow/richards/model.hh:283
ImmiscibleFluidState< Scalar, FluidSystem > type
Definition porousmediumflow/richards/model.hh:301
RichardsBalanceEquationOptions< GetPropType< TypeTag, Properties::FluidSystem > > type
Definition porousmediumflow/richards/model.hh:307
ThermalConductivitySomerton< Scalar > type
Definition porousmediumflow/richards/model.hh:316
PorousMediumFlowNIModelTraits< IsothermalTraits > type
Definition porousmediumflow/richards/model.hh:330
EnergyIOFields< RichardsIOF > type
Definition porousmediumflow/richards/model.hh:340
RichardsIOFields< enableWaterDiffusionInAir > RichardsIOF
Definition porousmediumflow/richards/model.hh:339
static constexpr bool enableWaterDiffusionInAir
Definition porousmediumflow/richards/model.hh:338
RichardsVolumeVariables< NITraits< BaseTraits, ETCM > > type
Definition porousmediumflow/richards/model.hh:364
Velocity output policy for the Richards model.
Definition porousmediumflow/richards/velocityoutput.hh:38
Volume averaged quantities required by the Richards model.
Definition porousmediumflow/richards/volumevariables.hh:66
Traits class to set options used by the local residual when when evaluating the balance equations.
The implicit non-isothermal model.
Velocity output for the Richards model.
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Element-wise calculation of the Jacobian matrix for problems using the Richards fully implicit models...
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.
Index names for the Richards model.
Adds I/O fields specific to non-isothermal models.
Adds I/O fields specific to the Richards model.
Volume averaged quantities required by the Richards model.