58 Cu_(
dict.get<scalar>(
"Cu")),
75 "Su" + solidAlpha.
name(),
76 Cu_*
sqr(solidAlpha)/(
pow3(1.0 - solidAlpha) + 1
e-3)
81 return Cu_*
sqr(solidAlpha)/(
pow3(1.0 - solidAlpha) + 1
e-3);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
const word & name() const noexcept
Return the object name.
bool writeTime() const noexcept
True if this is a write interval.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const Time & time() const
Return the top-level database.
const Type & lookupObject(const word &name, const bool recursive=false) const
Lookup and return const reference to the object of the given Type. Fatal if not found or the wrong ty...
const fvMesh & mesh_
Reference to mesh.
porousModel(const dictionary &dict, const fvMesh &mesh)
Construct from a dictionary and mesh.
Porous model to apply a porous media on a solid phase.
virtual tmp< volScalarField > S() const
Aspect ratio.
VollerPrakash(const dictionary &dict, const fvMesh &mesh)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
Namespace for handling debugging switches.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar pow3(const dimensionedScalar &ds)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
void Su(fvMatrix< typename Expr::value_type > &m, const Expr &expression)