saturate evaporation model. Characteristic time is calculated to immediately saturate the cell It should be mentioned that this is coupled with the (implicit) way evaporation is done in parcel, since the evaporation time depends on the integration step More...
#include <dieselSpray/saturateEvaporationModel.H>
saturate evaporation model. Characteristic time is calculated to immediately saturate the cell It should be mentioned that this is coupled with the (implicit) way evaporation is done in parcel, since the evaporation time depends on the integration step
Definition at line 50 of file saturateEvaporationModel.H.
Public Member Functions | |
TypeName ("saturateEvaporationModel") | |
Runtime type information.
| |
saturateEvaporationModel (const dictionary &dict) | |
Construct from dictionary.
| |
~saturateEvaporationModel () | |
bool | evaporation () const |
evaporation on/off
| |
scalar | Sh (const scalar ReynoldsNumber, const scalar SchmidtNumber) const |
Correlation for 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 |
Return the evaporation relaxation time.
| |
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, const scalar, const scalar, const scalar, const scalar, const scalar, const scalar, const scalar, const scalar) const |
label | nEvapIter () const |
saturateEvaporationModel | ( | const dictionary & | dict ) |
Construct from dictionary.
Definition at line 52 of file saturateEvaporationModel.C.
Definition at line 62 of file saturateEvaporationModel.C.
TypeName | ( | "saturateEvaporationModel" | ) |
Runtime type information.
bool evaporation | ( | ) | const [virtual]
|
evaporation on/off
Implements evaporationModel.
Definition at line 68 of file saturateEvaporationModel.C.
scalar Sh | ( | const scalar | ReynoldsNumber, |
const scalar | SchmidtNumber | ||
) | const [virtual]
|
Correlation for the Sherwood Number.
Implements evaporationModel.
Definition at line 75 of file saturateEvaporationModel.C.
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]
|
Return the evaporation relaxation time.
Implements evaporationModel.
Definition at line 84 of file saturateEvaporationModel.C.
References Foam::max().
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, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar, | ||
const | scalar | ||
) | const [virtual]
|
Implements evaporationModel.
Definition at line 103 of file saturateEvaporationModel.C.
References Foam::log(), Foam::max(), and Foam::sqr().
label nEvapIter | ( | ) | const [inline, virtual]
|
Implements evaporationModel.
Definition at line 140 of file saturateEvaporationModel.C.