67 #ifndef functionObjects_phaseForces_H
68 #define functionObjects_phaseForces_H
77 namespace functionObjects
86 public fvMeshFunctionObject
141 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 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 calculates and outputs the blended interfacial forces acting on a given phase,...
const phaseSystem & fluid_
Constant access to phaseSystem.
virtual wordList fields() const
Return the list of fields required.
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.
const phaseModel & phase_
Phase for which forces are evaluated.
void operator=(const phaseForces &)=delete
Disallow default bitwise assignment.
virtual ~phaseForces()
Destructor.
HashPtrTable< volVectorField > forceFields_
Force fields.
virtual bool execute()
Calculate the force fields.
virtual bool write()
Write the force fields.
Class to represent a system of phases and model interfacial transfers between them.
A class for handling words, derived from string.