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.
Implementation of the abstract base class for friction laws.
Definition frictionlaw.hh:42
Dune::FieldVector< Scalar, 2 > shearStress(const VolumeVariables &volVars) const final
Compute the shear stress.
Definition nofriction.hh:56
FrictionLawNoFriction()=default
Constructor.