Schroeder Class Reference

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

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

Public Member Functions

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

Additional Inherited Members

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

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 107 of file Schroeder.H.

Constructor & Destructor Documentation

◆ Schroeder()

Schroeder ( const dictionary dict)

Construct from a dictionary.

Definition at line 57 of file Schroeder.C.

◆ ~Schroeder()

virtual ~Schroeder ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Schroeder"  )

Runtime type information.

◆ 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 70 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 94 of file Schroeder.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: