67 #ifndef phaseForces_functionObject_H
68 #define phaseForces_functionObject_H
78 namespace functionObjects
87 public fvMeshFunctionObject
139 virtual bool write();
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
This functionObject calculates and outputs the blended interfacial forces acting on a given phase,...
autoPtr< HashPtrTable< volVectorField > > forceFields_
Force fields.
virtual wordList fields() const
Return the list of fields required.
const word phaseName_
Name of the phase for which forces are evaluated.
TypeName("phaseForces")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the input data.
phaseForces(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
void operator=(const phaseForces &)=delete
Disallow default bitwise assignment.
virtual ~phaseForces()
Destructor.
virtual bool execute()
Calculate the force fields.
virtual bool write()
Write the force fields.
A class for handling words, derived from string.