diff --git a/applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H b/applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H index 46d71ab0df31a12d3b274171793bed26f2aa3040..d27b722a93613131885ebc588dd9f6e22a78f023 100644 --- a/applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H +++ b/applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H @@ -85,7 +85,7 @@ public: ); //- Construct by mapping given mixedFixedValueSlipFvPatchField - //- onto a new patch + //- Onto a new patch mixedFixedValueSlipFvPatchField ( const mixedFixedValueSlipFvPatchField<Type>&, diff --git a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H index 608dc91a9b18718a506dbb403a83203a4f6c9d87..b8320bd105ef19e22afc40c3c51becf69d3ddaca 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H +++ b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -203,10 +203,10 @@ public: const label patchi ) const; - //- gamma = Cp/Cv [] + //- Gamma = Cp/Cv [] virtual tmp<volScalarField> gamma() const; - //- gamma = Cp/Cv for patch [] + //- Gamma = Cp/Cv for patch [] virtual tmp<scalarField> gamma ( const scalarField& p, diff --git a/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H b/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H index 546048894f494a3cb025f9c569f400df14001485..6d797d16c5bbcd3f43a6f91fa92a0c4850946295 100644 --- a/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H +++ b/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -337,10 +337,10 @@ public: const label patchi ) const; - //- gamma = Cp/Cv [] + //- Gamma = Cp/Cv [] virtual tmp<volScalarField> gamma() const; - //- gamma = Cp/Cv for patch [] + //- Gamma = Cp/Cv for patch [] virtual tmp<scalarField> gamma ( const scalarField& p, diff --git a/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/general/general.H b/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/general/general.H index b3621c320682f14e3de38f8a67ae81aa5bcd95f4..df9aaa17097d3fd7357440741915a33a542be9d3 100644 --- a/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/general/general.H +++ b/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/general/general.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,7 +54,7 @@ class general { // Private data - //- a coefficient + //- A coefficient dimensionedScalar a_; //- a1 coefficient diff --git a/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/simple/simple.H b/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/simple/simple.H index 82cec5511245059ee3c34b7802e927e033bcb10c..162d2406e3b0c1e79f264fb9889b78f6b169e642 100644 --- a/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/simple/simple.H +++ b/applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/simple/simple.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,7 +54,7 @@ class simple { // Private data - //- a coefficient + //- A coefficient dimensionedScalar a_; //- Drift velocity diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H index f0290efc959ac5cabf0ccaf4dc4652f65ec432e2..393357a7ffcaaaa5e17f80ee3c1aad52abba9701 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -87,7 +87,7 @@ public: // Constructors - //- construct from components + //- Construct from components Kunz ( const volVectorField& U, diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H index e675c83df75293c8244ec6de78deedf211a8c067..0152b2d18ab96b28e21931cf8342cb58371cd65c 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -81,7 +81,7 @@ public: // Constructors - //- construct from components + //- Construct from components Merkle ( const volVectorField& U, diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H index ce096105d9012b3423912828d210ad4979ae3502..67eb0dd5ba986285d50c210336cb52aca9c6fda2 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -94,7 +94,7 @@ public: // Constructors - //- construct from components + //- Construct from components SchnerrSauer ( const volVectorField& U, diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H b/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H index bf9f301bdda786b3b16ee90171c0e31121d54145..eff4c389c6a7ef4b1390606750d94c67b35e4426 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -128,7 +128,7 @@ public: return residualSlip_; } - //- the dragfunction K used in the momentum eq. + //- The dragfunction K used in the momentum eq. // ddt(alpha1*rho1*U1) + ... = ... alpha1*alpha2*K*(U1-U2) // ddt(alpha2*rho2*U2) + ... = ... alpha1*alpha2*K*(U2-U1) // ********************************** NB! ***************************** diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H b/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H index b4ad05b303d7282359e4db0b6012ae903ac54cb1..6ad7f137d7de45b65bb12e10bef7a4aec2f16ff7 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -111,7 +111,7 @@ public: // Member Functions - //- the heat-transfer function K used in the enthalpy eq. + //- The heat-transfer function K used in the enthalpy eq. // ddt(alpha1*rho1*ha) + ... = ... alpha1*alpha2*K*(Ta - Tb) // ddt(alpha2*rho2*hb) + ... = ... alpha1*alpha2*K*(Tb - Ta) // ********************************** NB! ***************************** diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H b/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H index 376913747ea9fb701d740d816e780b0159927a7b..14ff59acee7220e349e9aaa1325c0b6698377d75 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class HrenyaSinclair { dictionary coeffDict_; - //- characteristic length of geometry + //- Characteristic length of geometry dimensionedScalar L_; diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H index 242b8a8a04099a313412449067f4be07f525ab8d..a61e603d1b26a4903efffe6ab5d3ff62446c8f78 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phaseModel/phaseModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -92,7 +92,7 @@ class phaseModel //- Diameter model autoPtr<diameterModel> dPtr_; - //- turbulence model + //- Turbulence model autoPtr<PhaseCompressibleTurbulenceModel<phaseModel> > turbulence_; diff --git a/applications/utilities/mesh/advanced/collapseEdges/meshQualityDict b/applications/utilities/mesh/advanced/collapseEdges/meshQualityDict index 40b4927f6c965cbcfc2af6ba31c93952f51d2d01..43eb9a58363ac8066fb24fbd8a428ea8c357c22e 100644 --- a/applications/utilities/mesh/advanced/collapseEdges/meshQualityDict +++ b/applications/utilities/mesh/advanced/collapseEdges/meshQualityDict @@ -50,7 +50,7 @@ minArea -1; // and face centre triangles normal minTwist 0.0; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; diff --git a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H index 2bcec6115b8377eb1b7242f749de3df2b26c9428..1fbc8f6836071ca388b222337a07352718c964d4 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H +++ b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H @@ -192,10 +192,10 @@ class starMesh void operator=(const starMesh&); - //- read fixed format vertex label + //- Read fixed format vertex label static label readVtxLabel(IFstream&); - //- read fixed format vertex coordinate component + //- Read fixed format vertex coordinate component static scalar readVtxCmpt(IFstream&); //- Read to nl diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H index 69b08d21255c48efb813e711b782e57c65d3f274..90dde14aa4a8e1ff1aefd20f42d3e16c308654cb 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H @@ -133,7 +133,7 @@ class backgroundMeshDecomposition //- Decomposition method autoPtr<decompositionMethod> decomposerPtr_; - //- merge distance required by fvMeshDistribute + //- Merge distance required by fvMeshDistribute scalar mergeDist_; //- Scale of a cell span vs cell size used to decide to refine a cell diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/linearDistance/linearDistance.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/linearDistance/linearDistance.H index 8956e0f24ceb393d5daf476231dc54eda709afc4..e787fb7771538e29c1fdff86e2699ab33a8611a5 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/linearDistance/linearDistance.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/linearDistance/linearDistance.H @@ -54,13 +54,13 @@ private: // Private data - //- cell size at distance_ from the surface + //- Cell size at distance_ from the surface scalar distanceCellSize_; - //- distance from the surface to control over + //- Distance from the surface to control over scalar distance_; - //- distance squared + //- Distance squared scalar distanceSqr_; diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.H index 7277d76ccb9f77dde31ff180ab8a7ffe1df6dace..5ccf3b98d2e5eb49ead5ca84a0f685555044c63f 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.H @@ -54,7 +54,7 @@ private: // Private data - //- cell size at distance_ from the surface + //- Cell size at distance_ from the surface scalar distanceCellSize_; //- Offset distance from surface for constant size portion diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H index fca6a65658c5db9ef044a160d73d0ec96ef8233d..f6d44489b78de107ea77849ebd8774edbaedd3b7 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H @@ -546,7 +546,7 @@ private: ) const; //- Check if a location is in the exclusion range of an existing feature - //- edge conformation location + //- Edge conformation location bool nearFeatureEdgeLocation ( const pointIndexHit& pHit, @@ -731,7 +731,7 @@ private: label classifyBoundaryPoint(Cell_handle cit) const; //- Index all of the the Delaunay cells and calculate their - //- dual points + //- Dual points void indexDualVertices ( pointField& pts, diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H index 89703efdd8626ff105d2f25ac1d69e59f8a4fb81..c3c3d823f0f38cce4b2a079d52d0e30ab2467261 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H @@ -58,7 +58,7 @@ class pointFeatureEdgesTypes //- Reference to the feature edge mesh const extendedFeatureEdgeMesh& feMesh_; - //- label of the point + //- Label of the point label pointLabel_; diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H index c04a19e10aa1e1c6c95ac276adacb52ecaea96a3..92905e3a4390525a262fe561ef74d38960bcf7b4 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H @@ -88,7 +88,7 @@ class indexedCell // Private data //- The index for this Delaunay tetrahedral cell. Type information is - //- also carried: + //- Also carried: // ctFar : the dual point of this cell does not form part of the // internal or boundary of the dual mesh diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cvControls/cvControls.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cvControls/cvControls.H index fee0b92adea09e9d1b195106379bfdd02fe648df..8d86f756801887ee2f775fec3e0c1848cd70a3d5 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cvControls/cvControls.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cvControls/cvControls.H @@ -163,7 +163,7 @@ class cvControls //- Allowed relative load unbalance scalar maxLoadUnbalance_; - //- cosine of angle of alignment with required direction within which a + //- Cosine of angle of alignment with required direction within which a // face will be accepted for rotation scalar cosAlignmentAcceptanceAngle_; @@ -179,7 +179,7 @@ class cvControls // size scalar faceAreaRatioCoeff_; - //- cosine of the angle of alignment with the required direction + //- Cosine of the angle of alignment with the required direction // within which a long De will be accepted for a new Dv insertion scalar cosInsertionAcceptanceAngle_; diff --git a/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/foamyHexMeshDict b/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/foamyHexMeshDict index 5d7e68ae0fe85b238be804409d2b48534fc126d6..deca4e0edb24a5505535b6250d994fdd9e14db56 100644 --- a/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/foamyHexMeshDict +++ b/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/foamyHexMeshDict @@ -457,7 +457,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.02; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant //- 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; diff --git a/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshSurfaceSimplify/foamyHexMeshSurfaceSimplify.C b/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshSurfaceSimplify/foamyHexMeshSurfaceSimplify.C index c8df890cc12ccf04b7476213fa3372e3d54976c7..515dc5e032a17838ac83a5bc8ae7e8ffd9192573 100644 --- a/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshSurfaceSimplify/foamyHexMeshSurfaceSimplify.C +++ b/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshSurfaceSimplify/foamyHexMeshSurfaceSimplify.C @@ -149,7 +149,7 @@ public: // Member Functions - //- test function + //- Test function virtual bool need_refine( const Cube &c ) { int l = c.lv() ; @@ -352,7 +352,7 @@ public: //} } - //- data function + //- Data function virtual real value_at( const Cube &c ) { return signedDistance(converter_.toGlobal(c)) - _iso_val; diff --git a/applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C b/applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C index a5ec424e45744624807148b778bcde8bdd63616f..c8cba9f2b2c1178a76099de5041744a097c8bcc5 100644 --- a/applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C +++ b/applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -443,7 +443,7 @@ int main(int argc, char *argv[]) PtrList<volTensorField> volTensorFields; ReadFields(mesh, objects, volTensorFields); - //- uncomment if you want to interpolate surface fields (usually bad idea) + //- Uncomment if you want to interpolate surface fields (usually bad idea) //Info<< "Reading all current surfaceFields" << endl; //PtrList<surfaceScalarField> surfaceScalarFields; //ReadFields(mesh, objects, surfaceScalarFields); diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.C b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.C index 2e661680fbb9197e50f1fb54e8a713d559c082e3..ace330060df566ba732623f04d4f327b008b3a4b 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.C +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -206,7 +206,7 @@ void Foam::ensightLagrangianField } -//- write generalized field components +//- Write generalized field components template<class Type> void Foam::ensightVolField ( diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.H b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.H index 69083404d8ee1fea8ee913bfb9cc175261ae7d25..0b02a997e659c32b5b9d14d16b996c3e8bad1d78 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.H +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.H @@ -64,7 +64,7 @@ void ensightParticlePositions ); -//- write lagrangian parcels +//- Write lagrangian parcels template<class Type> void ensightLagrangianField ( @@ -75,7 +75,7 @@ void ensightLagrangianField IOstream::streamFormat format ); -//- write generalized field components +//- Write generalized field components template<class Type> void ensightVolField ( diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.H b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.H index 3c50c300b35e3b7652cf7b704614f03dab6f161a..c9ea6c4b147a6837e62bf9b04a55785fb3f3be07 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.H +++ b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/vtkMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -89,7 +89,7 @@ public: // Access - //- whole mesh + //- Whole mesh const fvMesh& baseMesh() const { return baseMesh_; diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.H b/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.H index 8d981401a5a184b03f9b10dba8c87d38b83c2881..d9d65a1201219ce3afa5c3169a50642ae9858f28 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.H +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,7 +90,7 @@ public: // Access - //- whole mesh + //- Whole mesh const fvMesh& baseMesh() const { return baseMesh_; diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H b/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H index 8fd31ada29a5bec8eaa395b2ed18a7deda23b58a..451c5c7cebe7a14cb38aaf3b478fff77fec6f23f 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -79,7 +79,7 @@ public: // Public static data - //- equivalent to enumeration in "vtkCellType.h" + //- Equivalent to enumeration in "vtkCellType.h" enum vtkTypes { VTK_TRIANGLE = 5, diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H index b7e37a81bbeb9f57a2760fb637fdab23eff903db..e21bd33fc9536eab4ee7e9e2677bf6fcfb18439b 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H @@ -184,7 +184,7 @@ class vtkPV3Foam } }; - //- bookkeeping for polyhedral cell decomposition + //- Bookkeeping for polyhedral cell decomposition // hide in extra pointMap (cellSet/cellZone) for now class polyDecomp { @@ -536,7 +536,7 @@ class vtkPV3Foam const label datasetNo ); - //- face set/zone field + //- Face set/zone field template<class Type> void convertFaceField ( @@ -700,7 +700,7 @@ public: //- Add/remove patch names to/from the view void renderPatchNames(vtkRenderer*, const bool show); - //- set the runTime to the first plausible request time, + //- Set the runTime to the first plausible request time, // returns the timeIndex // sets to "constant" on error int setTime(int count, const double requestTimes[]); diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H index 4aed84430580a2d3fc9439ffdbbc4125b7558b1b..cf5c25f3071ea006df5b7529fe6a3413c45069a6 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -243,7 +243,7 @@ class vtkPV3blockMesh //- Internal block info void updateInfoBlocks(vtkDataArraySelection*); - //- block curved edges info + //- Block curved edges info void updateInfoEdges(vtkDataArraySelection*); // Update helper functions @@ -253,13 +253,13 @@ class vtkPV3blockMesh // Mesh conversion functions - //- mesh blocks + //- Mesh blocks void convertMeshBlocks(vtkMultiBlockDataSet*, int& blockNo); - //- mesh curved edges + //- Mesh curved edges void convertMeshEdges(vtkMultiBlockDataSet*, int& blockNo); - //- mesh corners + //- Mesh corners void convertMeshCorners(vtkMultiBlockDataSet*, int& blockNo); diff --git a/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4Foam.H b/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4Foam.H index 8fdc74b75091c08299cb527667c12fbeff7fd211..0bd35573e1d9a0b14caf09034c4d618742366f41 100644 --- a/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4Foam.H +++ b/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4Foam.H @@ -184,7 +184,7 @@ class vtkPV4Foam } }; - //- bookkeeping for polyhedral cell decomposition + //- Bookkeeping for polyhedral cell decomposition // hide in extra pointMap (cellSet/cellZone) for now class polyDecomp { @@ -536,7 +536,7 @@ class vtkPV4Foam const label datasetNo ); - //- face set/zone field + //- Face set/zone field template<class Type> void convertFaceField ( @@ -700,7 +700,7 @@ public: //- Add/remove patch names to/from the view void renderPatchNames(vtkRenderer*, const bool show); - //- set the runTime to the first plausible request time, + //- Set the runTime to the first plausible request time, // returns the timeIndex // sets to "constant" on error int setTime(int count, const double requestTimes[]); diff --git a/applications/utilities/postProcessing/graphics/PV4Readers/PV4blockMeshReader/vtkPV4blockMesh/vtkPV4blockMesh.H b/applications/utilities/postProcessing/graphics/PV4Readers/PV4blockMeshReader/vtkPV4blockMesh/vtkPV4blockMesh.H index 37c83a6f42187d57fb3087647861e39161060024..48b0b036dff89aba93a57e8e66232f18488bf67c 100644 --- a/applications/utilities/postProcessing/graphics/PV4Readers/PV4blockMeshReader/vtkPV4blockMesh/vtkPV4blockMesh.H +++ b/applications/utilities/postProcessing/graphics/PV4Readers/PV4blockMeshReader/vtkPV4blockMesh/vtkPV4blockMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -243,7 +243,7 @@ class vtkPV4blockMesh //- Internal block info void updateInfoBlocks(vtkDataArraySelection*); - //- block curved edges info + //- Block curved edges info void updateInfoEdges(vtkDataArraySelection*); // Update helper functions @@ -253,13 +253,13 @@ class vtkPV4blockMesh // Mesh conversion functions - //- mesh blocks + //- Mesh blocks void convertMeshBlocks(vtkMultiBlockDataSet*, int& blockNo); - //- mesh curved edges + //- Mesh curved edges void convertMeshEdges(vtkMultiBlockDataSet*, int& blockNo); - //- mesh corners + //- Mesh corners void convertMeshCorners(vtkMultiBlockDataSet*, int& blockNo); diff --git a/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H b/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H index dc05052dbfd7f5d9d0d3d546b850fa0e3937f83d..5e554fa062158324693dabefc0493b537c835dfe 100644 --- a/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H +++ b/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H @@ -60,7 +60,7 @@ class channelIndex //- Is mesh symmetric const bool symmetric_; - //- direction to sort + //- Direction to sort const direction dir_; //- Per cell the global region @@ -123,7 +123,7 @@ public: template<class T> Field<T> regionSum(const Field<T>& cellField) const; - //- collapse a field to a line + //- Collapse a field to a line template<class T> Field<T> collapse ( @@ -131,7 +131,7 @@ public: const bool asymmetric=false ) const; - //- return the field of Y locations from the cell centres + //- Return the field of Y locations from the cell centres const scalarField& y() const { return y_; diff --git a/bin/tools/doxyFilter.awk b/bin/tools/doxyFilter.awk index 92f8e147b125fff86cb229229e2be0955f9b4716..e6d7226e825b1d4a1a1d30b0b10afc1364e3cbc9 100644 --- a/bin/tools/doxyFilter.awk +++ b/bin/tools/doxyFilter.awk @@ -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-2015 OpenFOAM Foundation # \\/ M anipulation | # ----------------------------------------------------------------------------- # License @@ -28,7 +28,7 @@ # Converts cocoon style sentinel strings into doxygen style strings # # Assumes comment strings are formatted as follows -# //- general description +# //- General description # // more information # // and even more information # This should be re-formatted as the following diff --git a/etc/caseDicts/meshQualityDict b/etc/caseDicts/meshQualityDict index bcb4415797ac256c65fca057e256595d076406d0..734f368f4f933e43ec8b146a1b17efc0e6961159 100644 --- a/etc/caseDicts/meshQualityDict +++ b/etc/caseDicts/meshQualityDict @@ -69,7 +69,7 @@ minVolRatio 0.01; minTriangleTwist -1; -//- if >0 : preserve cells with all points on the surface if the +//- If >0 : preserve cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than // minVolCollapseRatio times old volume (i.e. not collapsed to flat cell). // If <0 : delete always. diff --git a/src/OSspecific/POSIX/fileMonitor.C b/src/OSspecific/POSIX/fileMonitor.C index 2b2e730881590a1321232177af42efe3126bb78c..d15fab273d46710b60a8a68ce436c2644faf44b4 100644 --- a/src/OSspecific/POSIX/fileMonitor.C +++ b/src/OSspecific/POSIX/fileMonitor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -130,7 +130,7 @@ namespace Foam - //- initialise inotify + //- Initialise inotify inline fileMonitorWatcher(const bool useInotify, const label sz = 20) : useInotify_(useInotify), @@ -179,7 +179,7 @@ namespace Foam } } - //- remove all watches + //- Remove all watches inline ~fileMonitorWatcher() { #ifdef FOAM_USE_INOTIFY diff --git a/src/OSspecific/POSIX/fileStat.H b/src/OSspecific/POSIX/fileStat.H index da51d40d72769a80e81fc080f8abaa78ed705a97..fe16d20470b1ceb53795c39f8e44c0fc835c9992 100644 --- a/src/OSspecific/POSIX/fileStat.H +++ b/src/OSspecific/POSIX/fileStat.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -105,13 +105,13 @@ public: // Check - //- compare two fileStats for same device + //- Compare two fileStats for same device bool sameDevice(const fileStat& stat2) const; - //- compare two fileStats for same Inode + //- Compare two fileStats for same Inode bool sameINode(const fileStat& stat2) const; - //- compare state against inode + //- Compare state against inode bool sameINode(const label iNode) const; diff --git a/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H b/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H index d7d9d113b08b5d13de705193f7249a1efbbeddb0..12da420a96f070c4bda0ac36f458f83dd9183dd6 100644 --- a/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H +++ b/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class sigStopAtWriteNow { // Private data - //- number of signal to use + //- Number of signal to use static int signal_; //- Saved old signal trapping setting diff --git a/src/OSspecific/POSIX/signals/sigWriteNow.H b/src/OSspecific/POSIX/signals/sigWriteNow.H index f89933721f20509d3b9e5365cd4d79b45aad56cc..ea1207cfb8a6b8f01a110e7a498a5b6fa05043ee 100644 --- a/src/OSspecific/POSIX/signals/sigWriteNow.H +++ b/src/OSspecific/POSIX/signals/sigWriteNow.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,7 +54,7 @@ class sigWriteNow { // Private data - //- number of signal to use + //- Number of signal to use static int signal_; //- Saved old signal trapping setting diff --git a/src/OSspecific/POSIX/timer.H b/src/OSspecific/POSIX/timer.H index 1074ff05dd42fd5b75a9fa30074bb90e0a89c908..b20d07dddb14c7d98b54923239103e47c420a429 100644 --- a/src/OSspecific/POSIX/timer.H +++ b/src/OSspecific/POSIX/timer.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,7 +67,7 @@ SourceFiles // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -//- check it a timeout has occured +//- Check it a timeout has occured // keep setjmp in same stack frame so no function calls #define timedOut(x) \ (((x).newTimeOut_ > 0) ? setjmp(Foam::timer::envAlarm) : false) @@ -83,16 +83,16 @@ class timer { // Private data - //- old signal masks + //- Old signal masks static struct sigaction oldAction_; - //- old alarm() value + //- Old alarm() value static unsigned int oldTimeOut_; // Private Member Functions - //- alarm handler + //- Alarm handler static void signalHandler(int); @@ -103,10 +103,10 @@ public: //- Declare name of the class and its debug switch ClassName("timer"); - //- current time out value. Needed by macro timedOut + //- Current time out value. Needed by macro timedOut unsigned int newTimeOut_; - //- state for setjmp. Needed by macro timedOut + //- State for setjmp. Needed by macro timedOut static jmp_buf envAlarm; diff --git a/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.H b/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.H index e0a298855f9019869207fa84cde1047c9828fd44..ccb929f188f3455bd65c75ef4a499f1a2fab41aa 100644 --- a/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.H +++ b/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -92,7 +92,7 @@ public: //- Bounding box of this node treeBoundBox bb_; - //- parent node (index into nodes_ of tree) + //- Parent node (index into nodes_ of tree) label parent_; //- IDs of the 8 nodes on all sides of the mid point diff --git a/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H b/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H index 83b773289bed9dc2828ad48a263693f9dc5f2564..96abc1a43fa5a62b246da78c359ed9e645cdfda4 100644 --- a/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H +++ b/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,7 +83,7 @@ public: //- Bounding box of this node treeBoundBox bb_; - //- parent node (index into nodes_ of tree) + //- Parent node (index into nodes_ of tree) label parent_; //- IDs of the 8 nodes on all sides of the mid point diff --git a/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H b/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H index c302f6cbecedd3e1400f29ce40f531145f805dc1..deb5d25868d8062c2fff62268feadddd5283ffb7 100644 --- a/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H +++ b/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,7 +67,7 @@ class treeDataCell //- How to decide if point is inside cell const polyMesh::cellRepresentation decompMode_; - //- cell bounding boxes (valid only if cacheBb_) + //- Cell bounding boxes (valid only if cacheBb_) treeBoundBoxList bbs_; diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H index d19fc974adfb02a7a75a41bdd56a8463052b58e4..cd42beb02387262e598b23ecb641141a9b9c36b9 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -461,7 +461,7 @@ public: inline iterator operator++(int); }; - //- iterator set to the beginning of the HashTable + //- Iterator set to the beginning of the HashTable inline iterator begin(); diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H index 52cbf9dfb131324e24a8b8fb176a896d827b3e5f..8d6cfb42049348b8dd2a3ed2a41f35af758b89b7 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -350,10 +350,10 @@ public: }; - //- iterator set to the beginning of the StaticHashTable + //- Iterator set to the beginning of the StaticHashTable inline iterator begin(); - //- iterator set to beyond the end of the StaticHashTable + //- Iterator set to beyond the end of the StaticHashTable inline const iterator& end(); //- const_iterator set to the beginning of the StaticHashTable @@ -385,7 +385,7 @@ public: private: - //- iterator returned by end() + //- Iterator returned by end() iterator endIter_; //- const_iterator returned by end() diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H index 2894931bcee5ebbed869a88aee243fb272de8874..095e51fe1ffad1f650fd7f19a6face1b1823f40c 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -302,7 +302,7 @@ public: private: - //- iterator returned by end() + //- Iterator returned by end() static iterator endIter_; //- const_iterator returned by end() diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H index ff744e619968a892c5e611650ee616b02318188d..57717c797d09005352bfaff3fd622fed173d93a2 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -249,7 +249,7 @@ public: private: - //- iterator returned by end() + //- Iterator returned by end() static iterator endIter_; //- const_iterator returned by end() diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedList.H b/src/OpenFOAM/containers/Lists/PackedList/PackedList.H index 4fac0090e1feba6ae54c9e0d7c4237b6b4bf7016..ccec25c25e42e8ec812727e9d3310998370f488c 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedList.H +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -544,10 +544,10 @@ public: }; - //- iterator set to the beginning of the PackedList + //- Iterator set to the beginning of the PackedList inline iterator begin(); - //- iterator set to beyond the end of the PackedList + //- Iterator set to beyond the end of the PackedList inline iterator end(); diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H index 8a2cc3f19e303cf1207b034e76159e94501cf156..95d4a5f3117bdc5319fc8f99f56af3d64bb2a180 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -182,7 +182,7 @@ public: return index_ > vn.index_; } - //- this version the same as or newer than the one given + //- This version the same as or newer than the one given bool operator>=(const versionNumber& vn) { return index_ >= vn.index_; diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H index 8d5998fe8286016c0d0428ce930c2970338ef2a4..718366cd5bebac8cf52645a16116413c428a4025 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -101,13 +101,13 @@ class PstreamBuffers const IOstream::versionNumber version_; - //- send buffer + //- Send buffer List<DynamicList<char> > sendBuf_; - //- receive buffer + //- Receive buffer List<DynamicList<char> > recvBuf_; - //- read position in recvBuf_ + //- Read position in recvBuf_ labelList recvBufPos_; bool finishedSendsCalled_; diff --git a/src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H b/src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H index e0d4db77bfe62112c7b359503c22bce120a48c3e..8ac7114ce67c12b1c9b145de7b854efa5e48df50 100644 --- a/src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H +++ b/src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -97,10 +97,10 @@ protected: const word& redirectType ) const; - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const = 0; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare ( dynamicCode&, diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/codedFixedValue/codedFixedValuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/derived/codedFixedValue/codedFixedValuePointPatchField.H index 9aa6a77ab59b262143827bc52ec8a8529fbf29bb..71212ed4d971985de39a9eec87f150a3fa6da034 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/codedFixedValue/codedFixedValuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/codedFixedValue/codedFixedValuePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -121,10 +121,10 @@ class codedFixedValuePointPatchField //- Set the rewrite vars controlling the Type static void setFieldTemplates(dynamicCode& dynCode); - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare(dynamicCode&, const dynamicCodeContext&) const; // Return a description (type + name) for the output diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H index 1698c3d776b26c78523f586f438e89d9dbf7b8bf..e1509c88ea97a010e526a042a58f173411170c01 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,7 +57,7 @@ class timeVaryingUniformFixedValuePointPatchField { // Private data - //- the time series being used, including the bounding treatment + //- The time series being used, including the bounding treatment interpolationTable<Type> timeSeries_; diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H index 04de1932202e0d5ec1fb5edbf290e83845591efc..9696efeed2d6cda72d9e3ae8ce914fb88c41068d 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,14 +90,14 @@ public: }; -//- reduce operator +//- Reduce operator class combineConstraintsEqOp { public: inline void operator()(pointConstraint&, const pointConstraint&) const; }; -//- transformation function +//- Transformation function inline pointConstraint transform(const tensor& tt, const pointConstraint& v); //- contiguous diff --git a/src/OpenFOAM/global/argList/argList.H b/src/OpenFOAM/global/argList/argList.H index ed4b07e205deed3c2078894cddb9022eb48502d9..12be421f80005cafcf671ef3bdc4bb118ef77c15 100644 --- a/src/OpenFOAM/global/argList/argList.H +++ b/src/OpenFOAM/global/argList/argList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -134,7 +134,7 @@ class argList const string& str ); - //- get rootPath_ / globalCase_ from one of the following forms + //- Get rootPath_ / globalCase_ from one of the following forms // * [-case dir] // * cwd // diff --git a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H index 6d3a2472e4d6f8686ef9d05b2343b19de387b90a..bc802d392b4b4dc04a4e7b588c6593062d12beea 100644 --- a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H +++ b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ namespace electromagnetic //- Magnetic flux quantum: default SI units: [Wb] extern const dimensionedScalar phi0; - //- von Klitzing constant: default SI units: [ohm] + //- Von Klitzing constant: default SI units: [ohm] extern const dimensionedScalar RK; diff --git a/src/OpenFOAM/include/OSspecific.H b/src/OpenFOAM/include/OSspecific.H index 313985c1be9578ffd1cfde96572216581c264cca..d190f67045e2536e9b131f4a2e41ea292b310758 100644 --- a/src/OpenFOAM/include/OSspecific.H +++ b/src/OpenFOAM/include/OSspecific.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -196,7 +196,7 @@ bool ping(const string&, const label timeOut=10); //- Execute the specified command int system(const std::string& command); -//- open a shared library. Return handle to library. Print error message +//- Open a shared library. Return handle to library. Print error message // if library cannot be loaded (check = true) void* dlOpen(const fileName& lib, const bool check = true); diff --git a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H index 9dca73bf0f51994f97995ee37e97afde693cd11b..c34090c9852755ed28603d255d2bdea6993b3cf0 100644 --- a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H +++ b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -80,7 +80,7 @@ private: //- File name fileName fileName_; - //- the actual reader + //- The actual reader autoPtr<tableReader<Type> > reader_; diff --git a/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H b/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H index 085b171ab100b15fe6bef94510c3ad89f9e63483..21523832e8676839c3e808da8f5a67ff60fef3f6 100644 --- a/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H +++ b/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -103,7 +103,7 @@ private: //- File name fileName fileName_; - //- the actual reader + //- The actual reader autoPtr<tableReader<Type> > reader_; // Private Member Functions diff --git a/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H b/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H index de306042923a08a72f01feafc4569a2afb49a00d..f3f067b0c4eaab426098870e4cd62e5922d3c34e 100644 --- a/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H +++ b/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -110,7 +110,7 @@ public: List<Tuple2<scalar, List<Tuple2<scalar, Type> > > >& ); - //- write the remaining parameters + //- Write the remaining parameters virtual void write(Ostream& os) const; }; diff --git a/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H b/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H index 4291dbde4b6b205793000128b3ae0fb065738b6e..64b925c066a7815e39ab32da0674b60f4e9d5a64 100644 --- a/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H +++ b/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -119,7 +119,7 @@ public: word fieldName_; const LduMatrix<Type, DType, LUType>& matrix_; - //- dictionary of controls + //- Dictionary of controls dictionary controlDict_; //- Maximum number of iterations in the solver diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H index fdaf834a74c5889c69f4a3ce846834040ac32a04..f9da5b3a99bd5e141e07cb19ba57783d1341d2de 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -101,7 +101,7 @@ public: const FieldField<Field, scalar>& interfaceIntCoeffs_; lduInterfaceFieldPtrsList interfaces_; - //- dictionary of controls + //- Dictionary of controls dictionary controlDict_; //- Maximum number of iterations in the solver diff --git a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H index 828c3414790b0e135afa07d1eb20ed11e16fed73..d1e38c9082e5d53a499dd39fc7e084019c864bd5 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H +++ b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,7 +57,7 @@ class SVD //- Rectangular matrix with the same dimensions as the input scalarRectangularMatrix U_; - //- square matrix V + //- Square matrix V scalarRectangularMatrix V_; //- The singular values diff --git a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H index 5953be984cc03e98fbd3f6e82d1a5a28be76a7ec..ef1ad593dc09ee25702ab2474eec4fde0bad3cd7 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H +++ b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -88,7 +88,7 @@ public: // Member Functions - //- from neighbour processor to index in boundaryMesh. Local information + //- From neighbour processor to index in boundaryMesh. Local information // (so not same over all processors) const labelList& procPatchMap() const { diff --git a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H index 061ef0e4c634a67f12b81672946b0c9761a11ca3..bfeb62d63206e88b963de32f8b1a5d574ef8e474 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H +++ b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -98,7 +98,7 @@ public: // Member Functions - //- order in which comms is scheduled + //- Order in which comms is scheduled const labelList& schedule() const { return schedule_; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H index cc835068cbd64ffb1d22db9c245a59825d33e75a..cbe7cac4d71914b1ae4fdd3a63a142d7dab5a0ed 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class hexMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H index 905f1fabe4473291a1ae685f2c8dd4b4a08ac425..e30aa6bafaac489538f4e0b856285397479ce3c0 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class prismMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H index 914bdbde0deaf00c0ef97973c531d0b6b13e6bd8..69c8b7c1389ecc6ebf5f1e098d41125e30e58019 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class pyrMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H index 6ac886002910aa7d03f283e40e2b68768a7f9e00..e36e6b5f4383ce4e069ef437679a28cca67924fe 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class tetMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H index e13020e7bc251c3c6a98499cbc43d3ea179cdd4e..bbece3cf6743a71a24eaa0c192365931fe20b5a3 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class tetWedgeMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H index 935d02bbdfa79e4815a5c26d97b5eebdf5ccfd95..85faf2ab3281b45bc652795ff98dbdbbc5606252 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class wedgeMatcher { // Static data members - //- constants for this shape + //- Constants for this shape static const label vertPerCell; static const label facePerCell; static const label maxVertPerFace; diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edge.H b/src/OpenFOAM/meshes/meshShapes/edge/edge.H index 722fe741a5a3b9c3e9595cd6cbec5171485590fb..e1c314d1f2fd3d581ef97c6b5888529de6aa4dc3 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edge.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/edge.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -121,7 +121,7 @@ public: //- Return edge line inline linePointRef line(const pointField&) const; - //- compare edges + //- Compare edges // Returns: // - 0: different // - +1: identical diff --git a/src/OpenFOAM/meshes/meshShapes/face/face.H b/src/OpenFOAM/meshes/meshShapes/face/face.H index adedf991bd79e260bab805a6d5e8fb1e9f2b5af7..6648e4ad2aa6747f44c1826352e239fcf5181a3e 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/face.H +++ b/src/OpenFOAM/meshes/meshShapes/face/face.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -365,7 +365,7 @@ public: faceList& quadFaces ) const; - //- compare faces + //- Compare faces // 0: different // +1: identical // -1: same face, but different orientation diff --git a/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H b/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H index 11f7d966bf7d1379fac7264751bf137131da1554..892fd6d480277e1b9c0b69b22e7f5176a167b1d6 100644 --- a/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H +++ b/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -218,7 +218,7 @@ public: // - 0: edge not found on the face inline int edgeDirection(const edge&) const; - //- compare triFaces + //- Compare triFaces // Returns: // - 0: different // - +1: identical diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H index 1aa39c17549c9aec70861ccd9620339d00cb094e..3a6d49e7576fa5f2e2098d17f647f7312c0159ba 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -110,7 +110,7 @@ public: // Queries relating to my processor (using world communicator) - //- my local size + //- My local size inline label localSize() const; //- From local to global diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H index a4d54bcef1c6ccbf3645504ff004da7f61038955..68a7ef6b7de74c5cb10d548ed96e73bfad911446 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,16 +83,16 @@ class mapAddedPolyMesh //- From added mesh cells to new cells labelList addedCellMap_; - //- original mesh to new mesh patch map. -1 for deleted patches. + //- Original mesh to new mesh patch map. -1 for deleted patches. labelList oldPatchMap_; - //- added mesh to new mesh patch map. -1 for deleted patches. + //- Added mesh to new mesh patch map. -1 for deleted patches. labelList addedPatchMap_; - //- original patch sizes on old mesh + //- Original patch sizes on old mesh labelList oldPatchSizes_; - //- original patch starts + //- Original patch starts labelList oldPatchStarts_; diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H index 5a92d8341c2c5839eda10575b3e13b4913e0e7a9..23daa35db97399a7431c263f760f1dce5dff1d59 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -96,7 +96,7 @@ public: // Edit - //- distribute list of lagrangian data + //- Distribute list of lagrangian data template<class T> void distributeLagrangianData(List<T>& lst) const { diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H index c13b5e80fe35c44ec5f46f6e58fb86d2ff1dd0b7..5429e75730f9534e3a10f580044acc8483e0ce94 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -208,28 +208,28 @@ public: // Edit - //- distribute list of point data + //- Distribute list of point data template<class T> void distributePointData(List<T>& lst) const { pointMap_.distribute(lst); } - //- distribute list of face data + //- Distribute list of face data template<class T> void distributeFaceData(List<T>& lst) const { faceMap_.distribute(lst); } - //- distribute list of cell data + //- Distribute list of cell data template<class T> void distributeCellData(List<T>& lst) const { cellMap_.distribute(lst); } - //- distribute list of patch data + //- Distribute list of patch data template<class T> void distributePatchData(List<T>& lst) const { @@ -237,7 +237,7 @@ public: } - //- distribute list of point/face/cell/patch indices. + //- Distribute list of point/face/cell/patch indices. // (Converts to boolList, distributes boolList and reconstructs) void distributePointIndices(labelList& pointIDs) const; diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H index 529e3f91b6e31ad9805a0ce839674c5115d907ce..e6ee23544de3f7890eced5e594d7ff715de76f83 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,7 +90,7 @@ public: // Utility functions - //- labels of added patches + //- Labels of added patches labelList addedPatches() const { labelList added(patchMap_.size()); @@ -108,7 +108,7 @@ public: return added; } - //- labels (on old mesh) of deleted patches + //- Labels (on old mesh) of deleted patches labelList deletedPatches() const { labelList oldToNew(nOldPatches_, -1); diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index ffabc4c7295277d4f7085b85ecc4370c9983f483..5c4ae545a44a924e00e178809fb0e43d0f7dccdb 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -136,11 +136,11 @@ private: //- Communicator used for parallel communication label comm_; - //- vector of non-constrained directions in mesh + //- Vector of non-constrained directions in mesh // defined according to the presence of empty and wedge patches mutable Vector<label> geometricD_; - //- vector of valid directions in mesh + //- Vector of valid directions in mesh // defined according to the presence of empty patches mutable Vector<label> solutionD_; diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H index cd03b21d69d9b80f6864f44ded7662d0feb83373..bacfca5363849bf58c1f5ad8b12623fe74d526be 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -75,26 +75,26 @@ class tetIndices { // Private data - //- cell that this is a decomposed tet of + //- Cell that this is a decomposed tet of label cellI_; - //- face that holds this decomposed tet + //- Face that holds this decomposed tet label faceI_; - //- base point on the face + //- Base point on the face label faceBasePtI_; - //- point on the face such that the right-hand circulation + //- Point on the face such that the right-hand circulation // {faceBasePtI_, facePtAI_, facePtBI_} // forms a triangle that points out of the tet label facePtAI_; - //- point on the face such that the right-hand circulation + //- Point on the face such that the right-hand circulation // {faceBasePtI_, facePtAI_, facePtBI_} // forms a triangle that points out of the tet label facePtBI_; - //- point on the face, *relative to the base point*, which + //- Point on the face, *relative to the base point*, which // characterises this tet on the face. label tetPtI_; diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H index 0208dacb47811e393a7b43d9274ecc00d93b2e50..9c761907af5a123f23bc258af81ea03634f4401c 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -72,16 +72,16 @@ private: // Private data - //- default matching tolerance + //- Default matching tolerance static const scalar defaultMatchTol_; - //- local matching tolerance + //- Local matching tolerance const scalar matchTolerance_; //- Type of transformation transformType transform_; - //- offset (distance) vector from one side of the couple to the other + //- Offset (distance) vector from one side of the couple to the other mutable vectorField separation_; //- Face transformation tensor diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H index 90474015ce71a099b48ef1d34b0c02acc386e353..8835266826122f41b4e6b97c46c261bcb59c66d5 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -81,7 +81,7 @@ class cyclicPolyPatch //- Axis of rotation for rotational cyclics vector rotationAxis_; - //- point on axis of rotation for rotational cyclics + //- Point on axis of rotation for rotational cyclics point rotationCentre_; // For translation @@ -377,7 +377,7 @@ public: return rotationAxis_; } - //- point on axis of rotation for rotational cyclics + //- Point on axis of rotation for rotational cyclics const point& rotationCentre() const { return rotationCentre_; diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C index d9b95491154f5fd06c3c43b1816171beaa3fed6b..2c8383c40729dec8ef6d42606f7213aaf468c5e0 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -340,7 +340,7 @@ void Foam::oldCyclicPolyPatch::getCentresAndAnchors break; } //- Problem: usually specified translation is not accurate enough - //- to get proper match so keep automatic determination over here. + //- To get proper match so keep automatic determination over here. //case TRANSLATIONAL: //{ // // Transform 0 points. diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.H index e238154f98d47f306f9475a941becaa33d6571a6..0b8b0955e24d09f8ea8ad751ab1e9172a484af2e 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ class oldCyclicPolyPatch //- Axis of rotation for rotational cyclics vector rotationAxis_; - //- point on axis of rotation for rotational cyclics + //- Point on axis of rotation for rotational cyclics point rotationCentre_; // For translation diff --git a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H index 4770a8cbad65dc72683e6dfab7a431ba3bd0b00f..ad0c9f08a1f2a33c9571d66ebb82a2ce7f2071be 100644 --- a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H +++ b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -46,7 +46,7 @@ namespace Foam class objectRegistry; -//- preserve patch types +//- Preserve patch types void preservePatchTypes ( const objectRegistry& obr, diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H index eafc21d87158ab4a1dc807165121c865648283d5..7e1103b276940b442225cbfe3e9ac97be6e1bdfc 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,7 +61,7 @@ class PointIndexHit //- Point of hit; invalid for misses Point hitPoint_; - //- label of face hit + //- Label of face hit label index_; diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHitSort.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHitSort.H index b6b44dd7741a7423406dff6544ef055061e1e12f..97eea8bc7c8f27520102d6a4743a7ad1014cb31e 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHitSort.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHitSort.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class pointHitSort //- intersection pointHit inter_; - //- original index + //- Original index label index_; public: diff --git a/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H b/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H index 15528c02ba73cd170658d4f73c47f3a71b1a7cb1..6648ba7bcc216ce777c2971489a0e50b590105d9 100644 --- a/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H +++ b/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -202,7 +202,7 @@ public: //- Typical dimension length,height,width inline scalar typDim() const; - //- vertex coordinates. In octant coding. + //- Vertex coordinates. In octant coding. tmp<pointField> points() const; diff --git a/src/OpenFOAM/primitives/Vector2D/Vector2D.H b/src/OpenFOAM/primitives/Vector2D/Vector2D.H index 2f429673d1f3aa1d8f217dc26b698690eb6666d8..e63fbad951bad563dbde3a710668091ff0e9d8cc 100644 --- a/src/OpenFOAM/primitives/Vector2D/Vector2D.H +++ b/src/OpenFOAM/primitives/Vector2D/Vector2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -106,7 +106,7 @@ public: // Operators - //- perp dot product (dot product with perpendicular vector) + //- Perp dot product (dot product with perpendicular vector) inline scalar perp(const Vector2D<Cmpt>& b) const; }; diff --git a/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H b/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H index 7cb4bab495609f9e0ce649d8bb996f21a944af3f..b0698ad673c0e7dec9d98e1bf05a2baae2e0ece4 100644 --- a/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H +++ b/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -124,7 +124,7 @@ private: void determineTransformPermutations(); //- Determine which patch uses which transform (if any) and which - //- sign to use + //- Sign to use void determinePatchTransformSign(); //- Test a list of reference transforms to see if the test diff --git a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C index fb3ad3396b111316fe2995c0440a1a39620f7431..685179d98fa27690e4954c415d5e5422fb39d2c8 100644 --- a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C +++ b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -187,7 +187,7 @@ Description // acceptable. Do NOT use for cryptographic purposes. // ---------------------------------------------------------------------------- -//- specialized little-endian code +//- Specialized little-endian code #if !defined (__BYTE_ORDER) || (__BYTE_ORDER == __LITTLE_ENDIAN) static unsigned jenkins_hashlittle ( diff --git a/src/OpenFOAM/primitives/ints/int32/int32.H b/src/OpenFOAM/primitives/ints/int32/int32.H index e97430e0ca724aaa4e264faeb73ae6f3f5fcc892..c2a3097ab606376d13fb0dbc5d4339524bf8464b 100644 --- a/src/OpenFOAM/primitives/ints/int32/int32.H +++ b/src/OpenFOAM/primitives/ints/int32/int32.H @@ -69,7 +69,7 @@ bool read(const char*, int32_t&); Istream& operator>>(Istream&, int32_t&); Ostream& operator<<(Ostream&, const int32_t); -//- template specialization for pTraits<int32_t> +//- Template specialization for pTraits<int32_t> template<> class pTraits<int32_t> { diff --git a/src/OpenFOAM/primitives/ints/int64/int64.H b/src/OpenFOAM/primitives/ints/int64/int64.H index 33ab5419dc4eeffbe707334cad9c9d44993cb125..3169232a40d3e4ff4666abd50f9632a4ab23a4a1 100644 --- a/src/OpenFOAM/primitives/ints/int64/int64.H +++ b/src/OpenFOAM/primitives/ints/int64/int64.H @@ -69,7 +69,7 @@ bool read(const char*, int64_t&); Istream& operator>>(Istream&, int64_t&); Ostream& operator<<(Ostream&, const int64_t); -//- template specialization for pTraits<int64_t> +//- Template specialization for pTraits<int64_t> template<> class pTraits<int64_t> { diff --git a/src/OpenFOAM/primitives/ints/uint32/uint32.H b/src/OpenFOAM/primitives/ints/uint32/uint32.H index b224b81c06317819a360c3314d17aebb3bf02610..07058dcdcc954482f6bd0c1229c24cee22480405 100644 --- a/src/OpenFOAM/primitives/ints/uint32/uint32.H +++ b/src/OpenFOAM/primitives/ints/uint32/uint32.H @@ -69,7 +69,7 @@ bool read(const char*, uint32_t&); Istream& operator>>(Istream&, uint32_t&); Ostream& operator<<(Ostream&, const uint32_t); -//- template specialization for pTraits<uint32_t> +//- Template specialization for pTraits<uint32_t> template<> class pTraits<uint32_t> { diff --git a/src/OpenFOAM/primitives/ints/uint64/uint64.H b/src/OpenFOAM/primitives/ints/uint64/uint64.H index 6e2ecacd1ae737b47fbf4fb5bcdd8c720ac285c9..c4f3b581c632bc7ec9ee00fbe2cdb149641dd2f5 100644 --- a/src/OpenFOAM/primitives/ints/uint64/uint64.H +++ b/src/OpenFOAM/primitives/ints/uint64/uint64.H @@ -69,7 +69,7 @@ bool read(const char*, uint64_t&); Istream& operator>>(Istream&, uint64_t&); Ostream& operator<<(Ostream&, const uint64_t); -//- template specialization for pTraits<uint64_t> +//- Template specialization for pTraits<uint64_t> template<> class pTraits<uint64_t> { diff --git a/src/OpenFOAM/primitives/random/Random/Random.H b/src/OpenFOAM/primitives/random/Random/Random.H index aee8b067daf8d2d1406b640872c62e86493a58ae..1dd109a235bd1ebfa0aa7125a3aaaab5b02ea91a 100644 --- a/src/OpenFOAM/primitives/random/Random/Random.H +++ b/src/OpenFOAM/primitives/random/Random/Random.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,10 +67,10 @@ public: int bit(); - //- scalar [0..1] (so including 0,1) + //- Scalar [0..1] (so including 0,1) scalar scalar01(); - //- vector with every component scalar01 + //- Vector with every component scalar01 vector vector01(); //- sphericalTensor with every component scalar01 @@ -79,10 +79,10 @@ public: //- symmTensor with every component scalar01 symmTensor symmTensor01(); - //- tensor with every component scalar01 + //- Tensor with every component scalar01 tensor tensor01(); - //- label [lower..upper] + //- Label [lower..upper] label integer(const label lower, const label upper); vector position(const vector&, const vector&); diff --git a/src/OpenFOAM/primitives/strings/lists/hashedWordList.H b/src/OpenFOAM/primitives/strings/lists/hashedWordList.H index fb8869fda06107c2f703af131b0d96ae014524ef..a4cda161637ac2c88196a917837bf2cea0d63378 100644 --- a/src/OpenFOAM/primitives/strings/lists/hashedWordList.H +++ b/src/OpenFOAM/primitives/strings/lists/hashedWordList.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ class hashedWordList // Private Member Functions - //- rebuild the hash of indices + //- Rebuild the hash of indices void rehash(); public: diff --git a/src/OpenFOAM/primitives/triad/triad.H b/src/OpenFOAM/primitives/triad/triad.H index aeb2c38d6c124efe3145d384e0412df06b4f73c2..8755b60bc13dec9ca076a526f6a22c84ee69d1a2 100644 --- a/src/OpenFOAM/primitives/triad/triad.H +++ b/src/OpenFOAM/primitives/triad/triad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -133,7 +133,7 @@ public: //- Sort the axes such that they are closest to the x, y and z axes triad sortxyz() const; - //- convert to a quaternion + //- Convert to a quaternion operator quaternion() const; diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C index 4ebd0c1803723ec28d029b9a40c40b0f19392877..fa137f34b55a28ee2d75966b1a20142d0d747fc2 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C @@ -198,7 +198,7 @@ void turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs() scalarField qr(this->size(), 0.0); - //- qr is negative going into the domain + //- Qr is negative going into the domain if (QrName_ != "none") { qr = patch().lookupPatchField<volScalarField, scalar>(QrName_); diff --git a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienCubicKELowRe/LienCubicKELowReSetWallDissipation.H b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienCubicKELowRe/LienCubicKELowReSetWallDissipation.H index a150d52b927f70ed7747bf48793f9ad68a823a57..38aacf37497eef34081d0e7943f41b17172a0b78 100644 --- a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienCubicKELowRe/LienCubicKELowReSetWallDissipation.H +++ b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienCubicKELowRe/LienCubicKELowReSetWallDissipation.H @@ -4,7 +4,7 @@ { labelList cellBoundaryFaceCount(epsilon_.size(), 0); - //- use constant Cmu for epsilon in the near-wall cell + //- Use constant Cmu for epsilon in the near-wall cell scalar Cmu75 = pow(CmuWall_.value(), 0.75); const fvPatchList& patches = mesh_.boundary(); diff --git a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienLeschzinerLowRe/LienLeschzinerLowReSetWallDissipation.H b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienLeschzinerLowRe/LienLeschzinerLowReSetWallDissipation.H index 54ef9356c7e1041e46b04c40810a80e062d324e9..62481f5c7932ce0e6691b57e12f6dbcbfa6d43c9 100644 --- a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienLeschzinerLowRe/LienLeschzinerLowReSetWallDissipation.H +++ b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LienLeschzinerLowRe/LienLeschzinerLowReSetWallDissipation.H @@ -4,7 +4,7 @@ { labelList cellBoundaryFaceCount(epsilon_.size(), 0); - //- use constant Cmu for epsilon in the near-wall cell + //- Use constant Cmu for epsilon in the near-wall cell scalar Cmu75 = pow(Cmu_.value(), 0.75); const fvPatchList& patches = mesh_.boundary(); diff --git a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/include/nonLinearWallFunctionsI.H b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/include/nonLinearWallFunctionsI.H index 46bf81176f4cd8088e5545b78582573082d2cca8..c9a4feb16b66c244f88f3cb162e3574e1bb500b8 100644 --- a/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/include/nonLinearWallFunctionsI.H +++ b/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/include/nonLinearWallFunctionsI.H @@ -82,7 +82,7 @@ Description { label faceCelli = curPatch.faceCells()[facei]; - //- using local Cmu ! + //- Using local Cmu ! scalar Cmu25 = pow025(Cmu_[faceCelli]); scalar Cmu75 = pow(Cmu_[faceCelli], 0.75); diff --git a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H index 2c7f4910921d4e827118e3b8a347125c8e8beb35..f551ecc7e4e183a922930dc3440829ac8991bf71 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H +++ b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H @@ -137,7 +137,7 @@ class atmBoundaryLayer //- Direction of the z-coordinate vector zDir_; - //- von Karman constant + //- Von Karman constant const scalar kappa_; //- Turbulent viscosity coefficient diff --git a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H index 75032e20684fecb7eb4457e9326c06409fc567f6..5fdf8160c2ea2f7bff8c012aeeb3cc52ad764d8b 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H +++ b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -95,7 +95,7 @@ class turbulentMixingLengthDissipationRateInletFvPatchScalarField { // Private data - //- turbulent length scale + //- Turbulent length scale scalar mixingLength_; //- Name of the turbulent kinetic energy field diff --git a/src/conversion/ensight/file/ensightFile.H b/src/conversion/ensight/file/ensightFile.H index f8c24755b7398704a28c8263ae1f29ada606de5a..18c71fa02f5fc98827d97eef347c4d13a326f0d1 100644 --- a/src/conversion/ensight/file/ensightFile.H +++ b/src/conversion/ensight/file/ensightFile.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -51,10 +51,10 @@ class ensightFile { // Private data - //- allow undef in results + //- Allow undef in results static bool allowUndef_; - //- value to represent undef in results + //- Value to represent undef in results static scalar undefValue_; //- The '*' mask appropriate for subDir @@ -120,28 +120,28 @@ public: // Output - //- binary write + //- Binary write virtual Ostream& write(const char* buf, std::streamsize count); - //- write element keyword with trailing newline, optionally with undef + //- Write element keyword with trailing newline, optionally with undef virtual Ostream& writeKeyword(const string& key); - //- write "C Binary" for binary files (eg, geometry/measured) + //- Write "C Binary" for binary files (eg, geometry/measured) Ostream& writeBinaryHeader(); - //- write undef value + //- Write undef value Ostream& writeUndef(); - //- write string as "%80s" or as binary + //- Write string as "%80s" or as binary Ostream& write(const string& value); - //- write integer as "%10d" or as binary + //- Write integer as "%10d" or as binary Ostream& write(const label value); - //- write integer with specified width or as binary + //- Write integer with specified width or as binary Ostream& write(const label value, const label fieldWidth); - //- write float as "%12.5e" or as binary + //- Write float as "%12.5e" or as binary Ostream& write(const scalar value); //- Add carriage return to ascii stream diff --git a/src/conversion/ensight/file/ensightGeoFile.H b/src/conversion/ensight/file/ensightGeoFile.H index a9c1d8d84d1ae491606d473943ad5b18cddfa493..c4fc94180cb8ccb072a2357ffb69a8f8c743ccfc 100644 --- a/src/conversion/ensight/file/ensightGeoFile.H +++ b/src/conversion/ensight/file/ensightGeoFile.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,7 +74,7 @@ public: // Output - //- write keyword with trailing newline + //- Write keyword with trailing newline virtual Ostream& writeKeyword(const string& key); }; diff --git a/src/conversion/ensight/part/ensightPart.H b/src/conversion/ensight/part/ensightPart.H index 9a26c99a3689cd5d499786efddb0c74c45766e43..8166f953dc2357189a116b97c167a0ec1c4a5d51 100644 --- a/src/conversion/ensight/part/ensightPart.H +++ b/src/conversion/ensight/part/ensightPart.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,25 +67,25 @@ protected: // Protected data - //- part number + //- Part number label number_; - //- part name (or description) + //- Part name (or description) string name_; - //- simple labelList with a name + //- Simple labelList with a name labelListList elemLists_; - //- start offset for elemLists_ + //- Start offset for elemLists_ label offset_; - //- number of elements in this part + //- Number of elements in this part label size_; - //- cell or face data + //- Cell or face data bool isCellData_; - //- material id (numeric) + //- Material id (numeric) label matId_; //- pointField referenced @@ -94,24 +94,24 @@ protected: // Protected Classes - //- track the points used by the part and map global to local indices + //- Track the points used by the part and map global to local indices class localPoints { public: - //- number of points used + //- Number of points used label nPoints; - //- map global to local indices + //- Map global to local indices labelList list; - //- null constructor + //- Null constructor localPoints() : nPoints(0), list(0) {} - //- construct for mesh points + //- Construct for mesh points localPoints(const pointField& pts) : nPoints(0), @@ -127,13 +127,13 @@ protected: // but cannot be used to write a new geometry void reconstruct(Istream&); - //- check for fully defined fields + //- Check for fully defined fields bool isFieldDefined(const List<scalar>&) const; - //- write the part header + //- Write the part header void writeHeader(ensightFile&, bool withDescription=false) const; - //- write a scalar field for idList + //- Write a scalar field for idList // A null reference for idList writes the perNode values void writeFieldList ( @@ -142,13 +142,13 @@ protected: const labelUList& idList ) const; - //- track points used + //- Track points used virtual localPoints calcLocalPoints() const { return localPoints(); } - //- write connectivities + //- Write connectivities virtual void writeConnectivity ( ensightGeoFile&, @@ -224,37 +224,37 @@ public: // Access - //- number of elements in this part + //- Number of elements in this part label size() const { return size_; } - //- represents cell data + //- Represents cell data bool isCellData() const { return isCellData_; } - //- represents face data + //- Represents face data bool isFaceData() const { return !isCellData_; } - //- part number + //- Part number label number() const { return number_; } - //- part name or description + //- Part name or description const string& name() const { return name_; } - //- material id + //- Material id label materialId() const { return matId_; @@ -272,13 +272,13 @@ public: matId_ = value; } - //- simple labelList with a name + //- Simple labelList with a name const labelListList& elemLists() const { return elemLists_; } - //- offset for element ids + //- Offset for element ids label offset() const { return offset_; @@ -287,13 +287,13 @@ public: // Edit - //- renumber elements + //- Renumber elements void renumber(const labelUList&); - //- write summary information about the object + //- Write summary information about the object bool writeSummary(Ostream&) const; - //- write reconstruction information for the object + //- Write reconstruction information for the object bool writeData(Ostream&) const; //- Write geometry @@ -303,7 +303,7 @@ public: //- Helper: write geometry given the pointField void writeGeometry(ensightGeoFile&, const pointField&) const; - //- write scalar field + //- Write scalar field // optionally write data per node void writeScalarField ( @@ -312,7 +312,7 @@ public: const bool perNode = false ) const; - //- write vector field components + //- Write vector field components // optionally write data per node void writeVectorField ( @@ -324,7 +324,7 @@ public: ) const; - //- write generalized field components + //- Write generalized field components // optionally write data per node template<class Type> void writeField @@ -346,10 +346,10 @@ public: // IOstream Operators - //- write data (reconstruction information) + //- Write data (reconstruction information) friend Ostream& operator<<(Ostream&, const ensightPart&); - //- write geometry + //- Write geometry friend ensightGeoFile& operator<<(ensightGeoFile&, const ensightPart&); }; diff --git a/src/conversion/ensight/part/ensightPartCells.H b/src/conversion/ensight/part/ensightPartCells.H index f9178fe0fd9e9cd71cafae4f32c430f83ddac60d..d1b3bcb72dbaf6bd307b5e5bd5b462910d29db8c 100644 --- a/src/conversion/ensight/part/ensightPartCells.H +++ b/src/conversion/ensight/part/ensightPartCells.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,13 +63,13 @@ class ensightPartCells const labelUList& idLabels = labelUList::null() ); - //- track points used + //- Track points used virtual localPoints calcLocalPoints() const; - //- track the points used + //- Track the points used // virtual void makeLocalPointMap(); - //- element connectivity + //- Element connectivity virtual void writeConnectivity ( ensightGeoFile&, @@ -81,7 +81,7 @@ class ensightPartCells protected: - //- addressable ensight element types + //- Addressable ensight element types enum elemType { tetra4Elements, @@ -99,7 +99,7 @@ protected: // Protected data - //- mesh referenced + //- Mesh referenced const polyMesh& mesh_; @@ -154,10 +154,10 @@ public: // Member Functions - //- write geometry + //- Write geometry virtual void writeGeometry(ensightGeoFile&) const; - //- static listing of the element types + //- Static listing of the element types virtual const List<word>& elementTypes() const { return elemTypes_; diff --git a/src/conversion/ensight/part/ensightPartFaces.H b/src/conversion/ensight/part/ensightPartFaces.H index 1e3ffbb4fa89f8736719618377f10c12238b7a31..ea27d0cf51e832a17b543cb50839070ac1b970a6 100644 --- a/src/conversion/ensight/part/ensightPartFaces.H +++ b/src/conversion/ensight/part/ensightPartFaces.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,10 +55,10 @@ class ensightPartFaces //- Disallow default bitwise assignment void operator=(const ensightPartFaces&); - //- track points used + //- Track points used virtual localPoints calcLocalPoints() const; - //- element connectivity + //- Element connectivity virtual void writeConnectivity ( ensightGeoFile&, @@ -70,7 +70,7 @@ class ensightPartFaces protected: - //- addressable ensight element types + //- Addressable ensight element types enum elemType { tria3Elements, @@ -86,7 +86,7 @@ protected: // Protected data - //- faces referenced + //- Faces referenced const faceList& faces_; //- Can skip local point renumbering when points are contiguous @@ -160,10 +160,10 @@ public: // Member Functions - //- write geometry + //- Write geometry virtual void writeGeometry(ensightGeoFile&) const; - //- static listing of the element types + //- Static listing of the element types virtual const List<word>& elementTypes() const { return elemTypes_; diff --git a/src/conversion/ensight/part/ensightParts.H b/src/conversion/ensight/part/ensightParts.H index d31e736535539ffb287ee4b884bdf7a96ba8ebeb..10faa7ea75c4f3c219bffe001fa1f340e52cc922 100644 --- a/src/conversion/ensight/part/ensightParts.H +++ b/src/conversion/ensight/part/ensightParts.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,7 +54,7 @@ class ensightParts { // Private Data - //- list of parts + //- List of parts PtrList<ensightPart> partsList_; // Private Member Functions @@ -83,32 +83,32 @@ public: // Member functions - //- clear old information and construct anew from polyMesh + //- Clear old information and construct anew from polyMesh void recalculate(const polyMesh&); - //- renumber elements + //- Renumber elements void renumber ( const labelUList& origCellId, const labelUList& origFaceId ); - //- number of parts + //- Number of parts label size() const { return partsList_.size(); } - //- write the geometry + //- Write the geometry void writeGeometry(ensightGeoFile&) const; - //- write summary information about the objects + //- Write summary information about the objects bool writeSummary(Ostream&) const; - //- write the lists + //- Write the lists void writeData(Ostream&) const; - //- write (volume) scalar field + //- Write (volume) scalar field // optionally write data for face parts // optionally write data per node void writeScalarField @@ -119,7 +119,7 @@ public: const bool perNode = false ) const; - //- write (volume) vector field components + //- Write (volume) vector field components // optionally write data for face parts // optionally write data per node void writeVectorField @@ -133,7 +133,7 @@ public: ) const; - //- write generalized volume field components + //- Write generalized volume field components template<class Type> void writeField ( @@ -144,7 +144,7 @@ public: // Friend Operators - //- write geometry + //- Write geometry friend ensightGeoFile& operator<<(ensightGeoFile&, const ensightParts&); }; diff --git a/src/conversion/meshReader/meshReader.H b/src/conversion/meshReader/meshReader.H index 3339b03fa8e8efdeb3ffc3ad09fcb9b564f3f071..a0b696d6dc487b0f3bb8bdbfa171f9273b2ca1c1 100644 --- a/src/conversion/meshReader/meshReader.H +++ b/src/conversion/meshReader/meshReader.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -154,10 +154,10 @@ private: labelList patchStarts_; labelList patchSizes_; - //- association between two faces + //- Association between two faces List<labelPair> interfaces_; - //- list of cells/faces id pairs for each baffle + //- List of cells/faces id pairs for each baffle List<List<cellFaceIdentifier> > baffleIds_; //- Global face list for polyMesh diff --git a/src/conversion/meshReader/starcd/STARCDMeshReader.C b/src/conversion/meshReader/starcd/STARCDMeshReader.C index 09b651efd0497702a65364ec2ba947e25edf7a9a..3e3e94383b4db9664051f5d3e7e6475dd9d7f114 100644 --- a/src/conversion/meshReader/starcd/STARCDMeshReader.C +++ b/src/conversion/meshReader/starcd/STARCDMeshReader.C @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -149,7 +149,7 @@ void Foam::meshReaders::STARCD::readPoints points_.setSize(nPoints); mapToFoamPointId_.setSize(maxId+1); - //- original Point number for a given vertex + //- Original Point number for a given vertex // might need again in the future //// labelList origPointId(nPoints); //// origPointId = -1; diff --git a/src/conversion/meshTables/cellTable.H b/src/conversion/meshTables/cellTable.H index 67fcd1fd5983e89354690a400358a7b5eed8922d..951575610d6fd09d598d98fe67b39b46baa4b289 100644 --- a/src/conversion/meshTables/cellTable.H +++ b/src/conversion/meshTables/cellTable.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -173,7 +173,7 @@ public: const fileName& instance = "constant" ); - //- write constant/cellTable for later reuse + //- Write constant/cellTable for later reuse void writeDict ( const objectRegistry&, diff --git a/src/dynamicMesh/boundaryMesh/boundaryMesh.H b/src/dynamicMesh/boundaryMesh/boundaryMesh.H index a495c03eed430f0105d648580efdd796db47608a..d6eca3f7709f0c62c620ad3be6398928efc5bc7b 100644 --- a/src/dynamicMesh/boundaryMesh/boundaryMesh.H +++ b/src/dynamicMesh/boundaryMesh/boundaryMesh.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -87,16 +87,16 @@ class boundaryMesh // Edge handling // - //- points referenced by feature edges. + //- Points referenced by feature edges. pointField featurePoints_; - //- feature edges. Indices into featurePoints. + //- Feature edges. Indices into featurePoints. edgeList featureEdges_; - //- from feature edge to mesh edge. + //- From feature edge to mesh edge. labelList featureToEdge_; - //- from mesh edges to featureEdges_; + //- From mesh edges to featureEdges_; labelList edgeToFeature_; //- Feature 'segments'. Collections of connected featureEdges. diff --git a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H index 18cad9cf0c85791f0960d3f0399431338adad5e5..4fb1173db620647dc44ee41203cd10ec8ce0f99a 100644 --- a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H +++ b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -435,7 +435,7 @@ class cellCuts //- Set orientation of loops void orientPlanesAndLoops(); - //- top level driver: adressing calculation and loop detection + //- Top level driver: adressing calculation and loop detection void calcLoopsAndAddressing(const labelList& cutCells); //- Check various consistencies. diff --git a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H index b105e4ba3f7770156ab0315f89c596028a117b9f..f00a0254c2474c10609e1727647053129e8d87a6 100644 --- a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,7 +74,7 @@ private: // Private Member Functions - //- walk across faces of hex. Update loop/loopWeights with edges cut. + //- Walk across faces of hex. Update loop/loopWeights with edges cut. // Return true if successful walk. (should be always!) bool walkHex ( diff --git a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H index 2e33ef880fe46b5185e85888fc8f5a02f4143643..3d983568953d00261cd40d4f87ff14072396ea1e 100644 --- a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -80,7 +80,7 @@ class topoCellLooper DynamicList<T>& lst ); - //- walk across superface discarding non-feature points. + //- Walk across superface discarding non-feature points. void walkFace ( const cellFeatures& features, @@ -158,7 +158,7 @@ public: // Static data members - //- cos of angle for feature recognition (of splitHexes) + //- Cos of angle for feature recognition (of splitHexes) static const scalar featureCos; diff --git a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H index 87470843e430e64ce11fe40a1435711eb3adb446..b8d9e05483671a03fa1a1af0d7f838b8af8d70d0 100644 --- a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H +++ b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -104,7 +104,7 @@ public: // EdgeVertex handling - //- is eVert an edge? + //- Is eVert an edge? static bool isEdge(const primitiveMesh& mesh, const label eVert) { if (eVert < 0 || eVert >= (mesh.nPoints() + mesh.nEdges())) @@ -125,7 +125,7 @@ public: return isEdge(mesh_, eVert); } - //- convert eVert to edge label + //- Convert eVert to edge label static label getEdge(const primitiveMesh& mesh, const label eVert) { if (!isEdge(mesh, eVert)) @@ -143,7 +143,7 @@ public: return getEdge(mesh_, eVert); } - //- convert eVert to vertex label + //- Convert eVert to vertex label static label getVertex(const primitiveMesh& mesh, const label eVert) { if (isEdge(mesh, eVert) || (eVert < 0)) diff --git a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H index c698ffaf99929e55d817876e8dd72f1bc3ebd7f4..bf1481498025a53d4f09ce36d3bbd6b9f04f0c4b 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H +++ b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -79,7 +79,7 @@ class multiDirRefinement //- Current set of cells to refine. Extended with added cells. labelList cellLabels_; - //- from original to added cells. + //- From original to added cells. // Gives for every cell in the original mesh an empty list or the // list of cells this one has been split into (note: will include // itself so e.g. for hex will be 8 if 2x2x2 refinement) diff --git a/src/dynamicMesh/meshCut/refineCell/refineCell.H b/src/dynamicMesh/meshCut/refineCell/refineCell.H index 191af276b7f298b0383c38d79ca8eb4de660483c..58bf0de934223ab5057356482ed1c1e965d840f9 100644 --- a/src/dynamicMesh/meshCut/refineCell/refineCell.H +++ b/src/dynamicMesh/meshCut/refineCell/refineCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,10 +67,10 @@ public: //- Null refineCell(); - //- from components. Vector will be normalized upon construction. + //- From components. Vector will be normalized upon construction. refineCell(const label, const vector&); - //- from Istream. Vector will be normalized upon construction. + //- From Istream. Vector will be normalized upon construction. refineCell(Istream& is); diff --git a/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H b/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H index deff3f1c6f1058972b65244e64899a78d0b1ca39..d4c1054860551c36eedd6eee1a51f216075e7a90 100644 --- a/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H +++ b/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -213,7 +213,7 @@ class motionSmootherAlgo //- Calculate per-edge weight tmp<scalarField> calcEdgeWeights(const pointField&) const; - //- explicit smoothing and min on all affected internal points + //- Explicit smoothing and min on all affected internal points void minSmooth ( const scalarField& edgeWeights, @@ -222,7 +222,7 @@ class motionSmootherAlgo pointScalarField& newFld ) const; - //- same but only on selected points (usually patch points) + //- Same but only on selected points (usually patch points) void minSmooth ( const scalarField& edgeWeights, diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H index 9e8269df937c45c5c350e0505412b835731e1c70..158af5e1d8ec77574720b2b300dddc0175f0cfb0 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -288,7 +288,7 @@ public: const labelListList& layerFaces ); - //- added cells given current mesh & layerfaces. + //- Added cells given current mesh & layerfaces. labelListList addedCells() const; diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H index f33ee706f9d4582f6e78c8b0cb4435943ecc08e3..58dfc8559bdf4314f228557ecbaec0c3bf5773ef 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,7 +90,7 @@ class hexRef8 //- Level of saved cells Map<label> savedCellLevel_; - //- cell shapes when seen as split hexes + //- Cell shapes when seen as split hexes mutable autoPtr<cellShapeList> cellShapesPtr_; diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H index 19fd5e327156e1c41be9a8892db0b773627ef256..63970726c4e32fca64ff476cbb0b92554c2d088a 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,10 +57,10 @@ class refinementDistanceData // Private data - //- unrefined (level0) buffer size (nBufferLayers*level0Size) + //- Unrefined (level0) buffer size (nBufferLayers*level0Size) scalar level0Size_; - //- nearest point with highest level + //- Nearest point with highest level point origin_; label originLevel_; diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H index 1eb9f40e77705bfc987720190b696721a831d0d0..4d5d854b457ec939319ea705c3bcb47c639c6bb0 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -106,7 +106,7 @@ public: // -2: free splitCell (so should also be in freeSplitCells_) label parent_; - //- cells this cell was refined into + //- Cells this cell was refined into autoPtr<FixedList<label, 8> > addedCellsPtr_; //- Construct null (parent = -1) diff --git a/src/engine/engineTime/engineTime.H b/src/engine/engineTime/engineTime.H index 69f4edb7b6baa3e59b2c14f46a14005c8a1ba1cf..84d33c0a4c1dc684685195fbfd2ef686a88f7984 100644 --- a/src/engine/engineTime/engineTime.H +++ b/src/engine/engineTime/engineTime.H @@ -92,7 +92,7 @@ class engineTime //- Disallow default bitwise assignment void operator=(const engineTime&); - //- adjust read time values + //- Adjust read time values void timeAdjustment(); public: diff --git a/src/fileFormats/vtk/vtkUnstructuredReader.H b/src/fileFormats/vtk/vtkUnstructuredReader.H index bc9612afaaaee46452274fcf223b5bb969e46fa2..7c93f86be66afd8d5b80bee6bb2c2d024a14374c 100644 --- a/src/fileFormats/vtk/vtkUnstructuredReader.H +++ b/src/fileFormats/vtk/vtkUnstructuredReader.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -168,13 +168,13 @@ private: // Data - //- cell based fields + //- Cell based fields objectRegistry cellData_; - //- point based fields + //- Point based fields objectRegistry pointData_; - //- other fields + //- Other fields objectRegistry otherData_; @@ -317,7 +317,7 @@ public: return lineMap_; } - //- cell based fields + //- Cell based fields const objectRegistry& cellData() const { return cellData_; @@ -328,7 +328,7 @@ public: return cellData_; } - //- point based fields + //- Point based fields const objectRegistry& pointData() const { return pointData_; @@ -339,7 +339,7 @@ public: return pointData_; } - //- other fields + //- Other fields const objectRegistry& otherData() const { return otherData_; diff --git a/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H b/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H index ad441f3ac104f8d3f31f226e0cbbc31332b17e1e..7bb52032d76731a4decfb2a3f4b15c76a28c6914 100644 --- a/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H +++ b/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,10 +64,10 @@ private: // Private data - //- alpha coefficient XYZ components (user-supplied) [1/s] + //- Alpha coefficient XYZ components (user-supplied) [1/s] dimensionedVector alphaXYZ_; - //- beta coefficient XYZ components (user-supplied) [1/m] + //- Beta coefficient XYZ components (user-supplied) [1/m] dimensionedVector betaXYZ_; //- Model alpha coefficient - converted from alphaXYZ [1/s] diff --git a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H index 9723a2116af3549b3526d569ce13ac1fb0ae69d3..e050e2b1933088cef9d3d80f69532f08fac54e60 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -124,10 +124,10 @@ class codedFixedValueFvPatchField //- Set the rewrite vars controlling the Type static void setFieldTemplates(dynamicCode& dynCode); - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare(dynamicCode&, const dynamicCodeContext&) const; // Return a description (type + name) for the output diff --git a/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H index 59c434ee72eb39965b2d64d990bfb07962886177..52662aee51177027f88b15be1bdb592f71225f2a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -134,10 +134,10 @@ class codedMixedFvPatchField //- Set the rewrite vars controlling the Type static void setFieldTemplates(dynamicCode& dynCode); - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare(dynamicCode&, const dynamicCodeContext&) const; // Return a description (type + name) for the output diff --git a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H index c4dc0a1e4ff55483fccb384f6d9ed309862faccb..3fb31d25b0fccf91dcfd3898f5638e004ae39791 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -100,10 +100,10 @@ class syringePressureFvPatchScalarField { // Private data - //- syringe piston area + //- Syringe piston area scalar Ap_; - //- syringe piston speed + //- Syringe piston speed scalar Sp_; //- Initial syringe volume @@ -118,7 +118,7 @@ class syringePressureFvPatchScalarField //- Start of piston deceleration scalar tds_; - //- end of piston deceleration + //- End of piston deceleration scalar tde_; //- Initial syringe pressure diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H index 8e0028e2b7ba64115716101fdf604b6e11c26c32..13371a7789698e05269b3a0e28055be583e7dfe8 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -111,13 +111,13 @@ public: return cellI_; } - //- interpolation weights + //- Interpolation weights inline const List<scalar>& weights() const { return weights_; } - //- interpolation addressing for points on face + //- Interpolation addressing for points on face inline const List<label>& faceVertices() const { return faceVertices_; diff --git a/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H b/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H index 1d3cf24a486bdc682c33164060e8e4edc96edd03..32b6c5ec3688fe89027602d9b11913eceb99b431 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -132,7 +132,7 @@ public: return cellIndex_; } - //- interpolation weights (in order of cellPoints) + //- Interpolation weights (in order of cellPoints) inline const scalarField& weights() const { return weights_; diff --git a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H index b28ee1cfad8a897f2a1f6802afa86a035b8a810a..a8b042d71d7aad99274e0789cc4591e86b74a167 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -51,7 +51,7 @@ class motionDiffusivity { // Private data - //- mesh reference + //- Mesh reference const fvMesh& mesh_; public: diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H index 7fbe8c5ec05d7400c0b99d482968239f1f779d10..c5db3f0c6a6783aad17a39088fde883c52186e6c 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H @@ -91,22 +91,22 @@ private: // Private data - //- project mode names + //- Project mode names static const NamedEnum<projectMode, 3> projectModeNames_; //- Maximum velocity const vector velocity_; - //- names of surfaces + //- Names of surfaces const dictionary surfacesDict_; //- How to project/project onto surface const projectMode projectMode_; - //- direction to project + //- Direction to project const vector projectDir_; - //- plane for 2D wedge case or -1. + //- Plane for 2D wedge case or -1. const label wedgePlane_; //- pointZone with frozen points diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H index 3115c3af3e33fc0a8db9c0c3b408e010c0fe5f32..7adb6d3d83bded3d6b58b32fe2159a379f1cc8ea 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -85,19 +85,19 @@ private: // Private data - //- project mode names + //- Project mode names static const NamedEnum<projectMode, 3> projectModeNames_; - //- names of surfaces + //- Names of surfaces const dictionary surfacesDict_; //- How to project/project onto surface const projectMode projectMode_; - //- direction to project + //- Direction to project const vector projectDir_; - //- plane for 2D wedge case or -1. + //- Plane for 2D wedge case or -1. const label wedgePlane_; //- pointZone with frozen points diff --git a/src/fvOptions/sources/general/codedSource/CodedSource.H b/src/fvOptions/sources/general/codedSource/CodedSource.H index ed22a6d2b06eb224c988abc2876da267d4605e1b..c10b42d2626e40dd5783774389b770bd150bf4d3 100644 --- a/src/fvOptions/sources/general/codedSource/CodedSource.H +++ b/src/fvOptions/sources/general/codedSource/CodedSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -152,10 +152,10 @@ protected: // Protected Member Functions - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare(dynamicCode&, const dynamicCodeContext&) const; // Return a description (type + name) for the output diff --git a/src/lagrangian/basic/particle/particle.H b/src/lagrangian/basic/particle/particle.H index 6cb1838e83a482e4d82f213a05209d41a6f4d46d..c2d10f46b7c6b7916bdf34ddc9a21405ceff90de 100644 --- a/src/lagrangian/basic/particle/particle.H +++ b/src/lagrangian/basic/particle/particle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -213,7 +213,7 @@ protected: //- Hit wall faces in the current cell if the //- wallImpactDistance is non-zero. They may not be in - //- different tets to the current. + //- Different tets to the current. template<class CloudType> inline void hitWallFaces ( diff --git a/src/lagrangian/distributionModels/general/general.H b/src/lagrangian/distributionModels/general/general.H index 53ee4716a2b191a0722d88e3458d0c39b59e00da..d2625ed9c70e277d16fab5b92bd844611a25c308 100644 --- a/src/lagrangian/distributionModels/general/general.H +++ b/src/lagrangian/distributionModels/general/general.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -62,7 +62,7 @@ class general label nEntries_; - //- min and max values of the distribution + //- Min and max values of the distribution scalar minValue_; scalar maxValue_; diff --git a/src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.H b/src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.H index 423bd87160e544e2cb9cc86ed4f49eaf28e18ea7..fbc5b7081f5db908e58fd5dee04e094331119d05 100644 --- a/src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.H +++ b/src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -109,16 +109,16 @@ class DsmcCloud //- Force density at surface field volVectorField fD_; - //- number density field + //- Number density field volScalarField rhoN_; //- Mass density field volScalarField rhoM_; - //- dsmc particle density field + //- Dsmc particle density field volScalarField dsmcRhoN_; - //- linear kinetic energy density field + //- Linear kinetic energy density field volScalarField linearKE_; //- Internal energy density field @@ -139,10 +139,10 @@ class DsmcCloud // boundary value fields - //- boundary temperature + //- Boundary temperature volScalarField boundaryT_; - //- boundary velocity + //- Boundary velocity volVectorField boundaryU_; diff --git a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.H b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.H index 142ac505b097f506f867c45d9033e5877ba4e6ba..f5e4b31ff9d323a5d5d308e644520fa409a5b460 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -104,7 +104,7 @@ class PairSpringSliderDashpot // Private Member Functions //- Find the appropriate properties for determining the minimum - //- allowable timestep + //- Allowable timestep void findMinMaxProperties ( scalar& RMin, diff --git a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.H b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.H index cd7f840fe32b2a4eb8ad33a49360ca1b084b9e4f..e48e949f57388cea7f7c9b17be743c89060fb746 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -107,7 +107,7 @@ class WallLocalSpringSliderDashpot // Private Member Functions //- Find the appropriate properties for determining the minimum - //- allowable timestep + //- Allowable timestep void findMinMaxProperties ( scalar& rMin, diff --git a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.H b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.H index 7c709340fb36d35a94d43b0fcfc7df27026ea081..88dca9b66c45a3b1d5dbd341e938e946a1295a44 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -101,7 +101,7 @@ class WallSpringSliderDashpot // Private Member Functions //- Find the appropriate properties for determining the minimum - //- allowable timestep + //- Allowable timestep void findMinMaxProperties ( scalar& rMin, diff --git a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H index 54ae9557be96b540fec2c6e1c6a03425f0abc843..bd67443ce1530ec8fb47002ae46a4f9167e8228a 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -152,7 +152,7 @@ private: //- Second tangential vector vector tanVec2_; - //- injection vector orthogonal to direction + //- Injection vector orthogonal to direction vector normal_; diff --git a/src/lagrangian/intermediate/submodels/MPPIC/IsotropyModels/NoIsotropy/NoIsotropy.H b/src/lagrangian/intermediate/submodels/MPPIC/IsotropyModels/NoIsotropy/NoIsotropy.H index e5aafff43e3ca9db1b032a87a61271efd9523b87..749b77ae781d740e1df5057c2adc88a5eb76b8d2 100644 --- a/src/lagrangian/intermediate/submodels/MPPIC/IsotropyModels/NoIsotropy/NoIsotropy.H +++ b/src/lagrangian/intermediate/submodels/MPPIC/IsotropyModels/NoIsotropy/NoIsotropy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -81,7 +81,7 @@ public: //- Member Functions - //- calculate velocities + //- Calculate velocities virtual void calculate(); //- Return the model 'active' status diff --git a/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H b/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H index 7897c034ec3461ed0ceb2278ecd84c12e7ed33f9..ed25c5e1f04d52e828c5d370f2e3f999779e6e7f 100644 --- a/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H +++ b/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ public: // Static functions - //- write to file + //- Write to file static void write ( diff --git a/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.H b/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.H index 42323553b6c8699099f0bf1a215bb78d346b9d6b..c344b2b59024c944e6ee9493ca5683f040f1e602 100644 --- a/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.H +++ b/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.H @@ -114,13 +114,13 @@ public: // Member Functions - //- initial value of liquidCore + //- Initial value of liquidCore virtual scalar initLiquidCore() const; //- Average temperature calculation scalar Taverage(const scalar& Tliq, const scalar& Tc) const; - //- flag to indicate if chi needs to be calculated + //- Flag to indicate if chi needs to be calculated virtual bool calcChi() const; virtual void update diff --git a/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H b/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H index 22970e7c48788bf6c74afea0c2a3e672f460d764..f6a2af7093371c3146c47dcc964b15cd0369119c 100644 --- a/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H +++ b/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -97,10 +97,10 @@ public: // Member Functions - //- initial value of liquidCore + //- Initial value of liquidCore virtual scalar initLiquidCore() const; - //- flag to indicate if chi needs to be calculated + //- Flag to indicate if chi needs to be calculated virtual bool calcChi() const; virtual void update diff --git a/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.H b/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.H index f03a02642f1a2dbbdee10d1f89a5b237e8b7ba15..a993c3e9112bbfc4093445276c84129f47a74cfb 100644 --- a/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.H +++ b/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -117,10 +117,10 @@ public: // Member Functions - //- initial value of liquidCore + //- Initial value of liquidCore virtual scalar initLiquidCore() const; - //- flag to indicate if chi needs to be calculated + //- Flag to indicate if chi needs to be calculated virtual bool calcChi() const; virtual void update diff --git a/src/lagrangian/spray/submodels/BreakupModel/ETAB/ETAB.H b/src/lagrangian/spray/submodels/BreakupModel/ETAB/ETAB.H index 9b8b45c04f044d143a0ecbcdaf9b9b2e65fb0208..7a681c8dbeefee20637049333d762429a71407d2 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/ETAB/ETAB.H +++ b/src/lagrangian/spray/submodels/BreakupModel/ETAB/ETAB.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -107,7 +107,7 @@ public: // Member Functions - //- update the parcel properties + //- Update the parcel properties virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/NoBreakup/NoBreakup.H b/src/lagrangian/spray/submodels/BreakupModel/NoBreakup/NoBreakup.H index b27792c54cad6dc631e85cb2a8aa4be99c9780b2..6371570638f39195eba1fa9c6ee8c084d8dc870c 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/NoBreakup/NoBreakup.H +++ b/src/lagrangian/spray/submodels/BreakupModel/NoBreakup/NoBreakup.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -80,7 +80,7 @@ public: //- Flag to indicate whether model activates break-up model virtual bool active() const; - //- update the parcel properties + //- Update the parcel properties virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/PilchErdman/PilchErdman.H b/src/lagrangian/spray/submodels/BreakupModel/PilchErdman/PilchErdman.H index 09d1f3fe0312a7729550514041bda00a6da15a09..235c9d76c09cb92bd30501861064d456dd0bb2b4 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/PilchErdman/PilchErdman.H +++ b/src/lagrangian/spray/submodels/BreakupModel/PilchErdman/PilchErdman.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -111,7 +111,7 @@ public: // Member Functions - //- update the parcel properties + //- Update the parcel properties virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/ReitzDiwakar/ReitzDiwakar.H b/src/lagrangian/spray/submodels/BreakupModel/ReitzDiwakar/ReitzDiwakar.H index 84e9dac4a257e5b100727c3ff1ab9ea395174021..9d9081ab342cb7ffdc674418863889971d4831d0 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/ReitzDiwakar/ReitzDiwakar.H +++ b/src/lagrangian/spray/submodels/BreakupModel/ReitzDiwakar/ReitzDiwakar.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -105,7 +105,7 @@ public: // Member Functions - //- update the parcel properties + //- Update the parcel properties virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.H b/src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.H index d14d92b81e24634d6695ac10dfa9ef11bacb8ed6..0cc56e87537c1101809a0f0900001a710fb26f0f 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.H +++ b/src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -92,7 +92,7 @@ public: // Member Functions - //- update the parcel diameter + //- Update the parcel diameter virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H b/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H index 2708488e0b8f2c8b642ffa8a05bf8b1cf472217a..94456c64a8aff4b08d830f0e823c7e47095c786f 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H +++ b/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -134,7 +134,7 @@ public: // Member Functions - //- update the parcel properties + //- Update the parcel properties virtual bool update ( const scalar dt, diff --git a/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H b/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H index 462953f1ee3b30bd388213ba3003dc25fbb9b93f..f5f6b73c7156090f105ff9219c45b779e812af77 100644 --- a/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H +++ b/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -117,7 +117,7 @@ public: // Member Functions - //- update the parcel diameter + //- Update the parcel diameter virtual bool update ( const scalar dt, diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H index 07bf19ce0de491f4f69029bc1d34d6c729a0197c..7aa5050a2291dc9916279c86432c7c63549d2841 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -284,7 +284,7 @@ private: List<extrudeMode>& extrudeStatus ) const; - //- for truncateDisplacement: find strings of edges + //- For truncateDisplacement: find strings of edges bool sameEdgeNeighbour ( const labelListList& globalEdgeFaces, @@ -293,7 +293,7 @@ private: const label edgeI ) const; - //- for truncateDisplacement: find strings of edges + //- For truncateDisplacement: find strings of edges void getVertexString ( const indirectPrimitivePatch& pp, diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C index 5a0bf08e100fee7384f5eeb30b429840597f0a6b..6fc6363bb95cbd96f088d59eca39abb27b0c2821 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -856,7 +856,7 @@ void Foam::autoSnapDriver::featureAttractionUsingReconstruction // Bin according to surface normal // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - //- bins of differing normals: + //- Bins of differing normals: // - one normal : flat(tish) surface // - two normals : geometric feature edge // - three normals: geometric feature point @@ -864,7 +864,7 @@ void Foam::autoSnapDriver::featureAttractionUsingReconstruction surfacePoints.clear(); surfaceNormals.clear(); - //- from face to above normals bin + //- From face to above normals bin faceToNormalBin.setSize(pfDisp.size()); faceToNormalBin = -1; diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H index c2a83752a2960ee215f8c015fa3c57a2bb20e137..9b933d744c0d6f4f1ad47e2135ce597d8c9eac74 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,10 +57,10 @@ class pointData { // Private data - //- additional information. + //- Additional information. scalar s_; - //- additional information. + //- Additional information. vector v_; public: diff --git a/src/mesh/autoMesh/autoHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H b/src/mesh/autoMesh/autoHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H index c060e4d20934f9d618362ebd4119b8838bec6f9b..a060a04fe6fb2ea685ee0f812a341b993d24eec4 100644 --- a/src/mesh/autoMesh/autoHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H +++ b/src/mesh/autoMesh/autoHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -78,11 +78,11 @@ class medialAxisMeshMover // Pre-calculated medial axis information - //- normal of nearest wall. Where this normal changes direction + //- Normal of nearest wall. Where this normal changes direction // defines the medial axis pointVectorField dispVec_; - //- ratio of medial distance to wall distance. + //- Ratio of medial distance to wall distance. // (1 at wall, 0 at medial axis) pointScalarField medialRatio_; diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H index 1b1ff73b2d9a77a287b04b1186e6abeafcf90e92..7281a3d520d41077564ffb7a7ae2c7a8a8f40e28 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -159,10 +159,10 @@ private: //- Reference to mesh fvMesh& mesh_; - //- tolerance used for sorting coordinates (used in 'less' routine) + //- Tolerance used for sorting coordinates (used in 'less' routine) const scalar mergeDistance_; - //- overwrite the mesh? + //- Overwrite the mesh? const bool overwrite_; //- Instance of mesh upon construction. Used when in overwrite_ mode. @@ -177,13 +177,13 @@ private: //- All shell-refinement interaction const shellSurfaces& shells_; - //- refinement engine + //- Refinement engine hexRef8 meshCutter_; - //- per cc-cc vector the index of the surface hit + //- Per cc-cc vector the index of the surface hit labelIOList surfaceIndex_; - //- user supplied face based data. + //- User supplied face based data. List<Tuple2<mapType, labelList> > userFaceData_; //- Meshed patches - are treated differently. Stored as wordList since @@ -605,7 +605,7 @@ public: // Access - //- reference to mesh + //- Reference to mesh const fvMesh& mesh() const { return mesh_; @@ -632,31 +632,31 @@ public: return oldInstance_; } - //- reference to surface search engines + //- Reference to surface search engines const refinementSurfaces& surfaces() const { return surfaces_; } - //- reference to feature edge mesh + //- Reference to feature edge mesh const refinementFeatures& features() const { return features_; } - //- reference to refinement shells (regions) + //- Reference to refinement shells (regions) const shellSurfaces& shells() const { return shells_; } - //- reference to meshcutting engine + //- Reference to meshcutting engine const hexRef8& meshCutter() const { return meshCutter_; } - //- per start-end edge the index of the surface hit + //- Per start-end edge the index of the surface hit const labelList& surfaceIndex() const { return surfaceIndex_; diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C index ff1465dd0ba7a4688fa51a81d202407b4f82abaa..3ccaa72835058e87bf1f48196b84e842f542d500 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,7 +83,7 @@ namespace Foam }; - //- template specialization for pTraits<labelList> so we can have fields + //- Template specialization for pTraits<labelList> so we can have fields template<> class pTraits<labelList> { @@ -94,7 +94,7 @@ namespace Foam typedef labelList cmptType; }; - //- template specialization for pTraits<labelList> so we can have fields + //- Template specialization for pTraits<labelList> so we can have fields template<> class pTraits<vectorList> { @@ -1519,7 +1519,7 @@ bool Foam::meshRefinement::isGap const vector& normal1 ) const { - //- hits differ and angles are oppositeish and + //- Hits differ and angles are oppositeish and // hits have a normal distance vector d = point1-point0; scalar magD = mag(d); @@ -1576,7 +1576,7 @@ bool Foam::meshRefinement::isNormalGap const vector& normal1 ) const { - //- hits differ and angles are oppositeish and + //- Hits differ and angles are oppositeish and // hits have a normal distance vector d = point1-point0; scalar magD = mag(d); diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/patchFaceOrientation.H b/src/mesh/autoMesh/autoHexMesh/meshRefinement/patchFaceOrientation.H index 0d7dc569271b033449856170675675ebc4b4e2f9..116a68ee39a0390d79f69e275b7994144f82a797 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/patchFaceOrientation.H +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/patchFaceOrientation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class patchFaceOrientation { // Private data - //- flip status + //- Flip status label flipStatus_; public: diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H index c98a53929aa7c4b96d36c666950e3a23e17f0746..802581ab6d45909f1159bfb400bcba4b713d9423 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,19 +56,19 @@ class trackedParticle { // Private data - //- end point to track to + //- End point to track to point end_; - //- level of this particle + //- Level of this particle label level_; - //- passive label (used to store feature edge mesh) + //- Passive label (used to store feature edge mesh) label i_; - //- passive label (used to store feature edge point) + //- Passive label (used to store feature edge point) label j_; - //- passive label (used to store feature edge label) + //- Passive label (used to store feature edge label) label k_; @@ -162,43 +162,43 @@ public: // Member Functions - //- point to track to + //- Point to track to point& end() { return end_; } - //- transported label + //- Transported label label i() const { return i_; } - //- transported label + //- Transported label label& i() { return i_; } - //- transported label + //- Transported label label j() const { return j_; } - //- transported label + //- Transported label label& j() { return j_; } - //- transported label + //- Transported label label k() const { return k_; } - //- transported label + //- Transported label label& k() { return k_; diff --git a/src/mesh/blockMesh/blockMesh/blockMesh.H b/src/mesh/blockMesh/blockMesh/blockMesh.H index e3a6619ce9a377d53ed71395ef94cb88ea36a875..2ab190179fb6c4a619b459fb188f2135e640b5c0 100644 --- a/src/mesh/blockMesh/blockMesh/blockMesh.H +++ b/src/mesh/blockMesh/blockMesh/blockMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -140,7 +140,7 @@ class blockMesh void createCells() const; void createPatches() const; - //- as copy (not implemented) + //- As copy (not implemented) blockMesh(const blockMesh&); diff --git a/src/mesh/extrudeModel/linearDirection/linearDirection.H b/src/mesh/extrudeModel/linearDirection/linearDirection.H index fd761467eed3cb093268b0c6e2d48cde23322846..9dea1084086cf17bffa32215c1a14badcbdde5be 100644 --- a/src/mesh/extrudeModel/linearDirection/linearDirection.H +++ b/src/mesh/extrudeModel/linearDirection/linearDirection.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class linearDirection //- Extrude direction vector direction_; - //- layer thickness + //- Layer thickness scalar thickness_; diff --git a/src/mesh/extrudeModel/linearNormal/linearNormal.H b/src/mesh/extrudeModel/linearNormal/linearNormal.H index db2863ff7554de94cbf50e91cbd93b7205d7e0e5..97afea2b6a329082a5e2128a249f06cea0d3b891 100644 --- a/src/mesh/extrudeModel/linearNormal/linearNormal.H +++ b/src/mesh/extrudeModel/linearNormal/linearNormal.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -53,13 +53,13 @@ class linearNormal { // Private data - //- layer thickness + //- Layer thickness scalar thickness_; - //- first cell thickness + //- First cell thickness scalar firstCellThickness_; - //- layer cell distibution + //- Layer cell distibution scalarList layerPoints_; diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H index 06afc1a28036c4704ee8a40e9b1352529fef0624..0d01235be84bf0647782720e9c7168ee252cc45c 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ private: protected: - //- local typedef to octree tree-type + //- Local typedef to octree tree-type typedef treeDataPrimitivePatch<TargetPatch> treeType; diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.H b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.H index 40cfc95e25a9da00275080d29563104203a27a8b..5f22b735d900926e716b3a7d1b8c4b6d6a24afda 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.H +++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -313,7 +313,7 @@ public: //- Axis of rotation for rotational cyclic AMI inline const vector& rotationAxis() const; - //- point on axis of rotation for rotational cyclic AMI + //- Point on axis of rotation for rotational cyclic AMI inline const point& rotationCentre() const; //- Translation vector for translational cyclic AMI diff --git a/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceInfo.H b/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceInfo.H index f02120d7d9a5655da97acfbf706956d9f44e8afd..5ac9f32c5057a6486364ee2543c9816e38c438ed 100644 --- a/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceInfo.H +++ b/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceInfo.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,10 +59,10 @@ class patchEdgeFaceInfo { // Private data - //- position of nearest wall center + //- Position of nearest wall center point origin_; - //- normal distance (squared) from point to origin + //- Normal distance (squared) from point to origin scalar distSqr_; diff --git a/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H b/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H index a60a38ce45794dcb0a3f5ba1dd96652b248e3adb..5dd12902408c99c2a33590c3ad2f3019ddf9b052 100644 --- a/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H +++ b/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,7 @@ class patchEdgeFaceRegions { // Private data - //- region per point + //- Region per point labelList regions_; public: diff --git a/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H b/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H index 5c323b0a3b17b65f49400b5f749d18bd1f4a1790..c1704440a5df47366c8b26b7e48bd7234fca5396 100644 --- a/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H +++ b/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,10 +61,10 @@ class pointEdgePoint { // Private data - //- position of nearest wall center + //- Position of nearest wall center point origin_; - //- normal distance (squared) from point to origin + //- Normal distance (squared) from point to origin scalar distSqr_; diff --git a/src/meshTools/cellDist/wallPoint/wallPoint.H b/src/meshTools/cellDist/wallPoint/wallPoint.H index 95cfdd41417b118781165ed9b541f3f1ddc3b637..626438990952e2c74f6757f2bdf74d43a97417eb 100644 --- a/src/meshTools/cellDist/wallPoint/wallPoint.H +++ b/src/meshTools/cellDist/wallPoint/wallPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -65,10 +65,10 @@ class wallPoint { // Private data - //- position of nearest wall center + //- Position of nearest wall center point origin_; - //- normal distance (squared) from cellcenter to origin + //- Normal distance (squared) from cellcenter to origin scalar distSqr_; diff --git a/src/meshTools/cellDist/wallPoint/wallPointData.H b/src/meshTools/cellDist/wallPoint/wallPointData.H index 0c40fde65042a84eecf2aac0bb13936222cf9af9..c1463de25416717d7af2cd1f9e807fc988046232 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointData.H +++ b/src/meshTools/cellDist/wallPoint/wallPointData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -65,7 +65,7 @@ class wallPointData { // Private data - //- data at nearest wall center + //- Data at nearest wall center Type data_; diff --git a/src/meshTools/cellFeatures/cellFeatures.H b/src/meshTools/cellFeatures/cellFeatures.H index 208bc4bbd33052e0b31859377cb3ba04d1bff5fc..b5d79ac52c70aab70dc5713ecabfa3ddaf0791f2 100644 --- a/src/meshTools/cellFeatures/cellFeatures.H +++ b/src/meshTools/cellFeatures/cellFeatures.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -65,7 +65,7 @@ class cellFeatures const primitiveMesh& mesh_; - //- cos of angle between two connected faces or two connected edges on + //- Cos of angle between two connected faces or two connected edges on // same face before edge/point is 'feature'. scalar minCos_; diff --git a/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H index a0bc1b2c119683cf31d1d68f10a657d379cfbc48..937f28c04193ce22b2014683f028b55ccd17b2d5 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -70,7 +70,7 @@ class axesRotation //- Global-to-Local transformation tensor tensor Rtr_; - //- the combination of local axes to be used + //- The combination of local axes to be used enum axisOrder { e1e2, @@ -210,7 +210,7 @@ public: // Member Operators - //- assign from dictionary + //- Assign from dictionary void operator=(const dictionary&); diff --git a/src/meshTools/coordinateSystems/coordinateSystems.H b/src/meshTools/coordinateSystems/coordinateSystems.H index c85cf48b45f6865dc81ac1da9c75a76a71a8f1b8..7ed818c1ab327413e54e964725dc2c1266c24fa6 100644 --- a/src/meshTools/coordinateSystems/coordinateSystems.H +++ b/src/meshTools/coordinateSystems/coordinateSystems.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -132,7 +132,7 @@ public: //- Return the table of contents (list of all keywords) wordList toc() const; - //- write data + //- Write data bool writeData(Ostream&, bool subDict=true) const; }; diff --git a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H index 37400bb0cf2fce80c9fa18593910b167d92e5e69..970c2d96c2005ec2a50426e220aa97ebdaadc2c2 100644 --- a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H +++ b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -88,7 +88,7 @@ class edgeFaceCirculator { // Static data members - //- end iterator + //- End iterator static const edgeFaceCirculator endConstIter; @@ -187,13 +187,13 @@ public: //- Step to next face. Uses no edge addressing! inline edgeFaceCirculator& operator++(); - //- iterator set to the beginning face. For internal edges this is + //- Iterator set to the beginning face. For internal edges this is // the current face. For boundary edges this is the first boundary face // reached from walking back (i.e. in opposite direction to ++) inline edgeFaceCirculator begin() const; inline edgeFaceCirculator cbegin() const; - //- iterator set to beyond the end of the walk. + //- Iterator set to beyond the end of the walk. inline const edgeFaceCirculator& end() const; inline const edgeFaceCirculator& cend() const; }; diff --git a/src/meshTools/indexedOctree/treeDataEdge.H b/src/meshTools/indexedOctree/treeDataEdge.H index be82a2a09c55c09750f268855ccd9572856c2e4e..d26c5f0cf470c5c02d901ecbe20dee4463b09d9d 100644 --- a/src/meshTools/indexedOctree/treeDataEdge.H +++ b/src/meshTools/indexedOctree/treeDataEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class treeDataEdge { // Static data - //- tolerance on linear dimensions + //- Tolerance on linear dimensions static scalar tol; @@ -67,13 +67,13 @@ class treeDataEdge //- Reference to points const pointField& points_; - //- labels of edges + //- Labels of edges const labelList edgeLabels_; //- Whether to precalculate and store face bounding box const bool cacheBb_; - //- bbs for all above edges (valid only if cacheBb_) + //- Bbs for all above edges (valid only if cacheBb_) treeBoundBoxList bbs_; diff --git a/src/meshTools/indexedOctree/treeDataFace.H b/src/meshTools/indexedOctree/treeDataFace.H index 3867ba0206289f721d6bb037b70c251a515371fe..44a735d8c59b8e41246d4cbf845232e7a8a5ce90 100644 --- a/src/meshTools/indexedOctree/treeDataFace.H +++ b/src/meshTools/indexedOctree/treeDataFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,7 +60,7 @@ class treeDataFace { // Static data - //- tolerance on linear dimensions + //- Tolerance on linear dimensions static scalar tolSqr; @@ -78,7 +78,7 @@ class treeDataFace //- Whether to precalculate and store face bounding box const bool cacheBb_; - //- face bounding boxes (valid only if cacheBb_) + //- Face bounding boxes (valid only if cacheBb_) treeBoundBoxList bbs_; diff --git a/src/meshTools/indexedOctree/treeDataPrimitivePatch.H b/src/meshTools/indexedOctree/treeDataPrimitivePatch.H index 18c901244e501f3db5fff08a55bd42979cce3ebf..08d5705a60be88732faaab539b593f195589821b 100644 --- a/src/meshTools/indexedOctree/treeDataPrimitivePatch.H +++ b/src/meshTools/indexedOctree/treeDataPrimitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,7 +74,7 @@ class treeDataPrimitivePatch //- Tolerance to use for intersection tests const scalar planarTol_; - //- face bounding boxes (valid only if cacheBb_) + //- Face bounding boxes (valid only if cacheBb_) treeBoundBoxList bbs_; diff --git a/src/meshTools/meshSearch/meshSearch.H b/src/meshTools/meshSearch/meshSearch.H index 637e3f3e13992fc65737bb3cc2f302a757b39544..c57c4375da031366e22fd194811eb5c5d84a8bc6 100644 --- a/src/meshTools/meshSearch/meshSearch.H +++ b/src/meshTools/meshSearch/meshSearch.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -65,10 +65,10 @@ class meshSearch //- Whether to use cell decomposition for all geometric tests const polyMesh::cellRepresentation cellDecompMode_; - //- data bounding box + //- Data bounding box mutable autoPtr<treeBoundBox> overallBbPtr_; - //- demand driven octrees + //- Demand driven octrees mutable autoPtr<indexedOctree<treeDataFace> > boundaryTreePtr_; mutable autoPtr<indexedOctree<treeDataCell> > cellTreePtr_; @@ -97,20 +97,20 @@ class meshSearch // Cells - //- nearest cell centre using octree + //- Nearest cell centre using octree label findNearestCellTree(const point&) const; - //- nearest cell centre going through all cells + //- Nearest cell centre going through all cells label findNearestCellLinear(const point&) const; - //- walk from seed. Does not 'go around' boundary, just returns + //- Walk from seed. Does not 'go around' boundary, just returns // last cell before boundary. label findNearestCellWalk(const point&, const label) const; - //- cell containing location. Linear search. + //- Cell containing location. Linear search. label findCellLinear(const point&) const; - //- walk from seed. Does not 'go around' boundary, just returns + //- Walk from seed. Does not 'go around' boundary, just returns // last cell before boundary. label findCellWalk(const point&, const label) const; @@ -127,7 +127,7 @@ class meshSearch // Boundary faces - //- walk from seed to find nearest boundary face. Gets stuck in + //- Walk from seed to find nearest boundary face. Gets stuck in // local minimum. label findNearestBoundaryFaceWalk ( @@ -160,7 +160,7 @@ public: // Static data members - //- tolerance on linear dimensions + //- Tolerance on linear dimensions static scalar tol_; @@ -271,7 +271,7 @@ public: bool isInside(const point&) const; - //- delete all storage + //- Delete all storage void clearOut(); //- Correct for mesh geom/topo changes diff --git a/src/meshTools/searchableSurface/searchableCylinder.H b/src/meshTools/searchableSurface/searchableCylinder.H index ccf6850dc1be487f7be92f8e02dbb6a9ed1a62c5..2ec3c6671efa1fe44d793248813677f1180df497 100644 --- a/src/meshTools/searchableSurface/searchableCylinder.H +++ b/src/meshTools/searchableSurface/searchableCylinder.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,10 +63,10 @@ private: //- 'right' point const point point2_; - //- length of vector point2-point1 + //- Length of vector point2-point1 const scalar magDir_; - //- normalised vector point2-point1 + //- Normalised vector point2-point1 const vector unitDir_; //- Radius squared diff --git a/src/meshTools/searchableSurface/searchableSurfaceCollection.H b/src/meshTools/searchableSurface/searchableSurfaceCollection.H index dd8a21664b9823f4f27d52dd24ea8866c96e438d..7d9c663121104c96e2e2160988bf42e2c64bdde8 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceCollection.H +++ b/src/meshTools/searchableSurface/searchableSurfaceCollection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,10 +63,10 @@ private: // Per instance data - //- instance name + //- Instance name wordList instance_; - //- scaling vector + //- Scaling vector vectorField scale_; //- transformation @@ -76,7 +76,7 @@ private: Switch mergeSubRegions_; - //- offsets for indices coming from different surfaces + //- Offsets for indices coming from different surfaces // (sized with size() of each surface) labelList indexOffset_; @@ -136,25 +136,25 @@ public: // Member Functions - //- scaling vector per subsurface + //- Scaling vector per subsurface const vectorField& scale() const { return scale_; } - //- scaling vector per subsurface + //- Scaling vector per subsurface vectorField& scale() { return scale_; } - //- coordinate system per subsurface + //- Coordinate system per subsurface const PtrList<coordinateSystem>& transform() const { return transform_; } - //- coordinate system per subsurface + //- Coordinate system per subsurface PtrList<coordinateSystem>& transform() { return transform_; diff --git a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H index 1dfe6c8420d6b6a31dcd8b9f641a0a0d4e7c2d34..0cd23e807a750b58b89d36d45ab87f28c136c5a0 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H +++ b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -65,7 +65,7 @@ private: // Private Member Data - //- gap size in metre + //- Gap size in metre const scalar gap_; //- Underlying geometry (size 1) diff --git a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H index 488ceb934f12821f904dc8003734ff2e61289454..1f100c77f9efd6df41b2c6cb0d2d6b4f8bda72ea 100644 --- a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H +++ b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -58,7 +58,7 @@ class boxToCell static addToUsageTable usage_; - //- bounding box. + //- Bounding box. treeBoundBoxList bbs_; diff --git a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H index 0bc525aaa47f23dbc1c21ff818b7eadb6897418e..fb5a98d2a9beb6757c0c2e22ed2bc7a1e921fc9b 100644 --- a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H +++ b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,10 +61,10 @@ class fieldToCell //- Name of volScalarField word fieldName_; - //- min to subset field values with + //- Min to subset field values with scalar min_; - //- max ,, + //- Max ,, scalar max_; diff --git a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H index 1a6d942ef6e7c234c28f273ecb89470108972d50..2be415980c72caeee6ea8d19616336f2df915cef 100644 --- a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H +++ b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ class labelToCell //- Add usage string static addToUsageTable usage_; - //- cell labels read from dictionary + //- Cell labels read from dictionary labelList labels_; diff --git a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H index 229a3cd890aea584ad0f0da63a08292a03d85313..0c6c664d7ff4d6a97c0ffc2dba2d0aa8de0290b4 100644 --- a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H +++ b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ class nearestToCell //- Add usage string static addToUsageTable usage_; - //- points to select nearest to + //- Points to select nearest to pointField points_; diff --git a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H index d5a6eee6dfbb66bb09e29726eed39b3ba59ced39..169b894a011e236cc11558fe83d9f84e1f23ab25 100644 --- a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H +++ b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ class rotatedBoxToCell static addToUsageTable usage_; - //- skewed box + //- Skewed box const vector origin_; const vector i_; const vector j_; diff --git a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H index 5b7f18ac5984cdde7105d5632b46c168cb233d47..aa843c1b6fc9b771e0344c6ba3f9005536c339c6 100644 --- a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H +++ b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -76,7 +76,7 @@ public: // Static data - //- cos of feature angle for polyHedral to be splitHex + //- Cos of feature angle for polyHedral to be splitHex static scalar featureCos; // Constructors diff --git a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H index 931f412a2a3955114e15312af8f3050795fd20f0..0d46db0504e9cf8272aa9af4bd443a26ffe53a46 100644 --- a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H +++ b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -87,21 +87,21 @@ class surfaceToCell // (does not allow includeCut) const bool useSurfaceOrientation_; - //- if > 0 : include cells with distance from cellCentre to surface + //- If > 0 : include cells with distance from cellCentre to surface // less than nearDist. const scalar nearDist_; - //- if > -1 : include cells with normals at nearest surface points + //- If > -1 : include cells with normals at nearest surface points // varying more than curvature_. const scalar curvature_; //- triSurface to search on. On pointer since can be external. const triSurface* surfPtr_; - //- search engine on surface. + //- Search engine on surface. const triSurfaceSearch* querySurfPtr_; - //- whether I allocated above surface ptrs or whether they are + //- Whether I allocated above surface ptrs or whether they are // external. const bool IOwnPtrs_; diff --git a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H index 056dbac11878b9f118eaaaf8492906c61567ab07..f3b4d4707d4569753e4746fd3f6e9f209dabbb28 100644 --- a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H +++ b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,7 +57,7 @@ class boxToFace //- Add usage string static addToUsageTable usage_; - //- bounding box. + //- Bounding box. treeBoundBoxList bbs_; diff --git a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H index 2384147eae018b72cca047c94be0b8c3918d6ec4..e66ef132f2c1c2404cf00e385b0f58038bc299f0 100644 --- a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H +++ b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ class labelToFace //- Add usage string static addToUsageTable usage_; - //- cell labels read from dictionary + //- Cell labels read from dictionary labelList labels_; diff --git a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H index e5f5cfc5599cc977fdbe6f221340a9bdb77ef6c8..121b22017c06b838a9fb2c378ef9a727099676ac 100644 --- a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H +++ b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,7 +57,7 @@ class boxToPoint //- Add usage string static addToUsageTable usage_; - //- bounding box. + //- Bounding box. treeBoundBoxList bbs_; diff --git a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H index 39b627564e525abc934d18465583b3867887fc8e..5604862f9dbc368d3f59b12f132e74efcfe05d7e 100644 --- a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H +++ b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ class labelToPoint //- Add usage string static addToUsageTable usage_; - //- point labels read from dictionary + //- Point labels read from dictionary labelList labels_; diff --git a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H index 849e2b6bb2b5f37608400b620bac48d367f9383e..ede08013b02a4a1e52cbefdfd0308b8299756fe4 100644 --- a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H +++ b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ class nearestToPoint //- Add usage string static addToUsageTable usage_; - //- points to select nearest to + //- Points to select nearest to pointField points_; diff --git a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H index 8249e8c2ed754fd304d32bfe2e8cbaf9296ffa14..a64138b481a444d87f52f3e6083127308623d5c4 100644 --- a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H +++ b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,13 +67,13 @@ class surfaceToPoint //- Name of surface file fileName surfName_; - //- if > 0 : include points with distance to surface less than nearDist. + //- If > 0 : include points with distance to surface less than nearDist. scalar nearDist_; - //- include all points on opposite sign of normal on nearest surface. + //- Include all points on opposite sign of normal on nearest surface. bool includeInside_; - //- include all points on this sign of normal on nearest surface. + //- Include all points on this sign of normal on nearest surface. bool includeOutside_; diff --git a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H index ebeca9245b64702610a30d57c24f46e2e579d229..4cb538f5cdc7acbc605794def270c668271f425a 100644 --- a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H +++ b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -202,7 +202,7 @@ public: // Member Functions - //- new to old face map. >0: surface 1 face label. <0: surface 2. Negate + //- New to old face map. >0: surface 1 face label. <0: surface 2. Negate // and subtract 1 to get face label on surface 2. const labelList& faceMap() const { diff --git a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H index dc2469223d4eaef7814d78a9580f29a82ead0bb0..3916f352d89c37f53ff92df30603bc9fad57ad44 100644 --- a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H +++ b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -186,7 +186,7 @@ public: return faceEdges_; } - //- point to edge addressing + //- Point to edge addressing const labelListList& pointEdges() const { return pointEdges_; diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H index 4a283b822c3cdc8a12194716ef06ea6d5f0ecd8f..d1822151f6e4611b4e4120740c931a93624885b2 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -138,7 +138,7 @@ public: // Static data members - //- cosine between edge and face normal when considered parallel + //- Cosine between edge and face normal when considered parallel // (note: should be private and make access- and set- function) static scalar alignedCos_; diff --git a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H index 24134316606f34f65e1bf6e8346d5ef711ee7d28..72d893a779d1559053ce451a2e31608a36b44214 100644 --- a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H +++ b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -81,7 +81,7 @@ public: private: - //- label and scalar; used in path walking + //- Label and scalar; used in path walking class labelScalar { public: @@ -242,13 +242,13 @@ public: return featureEdges_; } - //- start of external edges + //- Start of external edges inline label externalStart() const { return externalStart_; } - //- start of internal edges + //- Start of internal edges inline label internalStart() const { return internalStart_; diff --git a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H index ede548fd8349bf34835c7d6db3dec111345f33d2..82a808b1d7f19cc1fbd01f0852b441438c4c17c9 100644 --- a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H +++ b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -110,7 +110,7 @@ class triSurfaceTools labelList& faceStatus ); - //- faces to collapse because of edge collapse + //- Faces to collapse because of edge collapse static labelHashSet getCollapsedFaces ( const triSurface& surf, @@ -433,7 +433,7 @@ public: const point& nearestPt ); - //- on which side of surface + //- On which side of surface enum sideType { UNKNOWN, // cannot be determined (e.g. non-manifold) @@ -441,7 +441,7 @@ public: OUTSIDE // outside }; - //- if nearest point is on edgeI, determine on which side of surface + //- If nearest point is on edgeI, determine on which side of surface // sample is. static sideType edgeSide ( diff --git a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H index 86bcc8716de757cf985ebae11cc1aa32342208c9..2df6080f5b5b93918b6acf238d13f41a9fb69aa6 100644 --- a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -142,7 +142,7 @@ class hierarchGeomDecomp ); //- Recursively sort in x,y,z (or rather acc. to decompOrder_) - //- using weighted points. + //- Using weighted points. void sortComponent ( const label sizeTol, @@ -178,7 +178,7 @@ public: // Member Functions - //- hierarchgeom is aware of processor boundaries + //- Hierarchgeom is aware of processor boundaries virtual bool parallelAware() const { return true; diff --git a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H index cd2ba9b4302eb3797d0dcb843d37cf1baea42ee9..fe51798096db2fb008378c816dafd8546683ec8c 100644 --- a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H +++ b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -78,7 +78,7 @@ public: // Member Functions - //- manual decompose does not care about proc boundaries - is all + //- Manual decompose does not care about proc boundaries - is all // up to the user. virtual bool parallelAware() const { diff --git a/src/parallel/decompose/decompositionMethods/noDecomp/noDecomp.H b/src/parallel/decompose/decompositionMethods/noDecomp/noDecomp.H index 154838d35c6f0316264a588df2d6b75b03d73d64..5c3459f16faaaf822a8f044d371be36fb827eb5b 100644 --- a/src/parallel/decompose/decompositionMethods/noDecomp/noDecomp.H +++ b/src/parallel/decompose/decompositionMethods/noDecomp/noDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,7 +74,7 @@ public: // Member Functions - //- manual decompose does not care about proc boundaries - is all + //- Manual decompose does not care about proc boundaries - is all // up to the user. virtual bool parallelAware() const { diff --git a/src/parallel/decompose/scotchDecomp/scotchDecomp.C b/src/parallel/decompose/scotchDecomp/scotchDecomp.C index d24da8ccadec1da8ba3297220cbd06728dd8b75b..464d12b28faeb1bd34dc55a057fc305454227611 100644 --- a/src/parallel/decompose/scotchDecomp/scotchDecomp.C +++ b/src/parallel/decompose/scotchDecomp/scotchDecomp.C @@ -497,7 +497,7 @@ Foam::label Foam::scotchDecomp::decomposeOneProc // "SCOTCH_archVcmplt" //); // - ////- stategy flags: go for quality or load balance (or leave default) + ////- Stategy flags: go for quality or load balance (or leave default) //SCOTCH_Num straval = 0; ////straval |= SCOTCH_STRATQUALITY; ////straval |= SCOTCH_STRATQUALITY; diff --git a/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H b/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H index 7e4d27ef0c6f43378518afac74617161d1e72d68..30c559f517211fa5f08eaed63df695e0930885fa 100644 --- a/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H +++ b/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -101,7 +101,7 @@ private: //- Bounding box settings IOdictionary dict_; - //- bounding boxes of all processors + //- Bounding boxes of all processors List<List<treeBoundBox> > procBb_; //- Global triangle numbering diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H index 9589304cf3159bccb052162d52f278c30a18e136..a60e6f0ead06e0242ccaa95ec0d57e8060529baf 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -273,7 +273,7 @@ protected: // If operating on sampledSurface - //- underlying sampledSurface + //- Underlying sampledSurface autoPtr<sampledSurface> surfacePtr_; diff --git a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H index 82a430778a2956238332e28b789653c78a03fc4a..b3e7b4f90d9cd0ff1e77389d6e73e6deddb189c3 100644 --- a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H +++ b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,10 +55,10 @@ class findCellParticle { // Private data - //- end point to track to + //- End point to track to point end_; - //- passive data + //- Passive data label data_; @@ -158,13 +158,13 @@ public: // Member Functions - //- point to track to + //- Point to track to const point& end() const { return end_; } - //- transported label + //- Transported label label data() const { return data_; diff --git a/src/postProcessing/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C b/src/postProcessing/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C index 30920a13b5dec7e87de0dca0fae323df03a17b56..6a081fd49f436a54d4d07e0cfa78d96502344dbf 100644 --- a/src/postProcessing/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C +++ b/src/postProcessing/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -36,7 +36,7 @@ namespace Foam { defineTypeNameAndDebug(regionSizeDistribution, 0); - //- plus op for FixedList<scalar> + //- Plus op for FixedList<scalar> template<class T, unsigned Size> class ListPlusEqOp { diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H index 2d8e728662ad56b29cab6cba971d84913b5a0702..ca939f96a6f83e34aaa7467327a332853e7a5c4c 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -119,13 +119,13 @@ private: //- Lifetime of particle. Particle dies when reaches 0. label lifeTime_; - //- sampled positions + //- Sampled positions DynamicList<point> sampledPositions_; - //- sampled scalars + //- Sampled scalars List<DynamicList<scalar> > sampledScalars_; - //- sampled vectors + //- Sampled vectors List<DynamicList<vector> > sampledVectors_; diff --git a/src/postProcessing/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H b/src/postProcessing/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H index 54e6a4760adc177652a0cdea4c1e4230aa77d201..2a8d2f35916da77534cdb932a1800c7d73bcec85 100644 --- a/src/postProcessing/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H +++ b/src/postProcessing/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -128,13 +128,13 @@ private: //- Lifetime of particle. Particle dies when reaches 0. label lifeTime_; - //- sampled positions + //- Sampled positions DynamicList<point> sampledPositions_; - //- sampled scalars + //- Sampled scalars List<DynamicList<scalar> > sampledScalars_; - //- sampled vectors + //- Sampled vectors List<DynamicList<vector> > sampledVectors_; diff --git a/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H b/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H index 7b3f8f57e3f7ec4eed00039b9b23fc52b4245ebb..ae07bb0340e8c80d3afbd27c40ca762824645c09 100644 --- a/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H +++ b/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -118,10 +118,10 @@ protected: // Protected Member Functions - //- get the loaded dynamic libraries + //- Get the loaded dynamic libraries virtual dlLibraryTable& libs() const; - //- adapt the context for the current object + //- Adapt the context for the current object virtual void prepare(dynamicCode &,const dynamicCodeContext&) const; // Return a description (type + name) for the output diff --git a/src/sampling/cuttingPlane/cuttingPlane.H b/src/sampling/cuttingPlane/cuttingPlane.H index d4f2ebe4bb5b9d3135d85058ad1c37811fda764e..8bb9889262e76d2036ce210fdb7c209836e4eea9 100644 --- a/src/sampling/cuttingPlane/cuttingPlane.H +++ b/src/sampling/cuttingPlane/cuttingPlane.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -120,7 +120,7 @@ protected: // Protected Member Functions - //- recut mesh with existing planeDesc, restricted to a list of cells + //- Recut mesh with existing planeDesc, restricted to a list of cells void reCut ( const primitiveMesh&, @@ -128,7 +128,7 @@ protected: const labelUList& cellIdLabels = labelUList::null() ); - //- remap action on triangulation or cleanup + //- Remap action on triangulation or cleanup virtual void remapFaces(const labelUList& faceMap); diff --git a/src/sampling/probes/probesTemplates.C b/src/sampling/probes/probesTemplates.C index 4c2e7379461acf2abd5821936609f137f07adce1..6e358f9795642542294ede17dcf5b5bdd802277a 100644 --- a/src/sampling/probes/probesTemplates.C +++ b/src/sampling/probes/probesTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,7 @@ License namespace Foam { -//- comparison operator for probes class +//- Comparison operator for probes class template<class T> class isNotEqOp { diff --git a/src/sampling/sampledSet/polyLine/polyLineSet.H b/src/sampling/sampledSet/polyLine/polyLineSet.H index 0c1339ee7272d63a078107a1d25020a9047ed25d..3dc880246a84f8289619fa2304d9811b3a2bea9e 100644 --- a/src/sampling/sampledSet/polyLine/polyLineSet.H +++ b/src/sampling/sampledSet/polyLine/polyLineSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -54,7 +54,7 @@ class polyLineSet { // Private data - //- sampling points + //- Sampling points List<point> sampleCoords_; diff --git a/src/sampling/sampledSet/sampledSets/sampledSets.H b/src/sampling/sampledSet/sampledSets/sampledSets.H index 54744bbbf859d69e22aaffd5edfd2cb44580a24a..430039a2cea485fff5457d294c5fd447a8ecee7c 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSets.H +++ b/src/sampling/sampledSet/sampledSets/sampledSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -147,7 +147,7 @@ class sampledSets // Static data members - //- output verbosity + //- Output verbosity static bool verbose_; @@ -279,7 +279,7 @@ public: return name_; } - //- set verbosity level + //- Set verbosity level void verbose(const bool verbosity = true); //- Execute, currently does nothing diff --git a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H index da4b8d775e74b323e1f6984b99e4a40c1626b30e..73cd555e05e35a04dee8c5854745d8ba36fcbfed 100644 --- a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H +++ b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,10 +60,10 @@ class distanceSurface //- Surface const autoPtr<searchableSurface> surfPtr_; - //- distance value + //- Distance value const scalar distance_; - //- signed distance + //- Signed distance const bool signed_; //- Whether to use isoSurfaceCell or isoSurface @@ -94,7 +94,7 @@ class distanceSurface //- Constructed iso surface autoPtr<isoSurface> isoSurfPtr_; - //- triangles converted to faceList + //- Triangles converted to faceList mutable autoPtr<faceList> facesPtr_; @@ -103,7 +103,7 @@ class distanceSurface //- Create iso surface void createGeometry(); - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -201,62 +201,62 @@ public: } } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H index 11b7ea025c64160ac50c50dcc91c14411f42bd04..8cfd14c3c15cd3b0d26d2e21510d42acc89c96ec 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,7 +60,7 @@ class sampledIsoSurface //- Field to get isoSurface of const word isoField_; - //- iso value + //- Iso value const scalar isoVal_; //- Merge tolerance @@ -72,15 +72,15 @@ class sampledIsoSurface //- Whether to recalculate cell values as average of point values const Switch average_; - //- zone name/index (if restricted to zones) + //- Zone name/index (if restricted to zones) mutable cellZoneID zoneID_; - //- for zones: patch to put exposed faces into + //- For zones: patch to put exposed faces into mutable word exposedPatchName_; mutable autoPtr<isoSurface> surfPtr_; - //- triangles converted to faceList + //- Triangles converted to faceList mutable autoPtr<faceList> facesPtr_; @@ -121,7 +121,7 @@ class sampledIsoSurface // Do nothing (and return false) if no update was needed bool updateGeometry() const; - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -203,62 +203,62 @@ public: void getIsoField(); - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H index ecd6d30e392f563d6e422424fff52298219a2587..7021bf0b97e35b941ab743cb83ea1b985a96fb86 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,7 @@ class sampledIsoSurfaceCell //- Field to get isoSurface of const word isoField_; - //- iso value + //- Iso value const scalar isoVal_; //- Whether to coarse @@ -71,7 +71,7 @@ class sampledIsoSurfaceCell //- If restricted to zones, name of this zone or a regular expression keyType zoneKey_; - //- triangles converted to faceList + //- Triangles converted to faceList mutable autoPtr<faceList> facesPtr_; @@ -90,7 +90,7 @@ class sampledIsoSurfaceCell // Do nothing (and return false) if no update was needed bool updateGeometry() const; - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -163,62 +163,62 @@ public: } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H index ce7182f91c487071325d3240f06981ffe3b856c6..a8aa477407fe466a140d6f1b695a6ccb4f0e6a33 100644 --- a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H +++ b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,10 +69,10 @@ class sampledCuttingPlane //- Whether to recalculate cell values as average of point values const Switch average_; - //- zone name/index (if restricted to zones) + //- Zone name/index (if restricted to zones) mutable cellZoneID zoneID_; - //- for zones: patch to put exposed faces into + //- For zones: patch to put exposed faces into mutable word exposedPatchName_; //- Track if the surface needs an update @@ -92,7 +92,7 @@ class sampledCuttingPlane //autoPtr<isoSurfaceCell> isoSurfPtr_; autoPtr<isoSurface> isoSurfPtr_; - //- triangles converted to faceList + //- Triangles converted to faceList mutable autoPtr<faceList> facesPtr_; @@ -101,7 +101,7 @@ class sampledCuttingPlane //- Create iso surface void createGeometry(); - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -179,62 +179,62 @@ public: return isoSurfPtr_(); } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/sampledPatchInternalField/sampledPatchInternalField.H b/src/sampling/sampledSurface/sampledPatchInternalField/sampledPatchInternalField.H index 05a7ea61a9cdfe7356fc1a69bc7af3a73be61f3e..8a423c60e8b38bcecca98c5710e481fdaf767684 100644 --- a/src/sampling/sampledSurface/sampledPatchInternalField/sampledPatchInternalField.H +++ b/src/sampling/sampledSurface/sampledPatchInternalField/sampledPatchInternalField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,7 +64,7 @@ class sampledPatchInternalField // Private Member Functions - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H index 3b24a09e529da231a701ec8b804b575adb11818b..4add35f3f6bfda977facd21121a25e06e66973e7 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -68,7 +68,7 @@ class sampledPlane // Private Member Functions - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -145,64 +145,64 @@ public: return cuttingPlane::cutCells(); } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H index 2659af8f51799584f0ae2e7b758cc0660744f265..bddee49ef9198727a03ebf31b0a0edb2eaf20545 100644 --- a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H +++ b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -253,7 +253,7 @@ public: return name_; } - //- interpolation requested for surface + //- Interpolation requested for surface bool interpolate() const { return interpolate_; diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H index 3390c0034876bcf46459b1a13ca351b6e34ddaed..5957d1398d784289c6fcc1eb35c43aaeabaea353 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,7 +83,7 @@ class sampledSurfaces // Static data members - //- output verbosity + //- Output verbosity static bool verbose_; //- Tolerance for merging points (fraction of mesh bounding box) @@ -102,7 +102,7 @@ class sampledSurfaces //- Load fields from files (not from objectRegistry) const bool loadFromFiles_; - //- output path + //- Output path fileName outputPath_; @@ -212,7 +212,7 @@ public: return name_; } - //- set verbosity level + //- Set verbosity level void verbose(const bool verbosity = true); //- Execute, currently does nothing diff --git a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H index 1e7cd4e6ed36a82bae54774d07c1dbfcf328c71b..973beb2acbc881af265f4c3d4248aecdda4e4d4f 100644 --- a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H +++ b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -132,7 +132,7 @@ private: //- Get tree of all non-coupled boundary faces const indexedOctree<treeDataFace>& nonCoupledboundaryTree() const; - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -217,63 +217,63 @@ public: } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample ( const volScalarField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample ( const volVectorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample ( const volSymmTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H index 13ef2a3e51f6d20f2f3eda668a76bbff48d2f84d..f3758a6239037e8961c909dca7c63694cd11ad06 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H +++ b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -88,7 +88,7 @@ class sampledThresholdCellFaces // Do nothing (and return false) if no update was needed bool updateGeometry() const; - //- sample field on faces + //- Sample field on faces template<class Type> tmp<Field<Type> > sampleField ( @@ -148,52 +148,52 @@ public: return MeshStorage::faces(); } - //- sample field on surface + //- Sample field on surface virtual tmp<scalarField> sample(const volScalarField&) const; - //- sample field on surface + //- Sample field on surface virtual tmp<vectorField> sample( const volVectorField&) const; - //- sample field on surface + //- Sample field on surface virtual tmp<sphericalTensorField> sample ( const volSphericalTensorField& ) const; - //- sample field on surface + //- Sample field on surface virtual tmp<symmTensorField> sample(const volSymmTensorField&) const; - //- sample field on surface + //- Sample field on surface virtual tmp<tensorField> sample ( const volTensorField& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<scalarField> interpolate ( const interpolation<scalar>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<vectorField> interpolate ( const interpolation<vector>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<sphericalTensorField> interpolate ( const interpolation<sphericalTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<symmTensorField> interpolate ( const interpolation<symmTensor>& ) const; - //- interpolate field on surface + //- Interpolate field on surface virtual tmp<tensorField> interpolate ( const interpolation<tensor>& diff --git a/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver/externalPointEdgePoint.H b/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver/externalPointEdgePoint.H index 70a66b4ba2d59b40eeee42ed5dc8c9be44f9f2e9..85871fc5bfc0a4d419ae23bd2d82a385fde8474a 100644 --- a/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver/externalPointEdgePoint.H +++ b/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver/externalPointEdgePoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,10 +57,10 @@ class externalPointEdgePoint { // Private data - //- position of nearest wall center + //- Position of nearest wall center point origin_; - //- normal distance (squared) from point to origin + //- Normal distance (squared) from point to origin scalar distSqr_; diff --git a/src/surfMesh/MeshedSurface/MeshedSurface.H b/src/surfMesh/MeshedSurface/MeshedSurface.H index 9f2ccebba538621e231f167f2951b151077d1c5c..00e25f46e878d8e651134a0de27141cff47497cb 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurface.H +++ b/src/surfMesh/MeshedSurface/MeshedSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -121,7 +121,7 @@ protected: //- Transfer points/zones and transcribe face -> triFace void transcribe(MeshedSurface<face>&); - //- basic sanity check on zones + //- Basic sanity check on zones void checkZones(); //- Non-const access to global points @@ -142,7 +142,7 @@ protected: return zones_; } - //- sort faces by zones and store sorted faces + //- Sort faces by zones and store sorted faces void sortFacesAndStore ( const Xfer<List<Face> >& unsortedFaces, diff --git a/src/surfMesh/surfZone/surfZone/surfZone.H b/src/surfMesh/surfZone/surfZone/surfZone.H index 4b620911adb9d870045debfe81f0d07359705759..1f670ee037dc21c9bd6c08181e450def8004bbab 100644 --- a/src/surfMesh/surfZone/surfZone/surfZone.H +++ b/src/surfMesh/surfZone/surfZone/surfZone.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ class surfZone { // Private data - //- size of this group in the face list + //- Size of this group in the face list label size_; //- Start label of this group in the face list diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H index e3ddd5788c3566cdc5e04611cb965a19ca1ae487..a2829ecc0dcadd1c757e538bdef6b7c8408cf778 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,7 +61,7 @@ class FTRsurfaceFormat { // Private classes - //- read compatibility for ftr patch definitions + //- Read compatibility for ftr patch definitions class ftrPatch { //- Name of patch diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H index fd492e14ed330d0d3393756bc77ee6f8e97c1bc8..943ac0a1c54eb1b4a0f94741009ec46582535c27 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -70,7 +70,7 @@ public: // Constructors - //- construct from components + //- Construct from components Chung ( const dictionary& compressibilityProperties, diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H index 0519bc3cf199cdd2e5023be0948130d7eaead53d..95c53be92f84d8aaacccd2ea05f0b12f95d6b355 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -70,7 +70,7 @@ public: // Constructors - //- construct from components + //- Construct from components Wallis ( const dictionary& compressibilityProperties, diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H index 4956c612d8ff53ba0af9df99bdbb64fdedb81613..d71d4b8236f49411fd179572b86bdb85a76b3a7c 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,7 +67,7 @@ public: // Constructors - //- construct from components + //- Construct from components linear ( const dictionary& compressibilityProperties, diff --git a/src/thermophysicalModels/basic/basicThermo/basicThermo.H b/src/thermophysicalModels/basic/basicThermo/basicThermo.H index 8ba800e66126447b2498dee262413ebc9c70a431..9d4fc5851968aa5a70bf0730c787f3a43e404eb7 100644 --- a/src/thermophysicalModels/basic/basicThermo/basicThermo.H +++ b/src/thermophysicalModels/basic/basicThermo/basicThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -354,10 +354,10 @@ public: const label patchi ) const = 0; - //- gamma = Cp/Cv [] + //- Gamma = Cp/Cv [] virtual tmp<volScalarField> gamma() const = 0; - //- gamma = Cp/Cv for patch [] + //- Gamma = Cp/Cv for patch [] virtual tmp<scalarField> gamma ( const scalarField& p, diff --git a/src/thermophysicalModels/basic/heThermo/heThermo.H b/src/thermophysicalModels/basic/heThermo/heThermo.H index a07a7ecfeb3bc251299fc3ff4305feefabe07aed..9858f16a31fdfedcd50c29fdb833a342667fb106 100644 --- a/src/thermophysicalModels/basic/heThermo/heThermo.H +++ b/src/thermophysicalModels/basic/heThermo/heThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -220,10 +220,10 @@ public: //- Heat capacity at constant volume [J/kg/K] virtual tmp<volScalarField> Cv() const; - //- gamma = Cp/Cv [] + //- Gamma = Cp/Cv [] virtual tmp<volScalarField> gamma() const; - //- gamma = Cp/Cv for patch [] + //- Gamma = Cp/Cv for patch [] virtual tmp<scalarField> gamma ( const scalarField& p, diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H index ad1c50abd8589c33190e9f0ffcf9f60d2485ed1f..1f5aa7acc8c0a97ac186467d4d07aac118fed402 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -77,7 +77,7 @@ public: gas }; - //- species element + //- Species element struct specieElement { word elementName; diff --git a/src/thermophysicalModels/specie/thermo/hExponential/hExponentialThermo.H b/src/thermophysicalModels/specie/thermo/hExponential/hExponentialThermo.H index 05ee681ea6b70af4f78f9ea9806c44b472991679..b9fd88b232c8d72d5e548bf2319f2a07e1e072f0 100644 --- a/src/thermophysicalModels/specie/thermo/hExponential/hExponentialThermo.H +++ b/src/thermophysicalModels/specie/thermo/hExponential/hExponentialThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -172,7 +172,7 @@ public: //- Sensible enthalpy [J/kg] inline scalar hs(const scalar p, const scalar T) const; - //- chemical enthalpy [J/kg] + //- Chemical enthalpy [J/kg] inline scalar hc() const; //- Entropy [J/(kmol K)] diff --git a/src/thermophysicalModels/specie/thermo/thermo/thermo.H b/src/thermophysicalModels/specie/thermo/thermo/thermo.H index b8e73cf2c74268bd8b94f3ff6628be89a4947b65..53336e0479b8ab6c2817eaf81055da8cb9b286ac 100644 --- a/src/thermophysicalModels/specie/thermo/thermo/thermo.H +++ b/src/thermophysicalModels/specie/thermo/thermo/thermo.H @@ -131,7 +131,7 @@ public: // Constructors - //- construct from components + //- Construct from components inline thermo(const Thermo& sp); //- Construct from Istream @@ -190,7 +190,7 @@ public: //- Heat capacity at constant pressure/volume [J/(kmol K)] inline scalar cpv(const scalar p, const scalar T) const; - //- gamma = cp/cv [] + //- Gamma = cp/cv [] inline scalar gamma(const scalar p, const scalar T) const; //- Ratio of heat capacity at constant pressure to that at diff --git a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H index e8d489a4f043f2470d0d707a3f68b59fa018216f..a036f10b8f049fd5030e61ff9d2239fb057b0d31 100644 --- a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H +++ b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -84,7 +84,7 @@ public: // Constructors - //- construct from components + //- Construct from components BirdCarreau ( const word& name, diff --git a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H index 57057e11ab5f45b8f50a249c152f0eab8ae3896c..d4758756da58e5e6c73075900495cd0b5590fcfe 100644 --- a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H +++ b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ public: // Constructors - //- construct from components + //- Construct from components Newtonian ( const word& name, diff --git a/src/triSurface/meshTriangulation/meshTriangulation.H b/src/triSurface/meshTriangulation/meshTriangulation.H index 2b85c2cf048a242428984f49ee6fafe84d313d5e..047ef6480f6854c53b577d57acb68f8eee9074ae 100644 --- a/src/triSurface/meshTriangulation/meshTriangulation.H +++ b/src/triSurface/meshTriangulation/meshTriangulation.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -77,7 +77,7 @@ class meshTriangulation const label faceI ); - //- find boundary faces of subset. + //- Find boundary faces of subset. static void getFaces ( const primitiveMesh&, @@ -127,13 +127,13 @@ public: // Member Functions - //- number of triangles in *this which are internal to the surface + //- Number of triangles in *this which are internal to the surface label nInternalFaces() const { return nInternalFaces_; } - //- from triangle to mesh face + //- From triangle to mesh face const labelList& faceMap() const { return faceMap_; diff --git a/src/triSurface/tools/labelledTri/sortLabelledTri.H b/src/triSurface/tools/labelledTri/sortLabelledTri.H index e184032e2861d5db8cffdff199f3ac520df4bc29..67ae6ee965ba9e56472052c1bdf2e747e4fa72f7 100644 --- a/src/triSurface/tools/labelledTri/sortLabelledTri.H +++ b/src/triSurface/tools/labelledTri/sortLabelledTri.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,7 +60,7 @@ class surfAndLabel // Private Classes - //- scalar comparison function used for sorting + //- Scalar comparison function used for sorting class less { public: diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatch.H b/src/triSurface/triSurface/surfacePatch/surfacePatch.H index c2e94464c44b674f41a599dc6f31b3b0242b006e..03f8916d9596bdb399b0c9ca7fe7a4b27f463325 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatch.H +++ b/src/triSurface/triSurface/surfacePatch/surfacePatch.H @@ -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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,7 @@ class surfacePatch { // Private data - //- size of this patch in the triSurface face list + //- Size of this patch in the triSurface face list label size_; //- Start label of this patch in the triSurface face list diff --git a/src/triSurface/triSurface/triSurface.H b/src/triSurface/triSurface/triSurface.H index cb0cf8c760b091ba9075b5aaca434d734ce11880..a1bc21686708f472c95ed065313ca2e3905924f6 100644 --- a/src/triSurface/triSurface/triSurface.H +++ b/src/triSurface/triSurface/triSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -192,7 +192,7 @@ class triSurface const label defaultRegion = 0 ); - //- helper function to print triangle info + //- Helper function to print triangle info static void printTriangle ( Ostream&, @@ -201,7 +201,7 @@ class triSurface const pointField& ); - //- read non-comment line + //- Read non-comment line static string getLineNoComment(IFstream&); diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict index 1faa6e4939f5259521a460a47141d6af6cd5b86b..1352f96af7d1839a755b8cf525fea4a415e03eab 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict @@ -356,7 +356,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/snappyHexMeshDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/snappyHexMeshDict index d4955c771063e5dfca620727da82997ada3b5558..b8178bcda61a056aacaa4d5ce2c6c337b7b8a3d7 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/snappyHexMeshDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/snappyHexMeshDict @@ -345,7 +345,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/snappyHexMeshDict b/tutorials/incompressible/pimpleDyMFoam/propeller/system/snappyHexMeshDict index 13054ce94b8a45d6f869c00077f33383b7ac0f25..f6b19068f88adf1a763a3206dde6099f2b716604 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/snappyHexMeshDict +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/snappyHexMeshDict @@ -437,7 +437,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.01; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -455,7 +455,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; // Optional : some meshing phases allow usage of relaxed rules. diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict index 5baa9a202f3aad2f9cece2640bd15900c611b8f1..22aa77e77f016a695e5289466b5d59a11e3b0d5f 100644 --- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict +++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict @@ -288,7 +288,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.05; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -306,7 +306,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/snappyHexMeshDict b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/snappyHexMeshDict index 1cb5eacce4d97102708c7baf0091d18d517e877f..245cfd7faf62aa26c2410c5ed39d79264b220713 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/snappyHexMeshDict +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/snappyHexMeshDict @@ -290,7 +290,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.02; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -308,7 +308,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict b/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict index 5a775021b766ba05c24b523f4dcfd76bcfcdca23..f6632e97e903a8519416c20651b3b7e4c4a64f73 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict +++ b/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict @@ -304,7 +304,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/blockMeshDict b/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/blockMeshDict index e8fa4bbb33e07385a8a45c5839a54a8a7390bc30..5676059cf123d2a12f548b695e2b37947f5e4181 100644 --- a/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/blockMeshDict +++ b/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/blockMeshDict @@ -16,7 +16,7 @@ FoamFile convertToMeters 1; -//- half angle of wedge in degrees +//- Half angle of wedge in degrees halfAngle 45.0; //- Radius of pipe [m] diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict index 6ce22ecea8ae72cd0494b36dc0b712ac968a4fb7..7c377c3bc1f5bde69a44369df794e2c53fc6f1d7 100644 --- a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict +++ b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict @@ -345,7 +345,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.05; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -358,7 +358,7 @@ meshQualityControls //must be >0 for Fluent compatibility minTriangleTwist -1; - //- if >0 : preserve single cells with all points on the surface if the + //- If >0 : preserve single cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than // minVolCollapseRatio times old volume (i.e. not collapsed to flat cell). // If <0 : delete always. @@ -369,7 +369,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; diff --git a/tutorials/lagrangian/MPPICFoam/cyclone/system/snappyHexMeshDict b/tutorials/lagrangian/MPPICFoam/cyclone/system/snappyHexMeshDict index edaa68f4577cb42b18b6d4b5c70d503c2059b6a5..a802754d8dbd0482c8ffd8330ed990212f8d86f7 100644 --- a/tutorials/lagrangian/MPPICFoam/cyclone/system/snappyHexMeshDict +++ b/tutorials/lagrangian/MPPICFoam/cyclone/system/snappyHexMeshDict @@ -276,7 +276,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict index 8eb6a7b40353c4ee601614ffb9237c259d1c4da8..43213b09f1d87e2b4bb99412a388534ec54e79fe 100644 --- a/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict @@ -48,7 +48,7 @@ minArea -1; // and face centre triangles normal minTwist 0.001; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; diff --git a/tutorials/mesh/foamyHexMesh/blob/system/snappyHexMeshDict b/tutorials/mesh/foamyHexMesh/blob/system/snappyHexMeshDict index ee9eaf14dacb00b29f61e5690e37a055750e7186..de827f55badbd5e2042eb452d34610b16f4531ec 100644 --- a/tutorials/mesh/foamyHexMesh/blob/system/snappyHexMeshDict +++ b/tutorials/mesh/foamyHexMesh/blob/system/snappyHexMeshDict @@ -287,7 +287,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict index cf95fbc5d54c5cf5d6c45ea6e7a4b6923859e554..93dac79886babc511c315077497dfe4b815973b8 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict @@ -48,7 +48,7 @@ minArea -1; // and face centre triangles normal minTwist 0.001; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; diff --git a/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict b/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict index f4b351452edd65e2411ee2b7f7663cd13eba46bd..4b7afdb351d867d58e8ff56fd20c88fdfdd4fba3 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict @@ -296,7 +296,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict index a49ccdebd8f35c296c57b07aba304e70c2775e38..ee51c390343bfda08488ab4afef4f9860a778182 100644 --- a/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict @@ -48,7 +48,7 @@ minArea -1; // and face centre triangles normal minTwist 0.001; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; diff --git a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict index 409b18a7811afa2b310c4cd50cf79b752bae66a9..0d08c6a2546daadfb8ae644b0ed0635f43ea469f 100644 --- a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict +++ b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict @@ -294,7 +294,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; } diff --git a/tutorials/multiphase/LTSInterFoam/DTCHull/system/meshQualityDict b/tutorials/multiphase/LTSInterFoam/DTCHull/system/meshQualityDict index 4167df1354dc34b869921b3eb280d36c8be18004..46e33cde63a70c7a1567581c39237b25ffc52bb5 100644 --- a/tutorials/multiphase/LTSInterFoam/DTCHull/system/meshQualityDict +++ b/tutorials/multiphase/LTSInterFoam/DTCHull/system/meshQualityDict @@ -48,7 +48,7 @@ minArea -1; // and face centre triangles normal minTwist 0.05; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -61,7 +61,7 @@ minVolRatio 0.01; //must be >0 for Fluent compatibility minTriangleTwist -1; -//- if >0 : preserve single cells with all points on the surface if the +//- If >0 : preserve single cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than // minVolCollapseRatio times old volume (i.e. not collapsed to flat cell). // If <0 : delete always. @@ -72,7 +72,7 @@ minTriangleTwist -1; //- Number of error distribution iterations nSmoothScale 4; -//- amount to scale back displacement at error points +//- Amount to scale back displacement at error points errorReduction 0.75; diff --git a/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/meshQualityDict b/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/meshQualityDict index 4167df1354dc34b869921b3eb280d36c8be18004..46e33cde63a70c7a1567581c39237b25ffc52bb5 100644 --- a/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/meshQualityDict +++ b/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/meshQualityDict @@ -48,7 +48,7 @@ minArea -1; // and face centre triangles normal minTwist 0.05; -//- minimum normalised cell determinant +//- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -61,7 +61,7 @@ minVolRatio 0.01; //must be >0 for Fluent compatibility minTriangleTwist -1; -//- if >0 : preserve single cells with all points on the surface if the +//- If >0 : preserve single cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than // minVolCollapseRatio times old volume (i.e. not collapsed to flat cell). // If <0 : delete always. @@ -72,7 +72,7 @@ minTriangleTwist -1; //- Number of error distribution iterations nSmoothScale 4; -//- amount to scale back displacement at error points +//- Amount to scale back displacement at error points errorReduction 0.75; diff --git a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/snappyHexMeshDict b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/snappyHexMeshDict index 21772cfe1a42c74bd1859bc8e1011991afc9d77c..641f7f5a52ad625bbb3d5df7774c499e29116a3c 100644 --- a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/snappyHexMeshDict +++ b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/snappyHexMeshDict @@ -533,7 +533,7 @@ meshQualityControls // must be >0 for Fluent compatibility minTriangleTwist -1; - //- if >0 : preserve single cells with all points on the surface if the + //- If >0 : preserve single cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than // minVolCollapseRatio times old volume (i.e. not collapsed to flat cell). // If <0 : delete always. diff --git a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/snappyHexMeshDict b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/snappyHexMeshDict index 13054ce94b8a45d6f869c00077f33383b7ac0f25..f6b19068f88adf1a763a3206dde6099f2b716604 100644 --- a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/snappyHexMeshDict +++ b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/snappyHexMeshDict @@ -437,7 +437,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.01; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -455,7 +455,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; // Optional : some meshing phases allow usage of relaxed rules. diff --git a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/snappyHexMeshDict b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/snappyHexMeshDict index e60fc864af94ec2151d1e383a597c7ed24248ef3..cbb6ed93fb80f1e3733b8ce209b6f573c05e6b2f 100644 --- a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/snappyHexMeshDict +++ b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/snappyHexMeshDict @@ -310,7 +310,7 @@ meshQualityControls // and face centre triangles normal minTwist 0.02; - //- minimum normalised cell determinant + //- Minimum normalised cell determinant // 1 = hex, <= 0 = folded or flattened illegal cell minDeterminant 0.001; @@ -328,7 +328,7 @@ meshQualityControls //- Number of error distribution iterations nSmoothScale 4; - //- amount to scale back displacement at error points + //- Amount to scale back displacement at error points errorReduction 0.75; }