STYLE: Correcting typos

This commit is contained in:
Andrew Heather
2018-03-28 17:14:16 +01:00
parent 3a569c9fd5
commit a230e8d408
486 changed files with 740 additions and 758 deletions

View File

@ -114,7 +114,7 @@ class Curle
//- Area-averaged centre of patch faces
dimensionedVector x0_;
//- Reference speed of souund
//- Reference speed of sound
dimensionedScalar c0_;

View File

@ -125,10 +125,10 @@ bool Foam::functionObjects::externalCoupled::readData
os
);
// Pass responsability for all reading over to bc
// Pass responsibility for all reading over to bc
pf.readData(IStringStream(os.str())());
// Update the value from the read coefficicient. Bypass any
// Update the value from the read coefficient. Bypass any
// additional processing by derived type.
pf.patchFieldType::evaluate();
}
@ -176,7 +176,7 @@ bool Foam::functionObjects::externalCoupled::readData
}
pf.valueFraction() = data[columni];
// Update the value from the read coefficicient. Bypass any
// Update the value from the read coefficient. Bypass any
// additional processing by derived type.
pf.mixedFvPatchField<Type>::evaluate();
}
@ -211,7 +211,7 @@ bool Foam::functionObjects::externalCoupled::readData
);
}
// Update the value from the read coefficicient. Bypass any
// Update the value from the read coefficient. Bypass any
// additional processing by derived type.
pf.fixedGradientFvPatchField<Type>::evaluate();
}
@ -244,7 +244,7 @@ bool Foam::functionObjects::externalCoupled::readData
pf == value;
// Update the value from the read coefficicient. Bypass any
// Update the value from the read coefficient. Bypass any
// additional processing by derived type.
pf.fixedValueFvPatchField<Type>::evaluate();
}

View File

@ -113,7 +113,7 @@ public:
// Selectors
//- Return a reference to the selected heat transfer coefficicent model
//- Return a reference to the selected heat transfer coefficient model
static autoPtr<heatTransferCoeffModel> New
(
const dictionary& dict,

View File

@ -108,7 +108,7 @@ class histogram
//- Minimum value
scalar min_;
//- Mumber of bins
//- Number of bins
label nBins_;
//- Output formatter to write

View File

@ -87,7 +87,7 @@ void Foam::functionObjects::mapFields::createInterpolation
meshToMesh::interpolationMethodNames_[mapMethodName]
);
// Lookup corresponding AMi method
// Lookup corresponding AMI method
word patchMapMethodName =
AMIPatchToPatchInterpolation::interpolationMethodToWord
(

View File

@ -62,13 +62,13 @@ class randomise
{
// Private member data
//- The magnitude of the purturbation
//- The magnitude of the perturbation
scalar magPerturbation_;
// Private Member Functions
//- Calculate the randomisenitude of the field and register the result
//- Calculate the randomised field and register the result
template<class Type>
bool calcRandomised();

View File

@ -188,7 +188,7 @@ class regionSizeDistribution
//- Minimum droplet diameter
scalar minDiam_;
//- Mumber of bins
//- Number of bins
label nBins_;
//- Names of fields to sample on regions

View File

@ -115,7 +115,7 @@ class setFlow
// Private Data
//- Name of vecloity field, default = "U"
//- Name of velocity field, default = "U"
word UName_;
//- Name of density field, default = "none"

View File

@ -374,7 +374,7 @@ void Foam::functionObjects::fieldVisualisationBase::addGlyphs
// data->GetPointData()->GetScalars(scaleFieldNameChar);
// values->GetRange(range);
// Set range accoding to user-supplied limits
// Set range according to user-supplied limits
range[0] = range_.first();
range[1] = range_.second();
glyph->ClampingOn();

View File

@ -114,7 +114,7 @@ protected:
// Protected functions
//- Initialse actor
//- Initialise actor
void initialiseActor(vtkActor* actor) const;

View File

@ -147,7 +147,7 @@ public:
);
//- Desructor
//- Destructor
virtual ~runTimePostProcessing();

View File

@ -33,9 +33,9 @@ Description
It may be used in conjunction with any transient single-phase incompressible
flow solver such as pisoFoam or pimpleFoam and tracks the particles or
parcels without affecting the the flow-field.
parcels without affecting the flow-field.
The kinematicCloud requires the the density of the fluid which is looked-up
The kinematicCloud requires the density of the fluid which is looked-up
from constant/transportProperties dictionary and the acceleration due to
gravity which is read from the constant/g file if present or defaults to
zero.

View File

@ -166,7 +166,7 @@ Usage
Cp | Heat capacity for single phase | no | 0
rhoInf | Density for single phase | no | 0
kappa | Thermal conductivity for single phase | no | 0
Prt | Turbulent Prandt number | no | 1.0
Prt | Turbulent Prandlt number | no | 1.0
phaseThermos | Dictionary for multi-phase thermo |no | null
fvOptions | Opotional extra sources | no | null
\endtable

View File

@ -62,7 +62,7 @@ protected:
// Protected data
//- Name of function object to retrueve data from
//- Name of function object to retrieve data from
word functionObjectName_;
//- List of fields on which to operate

View File

@ -59,7 +59,7 @@ protected:
// Protected data
//- Minumim time step value to compare
//- Minimum time step value to compare
const scalar minValue_;

View File

@ -82,7 +82,7 @@ protected:
Switch log_;
//- Group index - if applied, all conditions in a group must be
// satisfield before condition is met
// satisfied before condition is met
label groupID_;