70#ifndef Foam_functionObjects_phaseForces_H
71#define Foam_functionObjects_phaseForces_H
94 phaseForces(
const phaseForces&);
97 void operator=(
const phaseForces&);
104 HashPtrTable<volVectorField> forceFields_;
107 const phaseModel& phase_;
110 const phaseSystem& fluid_;
116 template<
class modelType>
117 tmp<volVectorField> nonDragForce(
const phasePair& key)
const;
138 virtual ~phaseForces();
147 virtual bool execute();
150 virtual bool write();
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.