Lavieville Class Reference

Lavieville wall heat flux partitioning model. More...

Inheritance diagram for Lavieville:
Collaboration diagram for Lavieville:

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< partitioningModelclone () const
 Construct and return a clone. More...
 
virtual ~Lavieville ()
 Destructor. More...
 
virtual tmp< scalarFieldwetFraction (const scalarField &alphaLiquid) const
 Return the wet fraction. More...
 
virtual tmp< volScalarFieldwetFraction (const volScalarField &alphaLiquid) const
 Return the wet fraction. More...
 
virtual void write (Ostream &os) const
 Write to stream. More...
 
template<class ScalarFieldType >
Foam::tmp< ScalarFieldType > calculate (const ScalarFieldType &alphaLiquid) 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< partitioningModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

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).
Source files

Definition at line 63 of file Lavieville.H.

Constructor & Destructor Documentation

◆ Lavieville() [1/2]

Lavieville ( const dictionary dict)

Construct from a dictionary.

Definition at line 72 of file Lavieville.C.

Referenced by Lavieville::clone().

Here is the caller graph for this function:

◆ Lavieville() [2/2]

Lavieville ( const Lavieville model)

Copy construct.

Definition at line 82 of file Lavieville.C.

◆ ~Lavieville()

~Lavieville ( )
virtual

Destructor.

Definition at line 94 of file Lavieville.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Lavieville"  )

Runtime type information.

◆ clone()

virtual autoPtr<partitioningModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements partitioningModel.

Definition at line 98 of file Lavieville.H.

References Lavieville::Lavieville().

Here is the call graph for this function:

◆ wetFraction() [1/2]

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

Return the wet fraction.

Implements partitioningModel.

Definition at line 101 of file Lavieville.C.

References Foam::fvPatchDistWave::calculate().

Here is the call graph for this function:

◆ wetFraction() [2/2]

Foam::tmp< Foam::volScalarField > wetFraction ( const volScalarField alphaLiquid) const
virtual

Return the wet fraction.

Implements partitioningModel.

Definition at line 111 of file Lavieville.C.

References Foam::fvPatchDistWave::calculate().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write to stream.

Reimplemented from partitioningModel.

Definition at line 120 of file Lavieville.C.

References partitioningModel::write(), and Foam::writeEntry().

Here is the call graph for this function:

◆ calculate()

Foam::tmp<ScalarFieldType> calculate ( const ScalarFieldType &  alphaLiquid) const

Definition at line 53 of file Lavieville.C.

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

Here is the call graph for this function:

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