This boundary condition provides a total temperature condition. More...
Public Member Functions | |
TypeName ("totalTemperature") | |
Runtime type information. More... | |
totalTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
totalTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given totalTemperatureFvPatchScalarField. More... | |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
totalTemperatureFvPatchScalarField (const totalTemperatureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
const scalarField & | T0 () const |
Return the total pressure. More... | |
scalarField & | T0 () |
Return reference to the total pressure to allow adjustment. More... | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvPatchScalarField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Private Attributes | |
word | UName_ |
Name of the velocity field. More... | |
word | phiName_ |
Name of the flux transporting the field. More... | |
word | psiName_ |
Name of the compressibility field used to calculate the wave speed. More... | |
scalar | gamma_ |
Heat capacity ratio. More... | |
scalarField | T0_ |
Total pressure. More... | |
This boundary condition provides a total temperature condition.
Property | Description | Required | Default value |
---|---|---|---|
U | Velocity field name | no | U |
phi | Flux field name | no | phi |
psi | Compressibility field name | no | thermo:psi |
gamma | ratio of specific heats (Cp/Cv) | yes | |
T0 | reference temperature | yes |
Example of the boundary condition specification:
myPatch { type totalTemperature; T0 uniform 300; }
Definition at line 104 of file totalTemperatureFvPatchScalarField.H.
totalTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 35 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 67 of file totalTemperatureFvPatchScalarField.C.
References dict, p, and scalarField().
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 50 of file totalTemperatureFvPatchScalarField.C.
totalTemperatureFvPatchScalarField | ( | const totalTemperatureFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 95 of file totalTemperatureFvPatchScalarField.C.
totalTemperatureFvPatchScalarField | ( | const totalTemperatureFvPatchScalarField & | tppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 109 of file totalTemperatureFvPatchScalarField.C.
TypeName | ( | "totalTemperature" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 166 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 183 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField().
|
inline |
Return the total pressure.
Definition at line 199 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::T0_.
|
inline |
Return reference to the total pressure to allow adjustment.
Definition at line 205 of file totalTemperatureFvPatchScalarField.H.
References totalTemperatureFvPatchScalarField::T0_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 126 of file totalTemperatureFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 136 of file totalTemperatureFvPatchScalarField.C.
References totalTemperatureFvPatchScalarField::T0_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 150 of file totalTemperatureFvPatchScalarField.C.
References totalTemperatureFvPatchScalarField::gamma_, Foam::magSqr(), totalTemperatureFvPatchScalarField::phiName_, Foam::pos(), totalTemperatureFvPatchScalarField::psiName_, totalTemperatureFvPatchScalarField::T0_, and totalTemperatureFvPatchScalarField::UName_.
|
virtual |
Write.
Definition at line 177 of file totalTemperatureFvPatchScalarField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField::write(), and Ostream::writeKeyword().
|
private |
Name of the velocity field.
Definition at line 111 of file totalTemperatureFvPatchScalarField.H.
Referenced by totalTemperatureFvPatchScalarField::updateCoeffs().
|
private |
Name of the flux transporting the field.
Definition at line 114 of file totalTemperatureFvPatchScalarField.H.
Referenced by totalTemperatureFvPatchScalarField::updateCoeffs().
|
private |
Name of the compressibility field used to calculate the wave speed.
Definition at line 117 of file totalTemperatureFvPatchScalarField.H.
Referenced by totalTemperatureFvPatchScalarField::updateCoeffs().
|
private |
Heat capacity ratio.
Definition at line 120 of file totalTemperatureFvPatchScalarField.H.
Referenced by totalTemperatureFvPatchScalarField::updateCoeffs().
|
private |
Total pressure.
Definition at line 123 of file totalTemperatureFvPatchScalarField.H.
Referenced by totalTemperatureFvPatchScalarField::rmap(), totalTemperatureFvPatchScalarField::T0(), and totalTemperatureFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.