110#ifndef externalWallHeatFluxTemperatureFvPatchScalarField_H
111#define externalWallHeatFluxTemperatureFvPatchScalarField_H
126class externalWallHeatFluxTemperatureFvPatchScalarField
128 public mixedFvPatchScalarField,
129 public temperatureCoupledBase
154 autoPtr<Function1<scalar>> Q_;
157 autoPtr<PatchFunction1<scalar>> q_;
160 autoPtr<PatchFunction1<scalar>> h_;
163 autoPtr<Function1<scalar>> Ta_;
175 scalar qrRelaxation_;
190 TypeName(
"externalWallHeatFluxTemperature");
199 const DimensionedField<scalar, volMesh>&
206 const DimensionedField<scalar, volMesh>&,
272 const fvPatchFieldMapper&
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
This boundary condition applies a heat flux condition to temperature on an external wall in one of th...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual bool fixesValue() const
Allow manipulation of the boundary values.
virtual tmp< fvPatchScalarField > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
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.
static const Enum< operationMode > operationModeNames
operationMode
Operation mode enumeration.
@ fixedPower
Heat power [W].
@ fixedHeatTransferCoeff
Heat transfer coefficient [W/m^2/K].
@ fixedHeatFlux
Heat flux [W/m2].
TypeName("externalWallHeatFluxTemperature")
Runtime type information.
externalWallHeatFluxTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A FieldMapper for finite-volume patch fields.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Common functions used in temperature coupled boundaries.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
List< scalar > scalarList
A List of scalars.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.