departureDiameterModel Class Referenceabstract

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

Inheritance diagram for departureDiameterModel:

Public Member Functions

 TypeName ("departureDiameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 departureDiameterModel ()
 Construct null. More...
 
 departureDiameterModel (const departureDiameterModel &)
 Copy constructor. More...
 
virtual autoPtr< departureDiameterModelclone () const =0
 Construct and return a clone. More...
 
virtual ~departureDiameterModel ()
 Destructor. More...
 
virtual tmp< scalarFielddDeparture (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the departure diameter field for a wall patch. More...
 
virtual tmp< volScalarFielddDeparture (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L) const =0
 Calculate and return the departure diameter field for a stationary. More...
 
virtual void write (Ostream &os) const
 Write to stream. More...
 
void operator= (const departureDiameterModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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

Detailed Description

Base class for bubble departure diameter models.

Source files

Definition at line 52 of file departureDiameterModel.H.

Constructor & Destructor Documentation

◆ departureDiameterModel() [1/2]

Construct null.

Definition at line 42 of file departureDiameterModel.C.

◆ departureDiameterModel() [2/2]

Copy constructor.

Definition at line 46 of file departureDiameterModel.C.

◆ ~departureDiameterModel()

~departureDiameterModel ( )
virtual

Destructor.

Definition at line 55 of file departureDiameterModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "departureDiameterModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ clone()

virtual autoPtr<departureDiameterModel> clone ( ) const
pure virtual

Construct and return a clone.

Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.

◆ New()

Select null constructed.

Definition at line 31 of file departureDiameterModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::Info.

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField(), and wallBoilingHeatTransfer::wallBoilingHeatTransfer().

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

◆ dDeparture() [1/2]

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

Calculate and return the departure diameter field for a wall patch.

Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.

◆ dDeparture() [2/2]

virtual tmp<volScalarField> dDeparture ( const phaseModel liquid,
const phaseModel vapour,
const phaseModel solid,
const volScalarField Tf,
const volScalarField Tsatw,
const volScalarField L 
) const
pure virtual

Calculate and return the departure diameter field for a stationary.

phase and fluid interface

Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.

◆ write()

void write ( Ostream os) const
virtual

Write to stream.

Reimplemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.

Definition at line 61 of file departureDiameterModel.C.

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

Referenced by KocamustafaogullariIshiiDepartureDiameter::write(), and TolubinskiKostanchuk::write().

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

◆ operator=()

void operator= ( const departureDiameterModel )
delete

Disallow default bitwise assignment.


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