82 #ifndef turbulentTemperatureRadCoupledMixedFvPatchScalarField_H 83 #define turbulentTemperatureRadCoupledMixedFvPatchScalarField_H 101 class turbulentTemperatureRadCoupledMixedFvPatchScalarField
103 public mixedFvPatchScalarField,
104 public temperatureCoupledBase,
105 public mappedPatchFieldBase<scalar>
111 const word TnbrName_;
114 const word qrNbrName_;
121 autoPtr<PatchFunction1<scalar>> thicknessLayer_;
125 autoPtr<PatchFunction1<scalar>> kappaLayer_;
128 Switch thermalInertia_;
134 tmp<scalarField> alphaSfDelta()
const;
137 tmp<scalarField> deltaH()
const;
140 tmp<scalarField> beta()
const;
144 tmp<Field<scalar>> coeffs
146 fvMatrix<scalar>& matrix,
147 const Field<scalar>&,
155 TypeName(
"compressible::turbulentTemperatureRadCoupledMixed");
virtual void rmap(const fvPatchField< scalar > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion ca...
TypeName("compressible::turbulentTemperatureRadCoupledMixed")
Runtime type information.
virtual void manipulateMatrix(fvMatrix< scalar > &m, const label iMatrix, const direction cmpt)
Manipulate matrix.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A FieldMapper for finite-volume patch fields.
List< scalar > scalarList
A List of scalars.
turbulentTemperatureRadCoupledMixedFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
virtual tmp< scalarField > kappa(const scalarField &Tp) const
Given patch temperature calculate corresponding K field. Override temperatureCoupledBase::kappa to in...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &os) const
Write.
OBJstream os(runTime.globalPath()/outputName)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.