partitioningModel Class Referenceabstract

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

Inheritance diagram for partitioningModel:

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...
 
 partitioningModel (const partitioningModel &)
 Copy construct. More...
 
virtual autoPtr< partitioningModelclone () const =0
 Construct and return a clone. 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
 
void operator= (const partitioningModel &)=delete
 Disallow default bitwise assignment. More...
 

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 53 of file partitioningModel.H.

Constructor & Destructor Documentation

◆ partitioningModel() [1/2]

Construct null.

◆ partitioningModel() [2/2]

Copy construct.

◆ ~partitioningModel()

virtual ~partitioningModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "partitioningModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ clone()

virtual autoPtr<partitioningModel> clone ( ) const
pure virtual

Construct and return a clone.

Implemented in linear, cosine, Lavieville, and phaseFraction.

◆ New()

static autoPtr<partitioningModel> New ( const dictionary dict)
static

Select null constructed.

◆ 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()

virtual void write ( Ostream os) const
virtual

Reimplemented in linear, cosine, and Lavieville.

◆ operator=()

void operator= ( const partitioningModel )
delete

Disallow default bitwise assignment.


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