phaseFraction Class Reference

Wall heat-flux partitioned according to the phase volume fraction. More...

Inheritance diagram for phaseFraction:
Collaboration diagram for phaseFraction:

Public Member Functions

 TypeName ("phaseFraction")
 Runtime type information. More...
 
 phaseFraction (const dictionary &dict)
 Construct from a dictionary. More...
 
 phaseFraction (const phaseFraction &model)
 Copy construct. More...
 
virtual autoPtr< partitioningModelclone () const
 Construct and return a clone. More...
 
virtual ~phaseFraction ()
 Destructor. More...
 
virtual tmp< scalarFieldwetFraction (const scalarField &alphaLiquid) const
 Return the wet fraction. More...
 
virtual tmp< volScalarFieldwetFraction (const volScalarField &alphaLiquid) const
 Return the wet fraction. More...
 
- Public Member Functions inherited from partitioningModel
 TypeName ("partitioningModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 partitioningModel ()
 Construct null. More...
 
 partitioningModel (const partitioningModel &)
 Copy construct. More...
 
virtual ~partitioningModel ()
 Destructor. More...
 
virtual void write (Ostream &os) const
 Write to stream. More...
 
void operator= (const partitioningModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from partitioningModel
static autoPtr< partitioningModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

Wall heat-flux partitioned according to the phase volume fraction.

Source files

Definition at line 52 of file phaseFraction.H.

Constructor & Destructor Documentation

◆ phaseFraction() [1/2]

phaseFraction ( const dictionary dict)

Construct from a dictionary.

Definition at line 51 of file phaseFraction.C.

Referenced by phaseFraction::clone().

Here is the caller graph for this function:

◆ phaseFraction() [2/2]

phaseFraction ( const phaseFraction model)

Copy construct.

Definition at line 60 of file phaseFraction.C.

◆ ~phaseFraction()

~phaseFraction ( )
virtual

Destructor.

Definition at line 71 of file phaseFraction.C.

Member Function Documentation

◆ TypeName()

TypeName ( "phaseFraction"  )

Runtime type information.

◆ clone()

virtual autoPtr<partitioningModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements partitioningModel.

Definition at line 72 of file phaseFraction.H.

References phaseFraction::phaseFraction().

Here is the call graph for this function:

◆ wetFraction() [1/2]

Foam::tmp< Foam::scalarField > wetFraction ( const scalarField alphaLiquid) const
virtual

Return the wet fraction.

Implements partitioningModel.

Definition at line 78 of file phaseFraction.C.

◆ wetFraction() [2/2]

Foam::tmp< Foam::volScalarField > wetFraction ( const volScalarField alphaLiquid) const
virtual

Return the wet fraction.

Implements partitioningModel.

Definition at line 88 of file phaseFraction.C.


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