15#ifndef DUMUX_FLUX_FORCHHEIMERS_LAW_FWD_HH
16#define DUMUX_FLUX_FORCHHEIMERS_LAW_FWD_HH
25template <
class TypeTag,
class VelocityLaw,
class DiscretizationMethod>
26class ForchheimersLawImplementation
31 "Forchheimer only implemented for cctpfa or box!"
41template <
class TypeTag>
Forchheimer's law For a detailed description see dumux/flow/forchheimerslaw.hh.
Definition forchheimervelocity.hh:39
forward declare
Definition couplingdata.hh:190
Defines all properties used in Dumux.
Forchheimer's law This file contains the calculation of the Forchheimer velocity for a given Darcy ve...
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
The available discretization methods in Dumux.
constexpr CCTpfa cctpfa
Definition method.hh:145
constexpr Box box
Definition method.hh:147