Go to the documentation of this file.
83 #ifndef turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_H
84 #define turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_H
102 class turbulentTemperatureCoupledBaffleMixedFvPatchScalarField
104 public mixedFvPatchScalarField,
105 public temperatureCoupledBase,
106 public mappedPatchFieldBase<scalar>
111 const word TnbrName_;
115 autoPtr<PatchFunction1<scalar>> thicknessLayer_;
119 autoPtr<PatchFunction1<scalar>> kappaLayer_;
125 tmp<Field<scalar>> coeffs
127 fvMatrix<scalar>& matrix,
128 const Field<scalar>&,
136 TypeName(
"compressible::turbulentTemperatureCoupledBaffleMixed");
List< scalar > scalarList
A List of scalars.
virtual void manipulateMatrix(fvMatrix< scalar > &m, const label iMatrix, const direction cmpt)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Common functions used in temperature coupled boundaries.
virtual void updateCoeffs()
virtual tmp< scalarField > kappa(const scalarField &Tp) const
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles....
virtual void write(Ostream &os) const
virtual void rmap(const fvPatchField< scalar > &, const labelList &)
Functionality for sampling fields using mappedPatchBase. Every call to mappedField() returns a sample...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< fvPatchScalarField > clone() const
OBJstream os(runTime.globalPath()/outputName)
virtual void autoMap(const fvPatchFieldMapper &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
TypeName("compressible::turbulentTemperatureCoupledBaffleMixed")
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...