linear Class Reference

A linear model for wall heat flux partitioning based on Ioilev et al. (2007) for boiling flows. 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 ()=default
 Destructor. More...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const
 Calculate and return the wall heat-flux partitioning. More...
 
virtual void write (Ostream &os) const
 Write. More...
 
- 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...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const =0
 Calculate and return the wall heat-flux partitioning. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

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

Detailed Description

A linear model for wall heat flux partitioning based on Ioilev et al. (2007) for boiling flows.

Reference:

    Ioilev, A., Samigulin, M., Ustinenko, V.,
    Kucherova, P., Tentner, A., Lo, S., & Splawski, A. (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.
Usage
Example of the model specification:
partitioningModel
{
    // Mandatory entries
    type            linear;
    alphaLiquid1    <scalar>;
    alphaLiquid0    <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: linear word yes -
alphaLiquid1

Model parameters for threshold liquid phase fraction

scalar yes -
alphaLiquid0

Model parameters for threshold liquid phase fraction

scalar yes -
Note
  • Proposed threshold liquid fractions:
  • alphaLiquid1 0.1
  • alphaLiquid0 0.05
Source files

Definition at line 122 of file linear.H.

Constructor & Destructor Documentation

◆ linear()

linear ( const dictionary dict)

Construct from a dictionary.

Definition at line 54 of file linear.C.

◆ ~linear()

virtual ~linear ( )
virtualdefault

Destructor.

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 66 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

Write.

Reimplemented from partitioningModel.

Definition at line 85 of file linear.C.

References os(), and ObukhovLength::write().

Here is the call graph for this function:

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