Lavieville wall heat flux partitioning model. More...


Public Member Functions | |
| TypeName ("Lavieville") | |
| Runtime type information. More... | |
| Lavieville (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| Lavieville (const Lavieville &model) | |
| Copy construct. More... | |
| virtual autoPtr< partitioningModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~Lavieville () |
| Destructor. More... | |
| virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const |
| Liquid blending function. More... | |
| virtual void | write (Ostream &os) const |
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 () | |
| Construct null. More... | |
| partitioningModel (const partitioningModel &) | |
| Copy construct. More... | |
| virtual | ~partitioningModel () |
| Destructor. More... | |
| void | operator= (const partitioningModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from partitioningModel | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Lavieville wall heat flux partitioning model.
Model parameters: alphaCrit: critical liquid fraction
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).
Definition at line 63 of file Lavieville.H.
| Lavieville | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Referenced by Lavieville::clone().

| Lavieville | ( | const Lavieville & | model | ) |
Copy construct.
|
virtual |
| TypeName | ( | "Lavieville" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements partitioningModel.
Definition at line 88 of file Lavieville.H.
References Lavieville::fLiquid(), Lavieville::Lavieville(), Lavieville::write(), and Lavieville::~Lavieville().

|
virtual |
Liquid blending function.
Implements partitioningModel.
Referenced by Lavieville::clone().

|
virtual |
Reimplemented from partitioningModel.
Referenced by Lavieville::clone().
