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