Forchheimer's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Forchheimer approximation. Specializations are provided for the different discretization methods. More...
#include <dumux/common/properties.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/forchheimervelocity.hh>
Go to the source code of this file.
Classes | |
class | Dumux::ForchheimersLawImplementation< TypeTag, VelocityLaw, DiscretizationMethod > |
forward declare More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class TypeTag > | |
using | Dumux::ForchheimersLaw = ForchheimersLawImplementation< TypeTag, ForchheimerVelocity< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry >, GetPropType< TypeTag, Properties::FluxVariables > >, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod > |
Evaluates the normal component of the Forchheimer velocity on a (sub)control volume face. | |