Public Member Functions | Protected Attributes | List of all members
alphatPhaseChangeWallFunctionFvPatchScalarField Class Referenceabstract

Abstract base-class for all alphatWallFunctions supporting phase-change. More...

Inheritance diagram for alphatPhaseChangeWallFunctionFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for alphatPhaseChangeWallFunctionFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("compressible::alphatPhaseChangeWallFunction")
 Runtime type information. More...
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &)
 Construct as copy. More...
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual const scalarFielddmdt () const
 Return the rate of phase-change. More...
 
virtual const scalarFieldmDotL () const
 Return the enthalpy source due to phase-change. More...
 
virtual bool activePhasePair (const phasePairKey &) const
 Is there phase change mass transfer for this phasePair. More...
 
virtual const scalarFielddmdt (const phasePairKey &) const
 Return the rate of phase-change for specific phase pair. More...
 
virtual const scalarFieldmDotL (const phasePairKey &) const
 Return the rate of phase-change for specific phase pair. More...
 
virtual scalarField dmdt (const word &) const
 Return the rate of phase-change for specific phase. More...
 
virtual scalarField mDotL (const word &) const
 Return the enthalpy source due to phase-change for specific phase. More...
 
virtual void updateCoeffs ()=0
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Protected Attributes

scalarField dmdt_
 Rate of phase-change. More...
 
scalarField mDotL_
 Latent heat of the phase-change. More...
 

Detailed Description

Abstract base-class for all alphatWallFunctions supporting phase-change.

See also
Foam::fixedValueFvPatchScalarField Foam::alphatWallFunctionFvPatchScalarField
Source files

Definition at line 55 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [1/5]

Construct from patch and internal field.

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [2/5]

alphatPhaseChangeWallFunctionFvPatchScalarField ( const fvPatch ,
const DimensionedField< scalar, volMesh > &  ,
const dictionary  
)

Construct from patch, internal field and dictionary.

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [3/5]

Construct by mapping given.

alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [4/5]

Construct as copy.

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::alphatPhaseChangeWallFunction"  )

Runtime type information.

◆ dmdt() [1/3]

virtual const scalarField& dmdt ( ) const
inlinevirtual

◆ mDotL() [1/3]

virtual const scalarField& mDotL ( ) const
inlinevirtual

Return the enthalpy source due to phase-change.

Definition at line 127 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.

Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::clone(), and alphatWallBoilingWallFunctionFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ activePhasePair()

virtual bool activePhasePair ( const phasePairKey ) const
inlinevirtual

◆ dmdt() [2/3]

virtual const scalarField& dmdt ( const phasePairKey ) const
inlinevirtual

◆ mDotL() [2/3]

virtual const scalarField& mDotL ( const phasePairKey ) const
inlinevirtual

◆ dmdt() [3/3]

virtual scalarField dmdt ( const word ) const
inlinevirtual

Return the rate of phase-change for specific phase.

Definition at line 151 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.

◆ mDotL() [3/3]

virtual scalarField mDotL ( const word ) const
inlinevirtual

Return the enthalpy source due to phase-change for specific phase.

Definition at line 157 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_, alphatPhaseChangeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().

Here is the call graph for this function:

◆ updateCoeffs()

virtual void updateCoeffs ( )
pure virtual

◆ write()

virtual void write ( Ostream ) const
virtual

Member Data Documentation

◆ dmdt_

scalarField dmdt_
protected

◆ mDotL_

scalarField mDotL_
protected

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