24#ifndef DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH
25#define DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH
35template <
typename VolumeVariables>
38 using Scalar =
typename VolumeVariables::PrimaryVariables::value_type;
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Implementation of the abstract base class for friction laws.
Definition: frictionlaw.hh:42
A pseudo friction law with no bottom friction.
Definition: nofriction.hh:37
Dune::FieldVector< Scalar, 2 > bottomShearStress(const VolumeVariables &volVars) const final
Compute the bottom shear stress.
Definition: nofriction.hh:57
FrictionLawNoFriction()=default
Constructor.