Loading...
Searching...
No Matches
Schroeder Class Reference

A model for departure from nucleation boiling based on Schroeder-Richter and Bartsch (1994) for boiling flows. More...

#include <Schroeder.H>

Inheritance diagram for Schroeder:
Collaboration diagram for Schroeder:

Public Member Functions

 TypeName ("Schroeder")
 Runtime type information.
 Schroeder (const dictionary &dict)
 Construct from a dictionary.
virtual ~Schroeder ()=default
 Destructor.
virtual tmp< scalarFieldTDNB (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
 Calculate and return the departure from nulceate boiling correlation.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from TDNBModel
 TypeName ("TDNBModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 TDNBModel ()=default
 Default construct.
virtual ~TDNBModel ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from TDNBModel
static autoPtr< TDNBModelNew (const dictionary &dict)
 Select default constructed.

Detailed Description

A model for departure from nucleation boiling based on Schroeder-Richter and Bartsch (1994) for boiling flows.

Reference:

    Schroeder-Richter, D., & Bartsch, G. (1994).
    Analytical calculation of DNB-superheating by a postulated
    thermo-mechanical effect of nucleate boiling.
    International journal of multiphase flow, 20(6), 1143-1167.
    DOI:10.1016/0301-9322(94)90060-4

    Theler, G., & Freis, D. (2011).
    Theoretical critical heat flux prediction based on non-equilibrium
    thermodynamics considerations of the subcooled boiling phenomenon.
    Mecánica Computacional, 30(19), 1713-1732.
Usage
Example of the model specification:
TDNBModel
{
    // Mandatory entries
    type            Schroeder;

    // Optional entries
    kg              <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: Schroeder word yes -
kg Isoentropic expansion factor for ideal gases scalar no 1.666
Source files

Definition at line 103 of file Schroeder.H.

Constructor & Destructor Documentation

◆ Schroeder()

Schroeder ( const dictionary & dict)

Construct from a dictionary.

Definition at line 50 of file Schroeder.C.

References dict, and TDNBModel::TDNBModel().

Here is the call graph for this function:

◆ ~Schroeder()

virtual ~Schroeder ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "Schroeder" )

Runtime type information.

References dict.

◆ TDNB()

Foam::tmp< Foam::scalarField > TDNB ( const phaseModel & liquid,
const phaseModel & vapor,
const label patchi,
const scalarField & Tl,
const scalarField & Tsatw,
const scalarField & L ) const
virtual

Calculate and return the departure from nulceate boiling correlation.

Implements TDNBModel.

Definition at line 63 of file Schroeder.C.

References e, L, Foam::log(), R, and thermophysicalProperties::W().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented from TDNBModel.

Definition at line 87 of file Schroeder.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C