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

@ -120,7 +120,7 @@ Usage
Note
To employ the \c prime2Mean option, the \c mean option must be selecetd.
To employ the \c prime2Mean option, the \c mean option must be selected.
See also
Foam::functionObjects::fvMeshFunctionObject

View File

@ -85,7 +85,7 @@ Foam::word Foam::functionObjects::fluxSummary::checkFlowType
const word& fieldName
) const
{
// Surfaces are multipled by their area, so account for that
// Surfaces are multiplied by their area, so account for that
// in the dimension checking
const dimensionSet dims =
(fieldDims * (isSurfaceMode() ? dimTime*dimArea : dimTime));

View File

@ -57,7 +57,7 @@ Usage
\table
Property | Description | Required | Default value
type | type name: nearWallFields | yes |
fields | list of fields with correspoding output field names | yes |
fields | list of fields with corresponding output field names | yes |
log | Log to standard output | no | yes
\endtable

View File

@ -216,7 +216,7 @@ protected:
//- Reference pressure
scalar pRef_;
//- Coordinate system used when evaluting forces/moments
//- Coordinate system used when evaluating forces/moments
coordSystem::cartesian coordSys_;
//- Flag to include porosity effects

View File

@ -38,7 +38,7 @@ Description
directory.
- The turbulence model should be incompressible
- In order to use in a incompressible multi phase a list of thermal
properties are needed. See bellow
properties are needed. See below
Usage