Go to the documentation of this file.
30 #include "phasePair.H"
49 const bool registerObject
79 Info<<
"Selecting surfaceTensionModel for "
80 << pair <<
": " << modelType <<
endl;
82 auto* ctorPtr = dictionaryConstructorTable(modelType);
89 "surfaceTensionModel",
91 *dictionaryConstructorTablePtr_
95 return ctorPtr(
dict, pair,
true);
surfaceTensionModel(const dictionary &dict, const phasePair &pair, const bool registerObject)
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static const dimensionSet dimSigma
Ostream & endl(Ostream &os)
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
bool writeData(Ostream &os) const
bool good() const noexcept
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< surfaceTensionModel > New(const dictionary &dict, const phasePair &pair)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
errorManip< error > abort(error &err)
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
virtual word name() const
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const phaseModel & phase1() const
defineTypeNameAndDebug(combustionModel, 0)