Go to the documentation of this file.
29 #include "phasePair.H"
36 namespace porousModels
53 const dictionary&
dict,
58 Cu_(
dict.get<scalar>(
"Cu")),
59 solidPhase_(
dict.get<word>(
"solidPhase"))
71 return Cu_*
sqr(solidAlpha)/(
pow3(1.0 - solidAlpha) + 1
e-3);
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
A class for managing temporary objects.
VollerPrakash(const dictionary &dict, const fvMesh &mesh)
Construct from a dictionary and a phase pair.
dimensionedScalar pow3(const dimensionedScalar &ds)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > S() const
Aspect ratio.
Macros for easy insertion into run-time selection tables.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const dimensionedScalar e
Elementary charge.
defineTypeNameAndDebug(combustionModel, 0)