Corrected spelling in comments

Resolves bug-report https://bugs.openfoam.org/view.php?id=2844
This commit is contained in:
Henry Weller
2018-02-13 20:39:56 +00:00
parent 6a417d4a93
commit fe1fade8cb
182 changed files with 1242 additions and 1244 deletions

View File

@ -629,7 +629,7 @@ int main(int argc, char *argv[])
#include "createTime.H"
#include "createPolyMesh.H"
// If nessecary add oldInternalFaces patch
// If necessary add oldInternalFaces patch
label newPatchi = addPatch(mesh, "oldInternalFaces");

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -927,7 +927,7 @@ int main(int argc, char *argv[])
fluentGroupToFoamPatch.insert("fan");
// Create intial empty polyMesh
// Create initial empty polyMesh
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
polyMesh mesh

View File

@ -13,7 +13,7 @@ Notes for fluentMeshToFoam with zone preservation
Writes all regions to cellZones preserving Fluent names
Writes all region internal face to faceZones preserving Fluent names
lines: 1545 - 1667
Zones are usefull for porous media and MRF calculations
Zones are useful for porous media and MRF calculations
2. Zone Access
- Zones are simple lists of label lists that can be accessed from polyMesh

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -1184,7 +1184,7 @@ int main(int argc, char *argv[])
patchPhysicalTypes
);
//dont write mesh yet, otherwise preservePatchTypes will be broken
//don't write mesh yet, otherwise preservePatchTypes will be broken
//and zones wont be written
//checkmesh done after patch addition as well
Info<< "done." << endl;
@ -1193,7 +1193,7 @@ int main(int argc, char *argv[])
Info<< endl << "Building boundary and internal patches." << endl;
//adding patches after mesh construction allows topological checks
//on whether a patch is internal or external, something fluent
//doesnt seem to mind
//doesn't seem to mind
// Make boundary patches

View File

@ -363,7 +363,7 @@ if
if (pFaces[LINER][0].size() != newLinerFaces.size())
{
Info<< "Transfered " << pFaces[LINER][0].size() - newLinerFaces.size()
Info<< "Transferred " << pFaces[LINER][0].size() - newLinerFaces.size()
<< " faces from liner region to cylinder head" << endl;
pFaces[LINER][0] = newLinerFaces;
}
@ -392,7 +392,7 @@ if
if (pFaces[CYLINDERHEAD][0].size() != newCylinderHeadFaces.size())
{
Info<< "Transfered faces from cylinder-head region to linder" << endl;
Info<< "Transferred faces from cylinder-head region to linder" << endl;
pFaces[CYLINDERHEAD][0] = newCylinderHeadFaces;
}
}

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -126,7 +126,7 @@ public:
//- Square of span
scalar span2_;
//- Minumum edge-length of the cell size below which protusions
//- Minimum edge-length of the cell size below which protusions
// through the surface are not split
scalar minEdgeLen_;
@ -140,7 +140,7 @@ public:
//- Square of maxNotchLen
scalar maxNotchLen2_;
//- The minimum distance alowed between a dual-cell vertex
//- The minimum distance allowed between a dual-cell vertex
// and the surface before a point-pair is introduced
scalar minNearPointDist_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -106,7 +106,7 @@ class backgroundMeshDecomposition
//- Random number generator
Random& rndGen_;
//- Mesh stored on for this processor, specifiying the domain that it
//- Mesh stored on for this processor, specifying the domain that it
// is responsible for.
fvMesh mesh_;

View File

@ -532,7 +532,7 @@ void Foam::conformalVoronoiMesh::createExternalEdgePointGroup
);
// Insert the slave points by reflecting refPt in both faces.
// with each slave refering to the master
// with each slave referring to the master
Foam::point reflectedA = refPt + 2*ppDist*nA;
pts.append

View File

@ -460,7 +460,7 @@ void syncPoints
}
//- Note: hasTransformation is only used for warning messages so
// reduction not strictly nessecary.
// reduction not strictly necessary.
//reduce(hasTransformation, orOp<bool>());
// Synchronize multiple shared points.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -94,13 +94,13 @@ public:
return mirrorMeshPtr_();
}
//- Mirrorred to original cell
//- Mirrored to original cell
const labelList& cellMap() const
{
return cellMapPtr_();
}
//- Mirrorred to original point
//- Mirrored to original point
const labelList& pointMap() const
{
return pointMapPtr_();

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -81,7 +81,7 @@ int main(int argc, char *argv[])
// Set the precision of the points data to 10
IOstream::defaultPrecision(max(10u, IOstream::defaultPrecision()));
// Generate the mirrorred mesh
// Generate the mirrored mesh
const fvMesh& mMesh = mesh.mirrorMesh();
const_cast<fvMesh&>(mMesh).setInstance(mesh.facesInstance());