Go to the documentation of this file.
117 #ifndef fa_externalHeatFluxSource_H
118 #define fa_externalHeatFluxSource_H
136 class externalHeatFluxSource
138 public fa::faceSetOption
176 autoPtr<Function1<scalar>> Ta_;
193 const word& sourceName,
194 const word& modelType,
195 const dictionary&
dict,
A special matrix type and solver, designed for finite area solutions of scalar equations....
A class for handling words, derived from Foam::string.
@ fixedHeatTransferCoeff
Fixed heat transfer coefficient.
@ fixedHeatFlux
Fixed heat flux [W/m2].
const fvPatch & patch() const noexcept
virtual ~externalHeatFluxSource()=default
Intermediate abstract class for handling face-set options for the derived faOptions.
TypeName("externalHeatFluxSource")
virtual void addSup(const areaScalarField &h, const areaScalarField &rho, faMatrix< scalar > &eqn, const label fieldi)
void operator=(const externalHeatFluxSource &)=delete
const dimensionedScalar h
static const Enum< operationMode > operationModeNames
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool read(const dictionary &dict)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
@ fixedPower
Fixed heat power [W].
Generic GeometricField class.
Applies a heat flux condition for a specified faMesh region to temperature on an external wall for co...
externalHeatFluxSource(const word &sourceName, const word &modelType, const dictionary &dict, const fvPatch &patch)