set the relaxation-times to something negative. this will disable evaporation More...
#include <dieselSpray/noEvaporation.H>
set the relaxation-times to something negative. this will disable evaporation
Definition at line 47 of file noEvaporation.H.
Public Member Functions | |
TypeName ("off") | |
Runtime type information.
| |
noEvaporation (const dictionary &dict) | |
Construct from dictionary.
| |
~noEvaporation () | |
bool | evaporation () const |
evaporation on/off
| |
scalar | Sh (const scalar ReynoldsNumber, const scalar SchmidtNumber) const |
The Sherwood number.
| |
scalar | relaxationTime (const scalar diameter, const scalar liquidDensity, const scalar rhoFuelVapor, const scalar massDiffusionCoefficient, const scalar ReynoldsNumber, const scalar SchmidtNumber, const scalar Xs, const scalar Xf, const scalar m0, const scalar dm, const scalar dt) const |
scalar | boilingTime (const scalar liquidDensity, const scalar cpFuel, const scalar heatOfVapour, const scalar kappa, const scalar Nusselt, const scalar deltaTemp, const scalar diameter, const scalar liquidCore, const scalar time, const scalar tDrop, const scalar tBoilingSurface, const scalar vapourSurfaceEnthalpy, const scalar vapourFarEnthalpy, const scalar cpGas, const scalar temperature, const scalar kLiq) const |
label | nEvapIter () const |
noEvaporation | ( | const dictionary & | dict ) |
Construct from dictionary.
Definition at line 51 of file noEvaporation.C.
~noEvaporation | ( | ) |
Definition at line 60 of file noEvaporation.C.
TypeName | ( | "off" | ) |
Runtime type information.
bool evaporation | ( | ) | const [virtual]
|
scalar Sh | ( | const scalar | ReynoldsNumber, |
const scalar | SchmidtNumber | ||
) | const [virtual]
|
scalar relaxationTime | ( | const scalar | diameter, |
const scalar | liquidDensity, | ||
const scalar | rhoFuelVapor, | ||
const scalar | massDiffusionCoefficient, | ||
const scalar | ReynoldsNumber, | ||
const scalar | SchmidtNumber, | ||
const scalar | Xs, | ||
const scalar | Xf, | ||
const scalar | m0, | ||
const scalar | dm, | ||
const scalar | dt | ||
) | const [virtual]
|
Implements evaporationModel.
Definition at line 81 of file noEvaporation.C.
scalar boilingTime | ( | const scalar | liquidDensity, |
const scalar | cpFuel, | ||
const scalar | heatOfVapour, | ||
const scalar | kappa, | ||
const scalar | Nusselt, | ||
const scalar | deltaTemp, | ||
const scalar | diameter, | ||
const scalar | liquidCore, | ||
const scalar | time, | ||
const scalar | tDrop, | ||
const scalar | tBoilingSurface, | ||
const scalar | vapourSurfaceEnthalpy, | ||
const scalar | vapourFarEnthalpy, | ||
const scalar | cpGas, | ||
const scalar | temperature, | ||
const scalar | kLiq | ||
) | const [virtual]
|
Implements evaporationModel.
Definition at line 100 of file noEvaporation.C.
label nEvapIter | ( | ) | const [inline, virtual]
|
Implements evaporationModel.
Definition at line 122 of file noEvaporation.C.