partitioningModel Class Referenceabstract

Base class for wall heat flux partitioning models. More...

Inheritance diagram for partitioningModel:
[legend]

Public Member Functions

 TypeName ("partitioningModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 partitioningModel ()
 Construct null. More...
 
virtual ~partitioningModel ()
 Destructor. More...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const =0
 Calculate and return the wall heat-flux partitioning. More...
 
virtual void write (Ostream &os) const
 

Static Public Member Functions

static autoPtr< partitioningModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

Base class for wall heat flux partitioning models.

Source files

Definition at line 55 of file partitioningModel.H.

Constructor & Destructor Documentation

◆ partitioningModel()

Construct null.

Definition at line 44 of file partitioningModel.C.

◆ ~partitioningModel()

~partitioningModel ( )
virtual

Destructor.

Definition at line 50 of file partitioningModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "partitioningModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
partitioningModel  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

Declare runtime construction.

◆ New()

Select null constructed.

Definition at line 35 of file newPartitioningModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fLiquid()

virtual tmp<scalarField> fLiquid ( const scalarField alphaLiquid) const
pure virtual

Calculate and return the wall heat-flux partitioning.

Implemented in linear, cosine, Lavieville, and phaseFraction.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented in linear, cosine, and Lavieville.

Definition at line 56 of file partitioningModel.C.

References Foam::type(), and Ostream::writeEntry().

Referenced by Lavieville::write(), cosine::write(), and linear::write().

Here is the call graph for this function:
Here is the caller graph for this function:

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