Public Member Functions | List of all members
alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField Class Reference

A simple alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField with a fixed volumetric phase-change mass flux. More...

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

Public Member Functions

 TypeName ("compressible::alphatFixedDmdtWallBoilingWallFunction")
 
 alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField (const alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField (const alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField &)
 
virtual tmp< fvPatchScalarFieldclone () const
 
 alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField (const alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 
virtual bool activePhasePair (const phasePairKey &) const
 
virtual const scalarFielddmdt (const phasePairKey &) const
 
virtual const scalarFieldmDotL (const phasePairKey &) const
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 
- Public Member Functions inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField
 TypeName ("compressible::alphatPhaseChangeJayatillekeWallFunction")
 
 alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &)
 
 alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
- Public Member Functions inherited from alphatPhaseChangeWallFunctionFvPatchScalarField
 TypeName ("compressible::alphatPhaseChangeWallFunction")
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &)
 
 alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
virtual const scalarFielddmdt () const
 
virtual const scalarFieldmDotL () const
 
virtual scalarField dmdt (const word &) const
 
virtual scalarField mDotL (const word &) const
 

Additional Inherited Members

- Protected Member Functions inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField
void checkType ()
 
tmp< scalarFieldPsmooth (const scalarField &Prat) const
 
tmp< scalarFieldyPlusTherm (const scalarField &P, const scalarField &Prat) const
 
tmp< scalarFieldcalcAlphat (const scalarField &prevAlphat) const
 
- Protected Attributes inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField
scalar Prt_
 
scalar Cmu_
 
scalar kappa_
 
scalar E_
 
- Protected Attributes inherited from alphatPhaseChangeWallFunctionFvPatchScalarField
scalarField dmdt_
 
scalarField mDotL_
 
- Static Protected Attributes inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField
static scalar tolerance_ = 0.01
 
static label maxIters_ = 10
 

Detailed Description

A simple alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField with a fixed volumetric phase-change mass flux.

Usage
Example of the boundary condition specification:
<patch>
{
    // Mandatory entries
    type         compressible::alphatFixedDmdtWallBoilingWallFunction;
    vaporPhase   <word>;

    // Optional entries
    relax        <scalar>;
    fixedDmdt    <scalar>;
    L            <scalar>;

    // Inherited entries
    ...
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: compressible::alphatFixedDmdtWallBoilingWallFunction word yes -
vaporPhase Name of the vapor phase word yes -
relax Relaxation factor for dmdt scalar no 1.0
fixedDmdt Volumetric phase-change mass flux in near wall cells scalar no 0.0
L Latent heat scalar no 0.0

The inherited entries are elaborated in: -Foam::compressible:: alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField Source files alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.H alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.C

Definition at line 131 of file alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField() [1/5]

◆ alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField() [2/5]

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

◆ alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField() [3/5]

◆ alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField() [4/5]

◆ alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField() [5/5]

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::alphatFixedDmdtWallBoilingWallFunction"  )

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

◆ clone() [2/2]

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

◆ activePhasePair()

bool activePhasePair ( const phasePairKey phasePair) const
virtual

◆ dmdt()

const scalarField & dmdt ( const phasePairKey phasePair) const
virtual

◆ mDotL()

const scalarField & mDotL ( const phasePairKey phasePair) const
virtual

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.

Definition at line 185 of file alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.C.

References os(), and fvPatchField::write().

Here is the call graph for this function:

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