mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: some general spelling fixes
This commit is contained in:
@ -886,7 +886,7 @@ void alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs()
|
||||
// transient boiling
|
||||
regimeTypes[i] = regimeType::transient;
|
||||
|
||||
// No convective heat tranfer
|
||||
// No convective heat transfer
|
||||
alphatConv_[i] = 0.0;
|
||||
|
||||
// transient boiling
|
||||
@ -918,7 +918,7 @@ void alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs()
|
||||
{
|
||||
regimeTypes[i] = regimeType::film; // film boiling
|
||||
|
||||
// No convective heat tranfer
|
||||
// No convective heat transfer
|
||||
alphatConv_[i] = 0.0;
|
||||
|
||||
// Film boiling
|
||||
|
||||
@ -334,7 +334,7 @@ private:
|
||||
|
||||
// Transition boiling model
|
||||
|
||||
//- Run-time selected for Leidenfrost tempearure
|
||||
//- Run-time selected for Leidenfrost temperature
|
||||
autoPtr<wallBoilingModels::LeidenfrostModel>
|
||||
LeidenfrostModel_;
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ Description
|
||||
\xi_{min} | Lower bound of integral [-]
|
||||
c_f | Increase coefficient of surface area [-]
|
||||
\sigma | Surface tension [N/m]
|
||||
\rho_c | Density of continous phase [kg/m3]
|
||||
\rho_c | Density of continuous phase [kg/m3]
|
||||
\eta | Kolmogorov length scale [m]
|
||||
\Gamma(a,z) | Upper incomplete gamma function
|
||||
Q(a,z) | Regularized upper incomplete gamma function
|
||||
|
||||
Reference in New Issue
Block a user