113 #ifndef functionObjects_pressure_H 114 #define functionObjects_pressure_H 124 namespace functionObjects
133 public fieldExpression
171 word resultName()
const;
177 tmp<volScalarField> rhoScale
180 const tmp<volScalarField>& tsf
184 tmp<volScalarField> pRef(
const tmp<volScalarField>& tp)
const;
187 tmp<volScalarField> pDyn
190 const tmp<volScalarField>& tp
194 tmp<volScalarField> coeff(
const tmp<volScalarField>& tp)
const;
224 virtual bool read(
const dictionary&);
const word & name() const
Return the name of this functionObject.
TypeName("pressure")
Runtime type information.
Vector< scalar > vector
A scalar version of the templated Vector.
pressure(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual bool read(const dictionary &)
Read the pressure data.
virtual ~pressure()
Destructor.