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... | |
| cosine (const cosine &model) | |
| Copy construct. More... | |
| virtual autoPtr< partitioningModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~cosine () |
| Destructor. More... | |
| virtual tmp< scalarField > | wetFraction (const scalarField &alphaLiquid) const |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField::Internal > | wetFraction (const volScalarField::Internal &alphaLiquid) const |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField > | wetFraction (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< 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.
Definition at line 80 of file cosine.C.
Referenced by cosine::clone().

| TypeName | ( | "cosine" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements partitioningModel.
Definition at line 102 of file cosine.H.
References cosine::cosine().

|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 111 of file cosine.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 121 of file cosine.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 131 of file cosine.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Write to stream.
Reimplemented from partitioningModel.
Definition at line 140 of file cosine.C.
References partitioningModel::write(), and Foam::writeEntry().

| Foam::tmp<ScalarFieldType> calculate | ( | const ScalarFieldType & | alphaLiquid | ) | const |
Definition at line 53 of file cosine.C.
References Foam::cos(), Foam::neg(), Foam::constant::mathematical::pi(), and Foam::pos0().
