Go to the documentation of this file.
70 #ifndef inletOutletTotalTemperatureFvPatchScalarField_H
71 #define inletOutletTotalTemperatureFvPatchScalarField_H
84 class inletOutletTotalTemperatureFvPatchScalarField
86 public inletOutletFvPatchScalarField
106 TypeName(
"inletOutletTotalTemperature");
115 const DimensionedField<scalar, volMesh>&
193 const fvPatchFieldMapper&
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for handling words, derived from string.
This boundary condition provides an outflow condition for total temperature for use with supersonic c...
A class for managing temporary objects.
TypeName("inletOutletTotalTemperature")
Runtime type information.
scalarField T0_
Total pressure.
word psiName_
Name of the compressibility field used to calculate the wave speed.
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 write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Pre-declare SubField and related Field type.
inletOutletTotalTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const scalarField & T0() const
Return the total pressure.
scalarField & T0()
Return reference to the total pressure to allow adjustment.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalar gamma_
Heat capacity ratio.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word UName_
Name of the velocity field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...