A model for wall heat flux partitioning based on Lavieville et al. (2006) for boiling flows. More...
#include <Lavieville.H>


Public Member Functions | |
| TypeName ("Lavieville") | |
| Runtime type information. | |
| Lavieville (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Lavieville () |
| Destructor. | |
| virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const |
| Liquid blending function. | |
| 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 model for wall heat flux partitioning based on Lavieville et al. (2006) for boiling flows.
Reference:
Lavieville, J., Quemerais, E., Mimouni, S.,
Boucker, M., & Mechitoua, N. (2006).
NEPTUNE CFD V1.0 theory manual.
NEPTUNE report Nept_2004_L1, 2(3).
partitioningModel
{
// Mandatory entries
type Lavieville;
alphaCrit <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: Lavieville | word | yes | - |
alphaCrit | Critical liquid fraction | scalar | yes | - |
Definition at line 96 of file Lavieville.H.
| Lavieville | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 47 of file Lavieville.C.
References dict, and partitioningModel::partitioningModel().

|
virtual |
Destructor.
Definition at line 57 of file Lavieville.C.
| TypeName | ( | "Lavieville" | ) |
|
virtual |
Liquid blending function.
Implements partitioningModel.
Definition at line 65 of file Lavieville.C.
References Foam::exp(), Foam::neg(), Foam::pos0(), and Foam::pow().

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