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;
56 Dune::FieldVector<Scalar, 2>
shearStress(
const VolumeVariables& volVars)
const final
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 > shearStress(const VolumeVariables &volVars) const final
Compute the shear stress.
Definition: nofriction.hh:56
FrictionLawNoFriction()=default
Constructor.