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


Public Member Functions | |
| TypeName ("Schroeder") | |
| Runtime type information. | |
| Schroeder (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Schroeder ()=default |
| Destructor. | |
| virtual tmp< scalarField > | TDNB (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< TDNBModel > | New (const dictionary &dict) |
| Select default constructed. | |
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.
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 |
Definition at line 103 of file Schroeder.H.
| Schroeder | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 50 of file Schroeder.C.
References dict, and TDNBModel::TDNBModel().

|
virtualdefault |
| TypeName | ( | "Schroeder" | ) |
Runtime type information.
References dict.
|
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().

|
virtual |
Write.
Reimplemented from TDNBModel.
Definition at line 87 of file Schroeder.C.
References os(), and TDNBModel::write().
