Lavieville Class Reference

A model for wall heat flux partitioning based on Lavieville et al. (2006) for boiling flows. More...

Inheritance diagram for Lavieville:
[legend]
Collaboration diagram for Lavieville:
[legend]

Public Member Functions

 TypeName ("Lavieville")
 Runtime type information. More...
 
 Lavieville (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Lavieville ()
 Destructor. More...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const
 Liquid blending function. 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...
 
virtual tmp< scalarFieldfLiquid (const scalarField &alphaLiquid) const =0
 Calculate and return the wall heat-flux partitioning. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from partitioningModel
static autoPtr< partitioningModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

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).
Usage
Example of the model specification:
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 -
Source files

Definition at line 100 of file Lavieville.H.

Constructor & Destructor Documentation

◆ Lavieville()

Lavieville ( const dictionary dict)

Construct from a dictionary.

Definition at line 54 of file Lavieville.C.

◆ ~Lavieville()

~Lavieville ( )
virtual

Destructor.

Definition at line 64 of file Lavieville.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Lavieville"  )

Runtime type information.

◆ fLiquid()

Foam::tmp< Foam::scalarField > fLiquid ( const scalarField alphaLiquid) const
virtual

Liquid blending function.

Implements partitioningModel.

Definition at line 72 of file Lavieville.C.

References Foam::exp(), Foam::neg(), Foam::pos0(), and Foam::pow().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from partitioningModel.

Definition at line 90 of file Lavieville.C.

References os(), and ObukhovLength::write().

Here is the call graph for this function:

The documentation for this class was generated from the following files: