Loading...
Searching...
No Matches
partitioningModel Class Referenceabstract

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

#include <partitioningModel.H>

Inheritance diagram for partitioningModel:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Base class for wall heat flux partitioning models.

Source files

Definition at line 51 of file partitioningModel.H.

Constructor & Destructor Documentation

◆ partitioningModel()

partitioningModel ( )
default

Default construct.

References dict.

Referenced by cosine::cosine(), declareRunTimeSelectionTable(), Lavieville::Lavieville(), linear::linear(), and phaseFraction::phaseFraction().

Here is the caller graph for this function:

◆ ~partitioningModel()

virtual ~partitioningModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "partitioningModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References dict, and partitioningModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 39 of file partitioningModel.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 cosine, Lavieville, linear, and phaseFraction.

References os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in cosine, Lavieville, and linear.

Definition at line 68 of file partitioningModel.C.

References os(), and Foam::type().

Referenced by cosine::write(), Lavieville::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:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.C