Public Member Functions | List of all members
cosine Class Reference

Cosine wall heat flux partitioning model. More...

Inheritance diagram for cosine:
Inheritance graph
[legend]
Collaboration diagram for cosine:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("cosine")
 Runtime type information. More...
 
 cosine (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~cosine ()
 Destructor. More...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const
 Calculate and return the wall heat-flux partitioning. More...
 
virtual void write (Ostream &os) const
 
- Public Member Functions inherited from partitioningModel
 TypeName ("partitioningModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 partitioningModel ()
 Construct null. More...
 
virtual ~partitioningModel ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from partitioningModel
static autoPtr< partitioningModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

Cosine wall heat flux partitioning model.

Proposed threshold liquid fractions:

    Tentner, A., Lo, S., & Kozlov, V. (2006).
    Advances in computational fluid dynamics modeling
    of two-phase flow in boiling water reactor fuel assemblies.
    In International Conference of Nuclear Engineering,
    Miami, Florida, USA.
Source files

Definition at line 64 of file cosine.H.

Constructor & Destructor Documentation

◆ cosine()

cosine ( const dictionary dict)

Construct from a dictionary.

◆ ~cosine()

virtual ~cosine ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "cosine"  )

Runtime type information.

◆ fLiquid()

virtual tmp<scalarField> fLiquid ( const scalarField alphaLiquid) const
virtual

Calculate and return the wall heat-flux partitioning.

Implements partitioningModel.

◆ write()

virtual void write ( Ostream os) const
virtual

Reimplemented from partitioningModel.


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