33 namespace functionObjects
47 const dictionary&
dict 50 fvMeshFunctionObject(name, runTime, dict),
51 phases_(mesh_.lookupObject<phaseSystem>(
"phaseProperties").
phases())
89 phaseMap += level*phases_[i];
#define forAll(list, i)
Loop across all elements in list.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const dimensionSet dimless
virtual ~phaseMap()
Destructor.
const Time & time() const
Return the top-level database.
phaseMap(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
static word groupName(Name name, const word &group)
virtual bool write()
Write the force fields.
word name(const complex &)
Return a string representation of a complex.
defineTypeNameAndDebug(Qdot, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual bool execute()
Calculate the force fields.
phaseSystem::phaseModelList & phases
const fvMesh & mesh_
Reference to the fvMesh.