Go to the documentation of this file.
152 #ifndef humidityTemperatureCoupledMixedFvPatchScalarField_H
153 #define humidityTemperatureCoupledMixedFvPatchScalarField_H
169 class humidityTemperatureCoupledMixedFvPatchScalarField
171 public mixedFvPatchScalarField,
172 public temperatureCoupledBase
268 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
280 TypeName(
"humidityTemperatureCoupledMixed");
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const scalarField mpCpTp() const
Return mpCpTp.
scalarField mass_
Mass accumulated on faces.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
static const NamedEnum< massTransferMode, 4 > massModeTypeNames_
const word QrName_
Name of the radiative heat flux field.
scalarField cp_
Cp field for inert mode.
const word pName_
Name of the pressure field.
A class for handling words, derived from string.
scalarField myKDelta_
Cache myDelta.
A class for managing temporary objects.
@ mtCondensationAndEvaporation
volScalarField & thicknessField(const word &, const fvMesh &)
Lookup (or create) thickness field for output.
TypeName("humidityTemperatureCoupledMixed")
Runtime type information.
scalar Sh(const scalar Re, const scalar Sc) const
Calculation of Sh.
scalarField Re(const UList< complex > &cf)
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
scalarField thickness_
Thickness field for inert mode.
Common functions for use in temperature coupled boundaries.
const word UName_
Name of the velocity field.
scalar Mcomp_
Average molecular weight for the carrier mixture in the gas phase.
virtual void write(Ostream &) const
Write.
scalarField mpCpTp_
Thermal inertia.
scalarField dmHfg_
Phase change energy.
Pre-declare SubField and related Field type.
const word rhoName_
Name of the density field.
const scalarField dmHfg() const
Return dmHfg.
humidityTemperatureCoupledMixedFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
const word QrNbrName_
Name of the radiative heat flux in the neighbout region.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
scalar Tvap_
Vaporization temperature.
const word muName_
Name of the dynamic viscosity field.
const word specieName_
Name of the species on which the mass transfered (default H2O)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
scalar L_
Characteristic length scale.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalarField rho_
Density field for inert mode.
massTransferMode mode_
Operating mode.
const word TnbrName_
Name of temperature field on the neighbour region.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
massTransferMode
Modes of mass transfer.
autoPtr< liquidProperties > liquid_
Liquid properties.
Generic GeometricField class.
scalar htcCondensation(const scalar TSat, const scalar Re) const
Calculation of htc from the condensed surface.
const scalarField myKDelta() const
Return myKDelta.
dictionary liquidDict_
Liquid dictionary.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...