Go to the documentation of this file.
27 #include "phasePair.H"
34 namespace surfaceTensionModels
52 const dictionary&
dict,
53 const phasePair& pair,
54 const bool registerObject
57 surfaceTensionModel(
dict, pair, registerObject),
58 sigma_(
"sigma", dimSigma,
dict)
74 const fvMesh&
mesh(this->pair_.phase1().mesh());
76 return tmp<volScalarField>
Constant value surface tension model.
virtual ~constantSurfaceTensionCoefficient()
Destructor.
constantSurfaceTensionCoefficient(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
virtual tmp< volScalarField > sigma() const
Aspect ratio.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const Time & time() const
Return the top-level database.
defineTypeNameAndDebug(combustionModel, 0)