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...
 
const scalarFielddmdt () const
 Return the rate of phase-change. More...
 
const scalarFieldmDotL () const
 Return the enthelpy source due to phase-change. 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 57 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 46 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField().

Here is the caller graph for this function:

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

Construct from patch, internal field and dictionary.

Definition at line 59 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

References alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField(), dictionary::found(), and fvPatch::size().

Here is the call graph for this function:

Construct by mapping given.

alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch

Definition at line 83 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

References alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField().

Here is the call graph for this function:

Construct as copy.

Definition at line 98 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

References alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField().

Here is the call graph for this function:

Construct as copy setting internal field reference.

Definition at line 110 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

Member Function Documentation

TypeName ( "compressible::alphatPhaseChangeWallFunction"  )

Runtime type information.

const scalarField& dmdt ( ) const
inline

Return the rate of phase-change.

Definition at line 123 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.

const scalarField& mDotL ( ) const
inline
virtual void updateCoeffs ( )
pure virtual
void write ( Ostream os) const
virtual

Member Data Documentation

scalarField dmdt_
protected
scalarField mDotL_
protected

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