57 #ifndef functionObjects_phaseMap_H
58 #define functionObjects_phaseMap_H
67 namespace functionObjects
76 public fvMeshFunctionObject
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
This functionObject writes the phase-fraction map field alpha.map with incremental value ranges for e...
void operator=(const phaseMap &)=delete
Disallow default bitwise assignment.
phaseMap(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
const phaseSystem::phaseModelList & phases_
Constant access to phases.
TypeName("phaseMap")
Runtime type information.
virtual ~phaseMap()
Destructor.
virtual bool execute()
Calculate the force fields.
virtual bool write()
Write the force fields.
A class for handling words, derived from string.