169#ifndef humidityTemperatureCoupledMixedFvPatchScalarField_H
170#define humidityTemperatureCoupledMixedFvPatchScalarField_H
188 public mixedFvPatchScalarField,
189 public temperatureCoupledBase
230 const word TnbrName_;
233 const word qrNbrName_;
239 const word specieName_;
291 scalar Sh(
const scalar
Re,
const scalar Sc)
const;
294 scalar htcCondensation(
const scalar TSat,
const scalar
Re)
const;
303 TypeName(
"humidityTemperatureCoupledMixed");
365 const fvPatchFieldMapper&
398 virtual void write(Ostream&)
const;
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.
Mixed boundary condition for temperature to be used at the coupling interface between fluid solid reg...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A FieldMapper for finite-volume patch fields.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const scalarField mpCpTp() const
Return mpCpTp.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
humidityTemperatureCoupledMixedFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual tmp< fvPatchField< scalar > > clone(const DimensionedField< scalar, volMesh > &iF) const
Clone with an internal field reference.
const scalarField myKDelta() const
Return myKDelta.
virtual tmp< fvPatchField< scalar > > clone() const
Return a clone.
TypeName("humidityTemperatureCoupledMixed")
Runtime type information.
massTransferMode
Modes of mass transfer.
@ mtCondensationAndEvaporation
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
const scalarField dmHfg() const
Return dmHfg.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
temperatureCoupledBase(const fvPatch &patch, const KMethodType method=KMethodType::mtFluidThermo)
Default construct from patch, using fluidThermo (default) or specified method.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
List< label > labelList
A List of labels.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
scalarField Re(const UList< complex > &cmplx)
Extract real component.
List< scalar > scalarList
List of scalar.
fvPatchField< scalar > fvPatchScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.