12#ifndef DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH
13#define DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH
23template <
typename VolumeVariables>
26 using Scalar =
typename VolumeVariables::PrimaryVariables::value_type;
Implementation of the abstract base class for friction laws.
Definition: frictionlaw.hh:31
A pseudo friction law with no bottom friction.
Definition: nofriction.hh:25
Dune::FieldVector< Scalar, 2 > bottomShearStress(const VolumeVariables &volVars) const final
Compute the bottom shear stress.
Definition: nofriction.hh:45
FrictionLawNoFriction()=default
Constructor.