Linear wall heat flux partitioning model. More...
Public Member Functions | |
TypeName ("linear") | |
Runtime type information. More... | |
linear (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~linear () |
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 |
![]() | |
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 autoPtr< partitioningModel > | New (const dictionary &dict) |
Select null constructed. More... | |
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.
linear | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
TypeName | ( | "linear" | ) |
Runtime type information.
|
virtual |
Calculate and return the wall heat-flux partitioning.
Implements partitioningModel.
|
virtual |
Reimplemented from partitioningModel.