humidityTemperatureCoupledMixedFvPatchScalarField Class Reference
Inheritance diagram for humidityTemperatureCoupledMixedFvPatchScalarField:
Collaboration diagram for humidityTemperatureCoupledMixedFvPatchScalarField:

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. More...
 
 humidityTemperatureCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 humidityTemperatureCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 humidityTemperatureCoupledMixedFvPatchScalarField (const humidityTemperatureCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 humidityTemperatureCoupledMixedFvPatchScalarField (const humidityTemperatureCoupledMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object. More...
 
virtual void rmap (const fvPatchScalarField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField. More...
 
const scalarField myKDelta () const
 Return myKDelta. More...
 
const scalarField mpCpTp () const
 Return mpCpTp. More...
 
const scalarField dmHfg () const
 Return dmHfg. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 
- 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. More...
 
 temperatureCoupledBase (const fvPatch &patch, const KMethodType method, const word &kappaName, const word &alphaName, const word &alphaAniName)
 Construct from patch, method type and field names. More...
 
 temperatureCoupledBase (const fvPatch &patch, const dictionary &dict)
 Construct from patch and dictionary. More...
 
 temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base)
 Construct from patch and temperatureCoupledBase. More...
 
 temperatureCoupledBase (const temperatureCoupledBase &base)
 Copy construct. More...
 
virtual ~temperatureCoupledBase ()=default
 Destructor. More...
 
word KMethod () const
 Method to obtain K. More...
 
const wordkappaName () const noexcept
 Name of thermal conductivity field. More...
 
const wordalphaName () const noexcept
 Name of thermal diffusivity field. More...
 
virtual tmp< scalarFieldkappa (const scalarField &Tp) const
 Given patch temperature calculate corresponding K field. More...
 
virtual tmp< scalarFieldalpha (const scalarField &Tp) const
 Given patch temperature calculate corresponding alphaEff field. More...
 
void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

- Protected Attributes inherited from temperatureCoupledBase
const fvPatchpatch_
 Underlying patch. More...
 
const KMethodType method_
 How to get K. More...
 
const word kappaName_
 Name of thermal conductivity field (if looked up from database) More...
 
const word alphaName_
 Name of thermal diffusivity. More...
 
const word alphaAniName_
 Name of the non-isotropic alpha (for directional solidThermo) More...
 
autoPtr< PatchFunction1< scalar > > kappaFunction1_
 Function1 for kappa. More...
 
autoPtr< PatchFunction1< scalar > > alphaFunction1_
 Function1 for alpha. More...
 
- Static Protected Attributes inherited from temperatureCoupledBase
static const Enum< KMethodTypeKMethodTypeNames_
 

Detailed Description

Member Enumeration Documentation

◆ massTransferMode

Modes of mass transfer.

Enumerator
mtConstantMass 
mtCondensation 
mtEvaporation 
mtCondensationAndEvaporation 

Definition at line 211 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ humidityTemperatureCoupledMixedFvPatchScalarField() [1/4]

Construct from patch and internal field.

Definition at line 123 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.

Referenced by humidityTemperatureCoupledMixedFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ humidityTemperatureCoupledMixedFvPatchScalarField() [2/4]

◆ humidityTemperatureCoupledMixedFvPatchScalarField() [3/4]

Construct by mapping given.

turbulentTemperatureCoupledBaffleMixedFvPatchScalarField onto a new patch

Definition at line 163 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.

◆ humidityTemperatureCoupledMixedFvPatchScalarField() [4/4]

Construct as copy setting internal field reference.

Definition at line 328 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "humidityTemperatureCoupledMixed"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 416 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

References humidityTemperatureCoupledMixedFvPatchScalarField::humidityTemperatureCoupledMixedFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 440 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

References humidityTemperatureCoupledMixedFvPatchScalarField::humidityTemperatureCoupledMixedFvPatchScalarField().

Here is the call graph for this function:

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

Map (and resize as needed) from self given a mapping object.

Implements temperatureCoupledBase.

Definition at line 365 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.

References temperatureCoupledBase::autoMap().

Here is the call graph for this function:

◆ rmap()

void rmap ( const fvPatchScalarField ptf,
const labelList addr 
)
virtual

Reverse map the given fvPatchField onto this fvPatchField.

Implements temperatureCoupledBase.

Definition at line 386 of file humidityTemperatureCoupledMixedFvPatchScalarField.C.

References temperatureCoupledBase::rmap().

Here is the call graph for this function:

◆ myKDelta()

const scalarField myKDelta ( ) const
inline

Return myKDelta.

Definition at line 480 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

◆ mpCpTp()

const scalarField mpCpTp ( ) const
inline

Return mpCpTp.

Definition at line 488 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

◆ dmHfg()

const scalarField dmHfg ( ) const
inline

Return dmHfg.

Definition at line 496 of file humidityTemperatureCoupledMixedFvPatchScalarField.H.

◆ updateCoeffs()

◆ write()

void write ( Ostream os) const
virtual

The documentation for this class was generated from the following files: