linear Class Reference

Linear wall heat flux partitioning model. More...

Inheritance diagram for linear:
[legend]
Collaboration diagram for linear:
[legend]

Public Member Functions

 TypeName ("linear")
 Runtime type information. More...
 
 linear (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~linear ()
 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

Linear wall heat flux partitioning model.

Proposed threshold liquid fractions:

  • alphaLiquid1 0.1
  • alphaLiquid0 0.05
    Ioilev, A., Samigulin, M., Ustinenko (2007).
    Advances in the modeling of cladding heat transfer
    and critical heat flux in boiling water reactor fuel assemblies.
    In Proc. 12th International Topical Meeting on
    Nuclear Reactor Thermal Hydraulics (NURETH-12),
    Pittsburgh, Pennsylvania, USA.
Source files

Definition at line 67 of file linear.H.

Constructor & Destructor Documentation

◆ linear()

linear ( const dictionary dict)

Construct from a dictionary.

Definition at line 55 of file linear.C.

◆ ~linear()

~linear ( )
virtual

Destructor.

Definition at line 66 of file linear.C.

Member Function Documentation

◆ TypeName()

TypeName ( "linear"  )

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 linear.C.

References Foam::max(), and Foam::min().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from partitioningModel.

Definition at line 93 of file linear.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: