Public Member Functions | List of all members
linear Class Reference

Linear wall heat flux partitioning model. More...

Inheritance diagram for linear:
Inheritance graph
[legend]
Collaboration diagram for linear:
Collaboration graph
[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 ()
 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

Linear wall heat flux partitioning model.

Proposed threshold liquid fractions:

    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 65 of file linear.H.

Constructor & Destructor Documentation

◆ linear()

linear ( const dictionary dict)

Construct from a dictionary.

◆ ~linear()

virtual ~linear ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "linear"  )

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: