Loading...
Searching...
No Matches
departureFrequencyModel Class Referenceabstract

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

#include <departureFrequencyModel.H>

Inheritance diagram for departureFrequencyModel:

Public Member Functions

 TypeName ("departureFrequencyModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 departureFrequencyModel ()=default
 Default construct.
virtual ~departureFrequencyModel ()=default
 Destructor.
virtual tmp< scalarFieldfDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const =0
 Calculate and return the bubble departure frequency.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

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

Detailed Description

Base class for bubble departure frequency models for boiling flows.

Source files

Definition at line 53 of file departureFrequencyModel.H.

Constructor & Destructor Documentation

◆ departureFrequencyModel()

departureFrequencyModel ( )
default

Default construct.

Referenced by Cole::Cole(), and declareRunTimeSelectionTable().

Here is the caller graph for this function:

◆ ~departureFrequencyModel()

virtual ~departureFrequencyModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "departureFrequencyModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References departureFrequencyModel(), and dict.

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 39 of file departureFrequencyModel.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:

◆ fDeparture()

virtual tmp< scalarField > fDeparture ( const phaseModel & liquid,
const phaseModel & vapor,
const label patchi,
const scalarField & dDep ) const
pure virtual

Calculate and return the bubble departure frequency.

Implemented in Cole.

References os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 67 of file departureFrequencyModel.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:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.C