departureDiameterModel Class Referenceabstract

Base class for bubble departure diameter models for boiling flows. More...

Inheritance diagram for departureDiameterModel:
[legend]

Public Member Functions

 TypeName ("departureDiameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 departureDiameterModel ()=default
 Default construct. More...
 
virtual ~departureDiameterModel ()=default
 Destructor. More...
 
virtual tmp< scalarFielddDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the departure diameter field. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Static Public Member Functions

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

Detailed Description

Base class for bubble departure diameter models for boiling flows.

Source files

Definition at line 57 of file departureDiameterModel.H.

Constructor & Destructor Documentation

◆ departureDiameterModel()

Default construct.

◆ ~departureDiameterModel()

virtual ~departureDiameterModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "departureDiameterModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select default constructed.

Definition at line 46 of file departureDiameterModel.C.

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

Here is the call graph for this function:

◆ dDeparture()

virtual tmp< scalarField > dDeparture ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L 
) const
pure virtual

Calculate and return the departure diameter field.

Implemented in KocamustafaogullariIshii, and TolubinskiKostanchuk.

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in KocamustafaogullariIshii, and TolubinskiKostanchuk.

Definition at line 74 of file departureDiameterModel.C.

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

Here is the call graph for this function:

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