13#ifndef DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH 
   14#define DUMUX_MATERIAL_FLUIDMATRIX_FRICTIONLAW_NOFRICTION_HH 
   36template <
typename VolumeVariables>
 
   39    using Scalar = 
typename VolumeVariables::PrimaryVariables::value_type;
 
 
Implementation of the abstract base class for friction laws.
Definition frictionlaw.hh:37
Dune::FieldVector< Scalar, 2 > bottomShearStress(const VolumeVariables &volVars) const final
Compute the bottom shear stress.
Definition nofriction.hh:58
FrictionLawNoFriction()=default
Constructor.
Implementation of the abstract base class for friction laws.