Foam::totalTemperatureFvPatchScalarField. More...
#include <finiteVolume/totalTemperatureFvPatchScalarField.H>
Foam::totalTemperatureFvPatchScalarField.
Definition at line 49 of file totalTemperatureFvPatchScalarField.H.
Public Member Functions | |
TypeName ("totalTemperature") | |
Runtime type information.
| |
totalTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field.
| |
totalTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given totalTemperatureFvPatchScalarField.
| |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &) | |
Construct as copy.
| |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone.
| |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &, 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 scalarField & | T0 () const |
Return the total pressure.
| |
scalarField & | T0 () |
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 () |
Update the coefficients associated with the patch field.
| |
virtual void | write (Ostream &) const |
Write.
|
totalTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file totalTemperatureFvPatchScalarField.C.
Referenced by totalTemperatureFvPatchScalarField::clone().
totalTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 69 of file totalTemperatureFvPatchScalarField.C.
References dictionary::found(), and fvPatch::size().
totalTemperatureFvPatchScalarField | ( | const totalTemperatureFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given totalTemperatureFvPatchScalarField.
onto a new patch
Definition at line 52 of file totalTemperatureFvPatchScalarField.C.
totalTemperatureFvPatchScalarField | ( | const totalTemperatureFvPatchScalarField & | tppsf ) |
Construct as copy.
Definition at line 97 of file totalTemperatureFvPatchScalarField.C.
totalTemperatureFvPatchScalarField | ( | const totalTemperatureFvPatchScalarField & | tppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 111 of file totalTemperatureFvPatchScalarField.C.
TypeName | ( | "totalTemperature" | ) |
Runtime type information.
virtual tmp<fvPatchScalarField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 111 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField().
virtual tmp<fvPatchScalarField> clone | ( | const DimensionedField< scalar, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Definition at line 128 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField().
const scalarField& T0 | ( | ) | const [inline]
|
Return the total pressure.
Definition at line 144 of file totalTemperatureFvPatchScalarField.H.
scalarField& T0 | ( | ) | [inline]
|
Return reference to the total pressure to allow adjustment.
Definition at line 150 of file totalTemperatureFvPatchScalarField.H.
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Definition at line 128 of file totalTemperatureFvPatchScalarField.C.
void rmap | ( | const fvPatchScalarField & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 138 of file totalTemperatureFvPatchScalarField.C.
References totalTemperatureFvPatchScalarField::rmap().
Referenced by totalTemperatureFvPatchScalarField::rmap().
void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Definition at line 152 of file totalTemperatureFvPatchScalarField.C.
References Foam::magSqr(), and Foam::pos().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Definition at line 179 of file totalTemperatureFvPatchScalarField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField< scalar >::write(), and Ostream::writeKeyword().