STYLE: some general spelling fixes

This commit is contained in:
Mark Olesen
2020-05-04 09:15:21 +02:00
parent 2a24bab057
commit 8cfb483054
234 changed files with 332 additions and 340 deletions

View File

@ -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

View File

@ -334,7 +334,7 @@ private:
// Transition boiling model
//- Run-time selected for Leidenfrost tempearure
//- Run-time selected for Leidenfrost temperature
autoPtr<wallBoilingModels::LeidenfrostModel>
LeidenfrostModel_;

View File

@ -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