Loading...
Searching...
No Matches
linear Class Reference

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

#include <linearPartitioningModel.H>

Inheritance diagram for linear:
Collaboration diagram for linear:

Public Member Functions

 TypeName ("linear")
 Runtime type information.
 linear (const dictionary &dict)
 Construct from a dictionary.
virtual ~linear ()=default
 Destructor.
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const
 Calculate and return the wall heat-flux partitioning.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from partitioningModel
 TypeName ("partitioningModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 partitioningModel ()=default
 Default construct.
virtual ~partitioningModel ()=default
 Destructor.

Additional Inherited Members

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

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 118 of file linearPartitioningModel.H.

Constructor & Destructor Documentation

◆ linear()

linear ( const dictionary & dict)

Construct from a dictionary.

Definition at line 47 of file linearPartitioningModel.C.

References dict, and partitioningModel::partitioningModel().

Here is the call graph for this function:

◆ ~linear()

virtual ~linear ( )
virtualdefault

Destructor.

References os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "linear" )

Runtime type information.

References dict.

◆ fLiquid()

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

Calculate and return the wall heat-flux partitioning.

Implements partitioningModel.

Definition at line 59 of file linearPartitioningModel.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 78 of file linearPartitioningModel.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linearPartitioningModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linearPartitioningModel.C