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


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< scalarField > | fLiquid (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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from partitioningModel | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select default constructed. More... | |
A linear model for wall heat flux partitioning based on Ioilev et al. (2007) for boiling flows.
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 | - |
| linear | ( | const dictionary & | dict | ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "linear" | ) |
Runtime type information.
|
virtual |
Calculate and return the wall heat-flux partitioning.
Implements partitioningModel.
Definition at line 61 of file linear.C.
References Foam::max(), and Foam::min().

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

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.