Corrected typos in comment: "the the" -> "the"
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -27,7 +27,7 @@ Class
|
||||
Description
|
||||
Faster version of the DICPreconditioner diagonal-based incomplete
|
||||
Cholesky preconditioner for symmetric matrices
|
||||
(symmetric equivalent of DILU) in which the the reciprocal of the
|
||||
(symmetric equivalent of DILU) in which the reciprocal of the
|
||||
preconditioned diagonal and the upper coefficients divided by the diagonal
|
||||
are calculated and stored.
|
||||
|
||||
|
||||
@ -902,7 +902,7 @@ void Foam::globalMeshData::calcGlobalEdgeSlaves() const
|
||||
|
||||
|
||||
// The whole problem with deducting edge-connectivity from
|
||||
// point-connectivity is that one of the the endpoints might be
|
||||
// point-connectivity is that one of the endpoints might be
|
||||
// a local master but the other endpoint might not. So we first
|
||||
// need to make sure that all points know about connectivity and
|
||||
// the transformations.
|
||||
|
||||
@ -112,7 +112,7 @@ void Foam::wedgePolyPatch::calcGeometry(PstreamBuffers&)
|
||||
<< " plane aligns with a coordinate plane." << nl
|
||||
<< " The wedge plane should make a small angle (~2.5deg)"
|
||||
" with the coordinate plane" << nl
|
||||
<< " and the the pair of wedge planes should be symmetric"
|
||||
<< " and the pair of wedge planes should be symmetric"
|
||||
<< " about the coordinate plane." << nl
|
||||
<< " Normal of wedge plane is " << n_
|
||||
<< " , implied coordinate plane direction is " << centreNormal_
|
||||
|
||||
@ -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
|
||||
@ -136,7 +136,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
// Use macros to emulate partial-specialisation of the the Laplacian functions
|
||||
// Use macros to emulate partial-specialisation of the Laplacian functions
|
||||
// for scalar diffusivity gamma
|
||||
|
||||
#define defineFvmLaplacianScalarGamma(Type) \
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2016-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -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.
|
||||
|
||||
@ -301,7 +301,7 @@ void Foam::particle::changeFace(const label tetTriI)
|
||||
tetFacei_ = newFaceI;
|
||||
tetPti_ = edgeI;
|
||||
|
||||
// Exit the loop now that the the tet point has been found
|
||||
// Exit the loop now that the tet point has been found
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2017 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2017-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -35,7 +35,7 @@ Description
|
||||
with the corresponding mass-fraction condition,
|
||||
semiPermeableBaffleMassFractionFvPatchScalarField.
|
||||
|
||||
This condition sums the species fluxes generated by the the mass-fraction
|
||||
This condition sums the species fluxes generated by the mass-fraction
|
||||
conditions, and uses this total to set the velocity.
|
||||
|
||||
Usage
|
||||
|
||||
Reference in New Issue
Block a user