Foam::rotatingTotalPressureFvPatchScalarField. More...
#include <finiteVolume/rotatingTotalPressureFvPatchScalarField.H>
Foam::rotatingTotalPressureFvPatchScalarField.
Definition at line 49 of file rotatingTotalPressureFvPatchScalarField.H.
Inheritance diagram for rotatingTotalPressureFvPatchScalarField:
Collaboration diagram for rotatingTotalPressureFvPatchScalarField:Public Member Functions | |
| TypeName ("rotatingTotalPressure") | |
| Runtime type information. | |
| rotatingTotalPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| rotatingTotalPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| rotatingTotalPressureFvPatchScalarField (const rotatingTotalPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given rotatingTotalPressureFvPatchScalarField. | |
| rotatingTotalPressureFvPatchScalarField (const rotatingTotalPressureFvPatchScalarField &) | |
| Construct as copy. | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. | |
| rotatingTotalPressureFvPatchScalarField (const rotatingTotalPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. | |
| const vector & | omega () const |
| Return the angular velocity of rotation. | |
| vector & | omega () |
| Return the angular velocity of rotation. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Public Member Functions inherited from totalPressureFvPatchScalarField | |
| TypeName ("totalPressure") | |
| Runtime type information. | |
| totalPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| totalPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| totalPressureFvPatchScalarField (const totalPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given totalPressureFvPatchScalarField. | |
| totalPressureFvPatchScalarField (const totalPressureFvPatchScalarField &) | |
| Construct as copy. | |
| totalPressureFvPatchScalarField (const totalPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| const word & | UName () const |
| Return the name of the velocity field. | |
| word & | UName () |
| Return reference to the name of the velocity field. | |
| scalar | gamma () const |
| Return the heat capacity ratio. | |
| scalar & | gamma () |
| Return reference to the heat capacity ratio to allow adjustment. | |
| const scalarField & | p0 () const |
| Return the total pressure. | |
| scalarField & | p0 () |
| Return reference to the total pressure to allow adjustment. | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| virtual void | updateCoeffs (const vectorField &Up) |
| Update the coefficients associated with the patch field. | |
| rotatingTotalPressureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 40 of file rotatingTotalPressureFvPatchScalarField.C.
Referenced by rotatingTotalPressureFvPatchScalarField::clone().
| rotatingTotalPressureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 64 of file rotatingTotalPressureFvPatchScalarField.C.
| rotatingTotalPressureFvPatchScalarField | ( | const rotatingTotalPressureFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given rotatingTotalPressureFvPatchScalarField.
onto a new patch
Definition at line 51 of file rotatingTotalPressureFvPatchScalarField.C.
Construct as copy.
Definition at line 76 of file rotatingTotalPressureFvPatchScalarField.C.
| rotatingTotalPressureFvPatchScalarField | ( | const rotatingTotalPressureFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 86 of file rotatingTotalPressureFvPatchScalarField.C.
| TypeName | ( | "rotatingTotalPressure" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from totalPressureFvPatchScalarField.
Definition at line 99 of file rotatingTotalPressureFvPatchScalarField.H.
References rotatingTotalPressureFvPatchScalarField::rotatingTotalPressureFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from totalPressureFvPatchScalarField.
Definition at line 116 of file rotatingTotalPressureFvPatchScalarField.H.
References rotatingTotalPressureFvPatchScalarField::rotatingTotalPressureFvPatchScalarField().
|
inline |
Return the angular velocity of rotation.
Definition at line 132 of file rotatingTotalPressureFvPatchScalarField.H.
|
inline |
Return the angular velocity of rotation.
Definition at line 138 of file rotatingTotalPressureFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Reimplemented from totalPressureFvPatchScalarField.
Definition at line 98 of file rotatingTotalPressureFvPatchScalarField.C.
References Foam::mag(), and totalPressureFvPatchScalarField::UName().
|
virtual |
Write.
Reimplemented from totalPressureFvPatchScalarField.
Definition at line 116 of file rotatingTotalPressureFvPatchScalarField.C.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().