#include <humidityTemperatureCoupledMixedFvPatchScalarField.H>


Public Types | |
| enum | massTransferMode { mtConstantMass , mtCondensation , mtEvaporation , mtCondensationAndEvaporation } |
| Modes of mass transfer. More... | |
| Public Types inherited from temperatureCoupledBase | |
| enum | KMethodType { mtFluidThermo , mtSolidThermo , mtDirectionalSolidThermo , mtLookup , mtFunction } |
| Type of supplied Kappa. More... | |
Public Member Functions | |
| TypeName ("humidityTemperatureCoupledMixed") | |
| Runtime type information. | |
| humidityTemperatureCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| humidityTemperatureCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| humidityTemperatureCoupledMixedFvPatchScalarField (const humidityTemperatureCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| humidityTemperatureCoupledMixedFvPatchScalarField (const humidityTemperatureCoupledMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| const scalarField | myKDelta () const |
| Return myKDelta. | |
| const scalarField | mpCpTp () const |
| Return mpCpTp. | |
| const scalarField | dmHfg () const |
| Return dmHfg. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
| Public Member Functions inherited from temperatureCoupledBase | |
| temperatureCoupledBase (const fvPatch &patch, const KMethodType method=KMethodType::mtFluidThermo) | |
| Default construct from patch, using fluidThermo (default) or specified method. | |
| temperatureCoupledBase (const fvPatch &patch, const KMethodType method, const word &kappaName, const word &alphaName, const word &alphaAniName) | |
| Construct from patch, method type and field names. | |
| temperatureCoupledBase (const fvPatch &patch, const dictionary &dict) | |
| Construct from patch and dictionary. | |
| temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base) | |
| Construct from patch and temperatureCoupledBase. | |
| temperatureCoupledBase (const temperatureCoupledBase &base) | |
| Copy construct. | |
| virtual | ~temperatureCoupledBase ()=default |
| Destructor. | |
| word | KMethod () const |
| Method to obtain K. | |
| const word & | kappaName () const noexcept |
| Name of thermal conductivity field. | |
| const word & | alphaName () const noexcept |
| Name of thermal diffusivity field. | |
| virtual void | rmap (const fvPatchField< scalar > &, const labelList &)=0 |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| virtual tmp< scalarField > | kappa (const scalarField &Tp) const |
| Given patch temperature calculate corresponding K field. | |
| virtual tmp< scalarField > | alpha (const scalarField &Tp) const |
| Given patch temperature calculate corresponding alphaEff field. | |
| void | write (Ostream &os) const |
| Write. | |
Additional Inherited Members | |
| Protected Attributes inherited from temperatureCoupledBase | |
| const fvPatch & | patch_ |
| Underlying patch. | |
| const KMethodType | method_ |
| How to get K. | |
| const word | kappaName_ |
| Name of thermal conductivity field (if looked up from database). | |
| const word | alphaName_ |
| Name of thermal diffusivity. | |
| const word | alphaAniName_ |
| Name of the non-isotropic alpha (for directional solidThermo). | |
| autoPtr< PatchFunction1< scalar > > | kappaFunction1_ |
| Function1 for kappa. | |
| autoPtr< PatchFunction1< scalar > > | alphaFunction1_ |
| Function1 for alpha. | |
| Static Protected Attributes inherited from temperatureCoupledBase | |
| static const Enum< KMethodType > | KMethodTypeNames_ |
Definition at line 199 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
| enum massTransferMode |
Modes of mass transfer.
| Enumerator | |
|---|---|
| mtConstantMass | |
| mtCondensation | |
| mtEvaporation | |
| mtCondensationAndEvaporation | |
Definition at line 211 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
| humidityTemperatureCoupledMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 121 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References mtConstantMass, temperatureCoupledBase::mtFluidThermo, p, temperatureCoupledBase::temperatureCoupledBase(), and Foam::Zero.
Referenced by humidityTemperatureCoupledMixedFvPatchScalarField(), humidityTemperatureCoupledMixedFvPatchScalarField(), rmap(), TypeName(), and updateCoeffs().


| humidityTemperatureCoupledMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 199 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, forAll, Foam::isA(), mtCondensation, mtCondensationAndEvaporation, mtConstantMass, mtEvaporation, IOobjectOption::MUST_READ, liquidProperties::New(), Foam::nl, p, temperatureCoupledBase::temperatureCoupledBase(), and Foam::Zero.

| humidityTemperatureCoupledMixedFvPatchScalarField | ( | const humidityTemperatureCoupledMixedFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField onto a new patch
Definition at line 161 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References clone(), humidityTemperatureCoupledMixedFvPatchScalarField(), p, and temperatureCoupledBase::temperatureCoupledBase().

| humidityTemperatureCoupledMixedFvPatchScalarField | ( | const humidityTemperatureCoupledMixedFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 326 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References clone(), humidityTemperatureCoupledMixedFvPatchScalarField(), and temperatureCoupledBase::temperatureCoupledBase().

| TypeName | ( | "humidityTemperatureCoupledMixed" | ) |
Runtime type information.
References humidityTemperatureCoupledMixedFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 425 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
References fvPatchField< Type >::Clone().
Referenced by humidityTemperatureCoupledMixedFvPatchScalarField(), and humidityTemperatureCoupledMixedFvPatchScalarField().


|
inlinevirtual |
Clone with an internal field reference.
Definition at line 433 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Implements temperatureCoupledBase.
Definition at line 364 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References temperatureCoupledBase::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 385 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References humidityTemperatureCoupledMixedFvPatchScalarField(), Foam::refCast(), and temperatureCoupledBase::rmap().

|
inline |
Return myKDelta.
Definition at line 467 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
|
inline |
Return mpCpTp.
Definition at line 475 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
|
inline |
Return dmHfg.
Definition at line 483 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.
Referenced by updateCoeffs().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 413 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References alpha, temperatureCoupledBase::alpha(), b, cp, Foam::cp(), fvPatch::deltaCoeffs(), mappedPatchBase::distribute(), dmHfg(), Foam::endl(), forAll, Foam::gAverage(), Foam::gMinMax(), fixedGradientFvPatchField< Type >::gradient(), Foam::gSum(), Foam::gWeightedSum(), humidityTemperatureCoupledMixedFvPatchScalarField(), patchIdentifier::index(), Foam::Info, temperatureCoupledBase::kappa(), limits, Foam::log(), fvPatch::lookupPatchField(), Foam::mag(), Foam::max(), mesh, Foam::min(), mtCondensation, mtCondensationAndEvaporation, mtConstantMass, mtEvaporation, fvPatch::name(), IOobject::name(), Foam::nl, fvPatchField< Type >::patchInternalField(), pp(), Foam::Re(), Foam::refCast(), rhof(), mappedPatchBase::sampleMesh(), mappedPatchBase::samplePolyPatch(), UList< T >::size(), Foam::T(), Uf, and Foam::Zero.

|
virtual |
Write.
Definition at line 757 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.
References mtConstantMass, os(), token::TAB, mixedFvPatchField< Type >::write(), and temperatureCoupledBase::write().
