cosine Class Reference

Cosine wall heat flux partitioning model. More...

Inheritance diagram for cosine:
[legend]
Collaboration diagram for cosine:
[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 ()=default
 Default construct. More...
 
virtual ~partitioningModel ()=default
 Destructor. More...
 

Additional Inherited Members

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

Detailed Description

Cosine wall heat flux partitioning model.

Proposed threshold liquid fractions:

  • alphaLiquid1 0.1
  • alphaLiquid0 0.05
    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 66 of file cosine.H.

Constructor & Destructor Documentation

◆ cosine()

cosine ( const dictionary dict)

Construct from a dictionary.

Definition at line 55 of file cosine.C.

◆ ~cosine()

~cosine ( )
virtual

Destructor.

Definition at line 66 of file cosine.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cosine"  )

Runtime type information.

◆ fLiquid()

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

Calculate and return the wall heat-flux partitioning.

Implements partitioningModel.

Definition at line 75 of file cosine.C.

References Foam::cos(), Foam::neg(), Foam::constant::mathematical::pi(), and Foam::pos0().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from partitioningModel.

Definition at line 100 of file cosine.C.

References partitioningModel::write(), and Ostream::writeEntry().

Here is the call graph for this function:

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