A linear model for wall heat flux partitioning based on Ioilev et al. (2007) for boiling flows. More...
#include <linearPartitioningModel.H>


Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information. | |
| linear (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~linear ()=default |
| Destructor. | |
| virtual tmp< scalarField > | fLiquid (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< partitioningModel > | New (const dictionary &dict) |
| Select default constructed. | |
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.
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 | - |
Definition at line 118 of file linearPartitioningModel.H.
| linear | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 47 of file linearPartitioningModel.C.
References dict, and partitioningModel::partitioningModel().

|
virtualdefault |
| TypeName | ( | "linear" | ) |
Runtime type information.
References dict.
|
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().

|
virtual |
Write.
Reimplemented from partitioningModel.
Definition at line 78 of file linearPartitioningModel.C.
References os(), and partitioningModel::write().
