Go to the documentation of this file.
27 #include "phasePair.H"
46 const dictionary&
dict,
64 const fvMesh&
mesh(this->pair_.phase1().mesh());
66 return tmp<volScalarField>
73 mesh.time().timeName(),
88 const fvMesh&
mesh(this->pair_.phase1().mesh());
90 return tmp<volVectorField>
97 mesh.time().timeName(),
112 const fvMesh&
mesh(this->pair_.phase1().mesh());
114 return tmp<surfaceScalarField>
121 mesh.time().timeName(),
virtual tmp< volVectorField > F() const
Lift force.
virtual tmp< surfaceScalarField > Ff() const
Lift force on faces.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual ~noLift()
Destructor.
noLift(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
const dimensionSet dimArea(sqr(dimLength))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual tmp< volScalarField > Cl() const
Lift coefficient.
defineTypeNameAndDebug(combustionModel, 0)