IATE Class Reference

IATE (Interfacial Area Transport Equation) bubble diameter model. More...

Inheritance diagram for IATE:
Collaboration diagram for IATE:

Public Member Functions

 TypeName ("IATE")
 Runtime type information. More...
 
 IATE (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~IATE ()
 Destructor. More...
 
const volScalarFieldkappai () const
 Return the interfacial curvature. More...
 
virtual tmp< volScalarFieldd () const
 Get the diameter field. More...
 
virtual tmp< volScalarFieldAv () const
 Get the surface area per unit volume field. More...
 
virtual void correct ()
 Correct the model. More...
 
virtual bool read (const dictionary &diameterProperties)
 Read diameter properties dictionary. More...
 
- Public Member Functions inherited from diameterModel
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
 
 diameterModel (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~diameterModel ()
 Destructor. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual bool read ()
 Read diameter properties dictionary. More...
 

Friends

class IATEsource
 

Additional Inherited Members

- Static Public Member Functions inherited from diameterModel
static autoPtr< diameterModelNew (const dictionary &diameterProperties, const phaseModel &phase)
 Select from dictionary and phase. More...
 

Detailed Description

IATE (Interfacial Area Transport Equation) bubble diameter model.

Solves for the interfacial curvature per unit volume of the phase rather than interfacial area per unit volume to avoid stability issues relating to the consistency requirements between the phase fraction and interfacial area per unit volume. In every other respect this model is as presented in the paper:

Reference:

    Ishii, M., Kim, S., & Kelly, J. (2005).
    Development of interfacial area transport equation.
    Nuclear Engineering and Technology, 37(6), 525-536.
Source files

Definition at line 66 of file IATE.H.

Constructor & Destructor Documentation

◆ IATE()

IATE ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from dictionary and phase.

Definition at line 62 of file IATE.C.

◆ ~IATE()

~IATE ( )
virtual

Destructor.

Definition at line 102 of file IATE.C.

Member Function Documentation

◆ TypeName()

TypeName ( "IATE"  )

Runtime type information.

◆ kappai()

const volScalarField& kappai ( ) const
inline

Return the interfacial curvature.

Definition at line 121 of file IATE.H.

◆ d()

Foam::tmp< Foam::volScalarField > d ( ) const
virtual

Get the diameter field.

Implements diameterModel.

Definition at line 108 of file IATE.C.

◆ Av()

Foam::tmp< Foam::volScalarField > Av ( ) const
virtual

Get the surface area per unit volume field.

Implements diameterModel.

Definition at line 114 of file IATE.C.

◆ correct()

◆ read()

bool read ( const dictionary diameterProperties)
virtual

Read diameter properties dictionary.

Implements diameterModel.

Definition at line 180 of file IATE.C.

References dictionary::lookup(), and PtrList< T >::transfer().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ IATEsource

friend class IATEsource
friend

Definition at line 98 of file IATE.H.


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