Cosine wall heat flux partitioning model. More...
Public Member Functions | |
TypeName ("cosine") | |
Runtime type information. More... | |
cosine (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~cosine () |
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... | |
Cosine wall heat flux partitioning model.
Proposed threshold liquid fractions:
Tentner, A., Lo, S., & Kozlov, V. (2006). Advances in computational fluid dynamics modeling of two-phase flow in boiling water reactor fuel assemblies. In International Conference of Nuclear Engineering, Miami, Florida, USA.
cosine | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
TypeName | ( | "cosine" | ) |
Runtime type information.
|
virtual |
Calculate and return the wall heat-flux partitioning.
Implements partitioningModel.
|
virtual |
Reimplemented from partitioningModel.