cosine Class Reference

Cosine wall heat flux partitioning model. More...

Inheritance diagram for cosine:
Collaboration diagram for cosine:

Public Member Functions

 TypeName ("cosine")
 Runtime type information. More...
 
 cosine (const dictionary &dict)
 Construct from a dictionary. More...
 
 cosine (const cosine &model)
 Copy construct. More...
 
virtual autoPtr< partitioningModelclone () const
 Construct and return a clone. 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...
 
 partitioningModel (const partitioningModel &)
 Copy construct. More...
 
virtual ~partitioningModel ()
 Destructor. More...
 
void operator= (const partitioningModel &)=delete
 Disallow default bitwise assignment. 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:

  • 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 64 of file cosine.H.

Constructor & Destructor Documentation

◆ cosine() [1/2]

cosine ( const dictionary dict)

Construct from a dictionary.

Referenced by cosine::clone().

Here is the caller graph for this function:

◆ cosine() [2/2]

cosine ( const cosine model)

Copy construct.

◆ ~cosine()

virtual ~cosine ( )
virtual

Destructor.

Referenced by cosine::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "cosine"  )

Runtime type information.

◆ clone()

virtual autoPtr<partitioningModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements partitioningModel.

Definition at line 90 of file cosine.H.

References cosine::cosine(), cosine::fLiquid(), cosine::write(), and cosine::~cosine().

Here is the call graph for this function:

◆ fLiquid()

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

Calculate and return the wall heat-flux partitioning.

Implements partitioningModel.

Referenced by cosine::clone().

Here is the caller graph for this function:

◆ write()

virtual void write ( Ostream os) const
virtual

Reimplemented from partitioningModel.

Referenced by cosine::clone().

Here is the caller graph for this function:

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