Go to the documentation of this file.
54 #ifndef porosityModels_DarcyForchheimer_H
55 #define porosityModels_DarcyForchheimer_H
64 namespace porosityModels
71 class DarcyForchheimer
102 template<
class RhoFieldType>
108 const RhoFieldType&
rho,
114 template<
class RhoFieldType>
118 const RhoFieldType&
rho,
139 const word& modelType,
142 const word& cellZoneName
A class for handling words, derived from Foam::string.
const dimensionedScalar mu
const word & name() const
Darcy-Forchheimer law porosity model, given by:
virtual void calcTransformModelData()
bool writeData(Ostream &os) const
virtual tmp< vectorField > force(const volVectorField &U, const volScalarField &rho, const volScalarField &mu)
Generic templated field type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
Top level model for porosity models.
virtual void correct(fvVectorMatrix &UEqn) const
TypeName("DarcyForchheimer")
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual void calcForce(const volVectorField &U, const volScalarField &rho, const volScalarField &mu, vectorField &force) const
virtual ~DarcyForchheimer()=default
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
const dictionary & dict() const