diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H b/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H index 142370e64d..27b8c46b88 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H @@ -25,7 +25,7 @@ Class Foam::XiEqModels::basicSubGrid Description - Basic sub-grid obstacle flame-wrinking enhancement factor model. + Basic sub-grid obstacle flame-wrinkling enhancement factor model. Details supplied by J Puttock 2/7/06. Sub-grid flame area generation @@ -119,7 +119,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H b/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H index 0610b6148d..146ebfed3b 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H @@ -26,7 +26,7 @@ Class Description - Basic sub-grid obstacle flame-wrinking generation rate coefficient model. + Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Puttock 2/7/06. \f$ G_{sub} \f$ denotes the generation coefficient and it is given by @@ -107,7 +107,7 @@ public: // Member Functions - //- Return the flame-wrinking generation rate + //- Return the flame-wrinkling generation rate virtual tmp G() const; //- Return the flame diffusivity diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C b/applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C index 862bc47386..5971129963 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C +++ b/applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -129,7 +129,7 @@ void PDRkEpsilon::correct() volScalarField G(GName(), rho_*nut_*(tgradU() && dev(twoSymm(tgradU())))); tgradU.clear(); - // Update espsilon and G at the wall + // Update epsilon and G at the wall epsilon_.boundaryFieldRef().updateCoeffs(); // Add the blockage generation term so that it is included consistently diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H index dc696cf1b4..db80c20290 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H @@ -95,7 +95,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H index a457aa5a0d..7b3a935d8a 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H @@ -91,7 +91,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H index e6ada0b683..47459e6ee1 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H @@ -109,7 +109,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H index 0d8a3afcbb..1522e02af1 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H @@ -136,7 +136,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const { return turbulence_.muEff(); diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H index 7399ea6e8d..cc83529344 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H @@ -90,7 +90,7 @@ public: // Member Functions - //- Return the flame-wrinking XiEq + //- Return the flame-wrinkling XiEq virtual tmp XiEq() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H index 1a05f7e5c1..8dbd61951a 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H @@ -25,7 +25,7 @@ Class Foam::XiGModels::KTS Description - Simple Kolmogorov time-scale (KTS) model for the flame-wrinling generation + Simple Kolmogorov time-scale (KTS) model for the flame-wrinkling generation rate. SourceFiles @@ -85,7 +85,7 @@ public: // Member Functions - //- Return the flame-wrinking generation rate + //- Return the flame-wrinkling generation rate virtual tmp G() const; //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H index bd398aa991..0fb6e35dfe 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H @@ -127,7 +127,7 @@ public: // Member Functions - //- Return the flame-wrinking generation rate + //- Return the flame-wrinkling generation rate virtual tmp G() const = 0; //- Return the flame diffusivity diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H index 67a85fdac1..2637367632 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H @@ -25,7 +25,7 @@ Class Foam::XiGModels::instabilityG Description - Flame-surface instabilityG flame-wrinking generation rate coefficient model + Flame-surface instabilityG flame-wrinkling generation rate coefficient model used in \link XiModel.H \endlink. See Technical Report SH/RE/01R for details on the PDR modelling. @@ -57,7 +57,7 @@ class instabilityG { // Private Data - //- Flame instabilityG wrinling generation rate coefficient + //- Flame instabilityG wrinkling generation rate coefficient dimensionedScalar GIn_; //- InstabilityG length-scale @@ -94,7 +94,7 @@ public: // Member Functions - //- Return the flame-wrinking generation rate + //- Return the flame-wrinkling generation rate virtual tmp G() const; //- Return the flame diffusivity diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H index d0e3381dd3..0d0e6bade7 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H @@ -49,7 +49,7 @@ Description \f$ \Xi_{coeff} \f$ is a model constant. \f$ \Xi^* \f$ is the total equilibrium wrinkling combining the effects - of the flame inestability and turbulence interaction and is given by + of the flame instability and turbulence interaction and is given by \f[ \Xi^* = \frac {R}{R - G_\eta - G_{in}} @@ -61,7 +61,7 @@ Description interaction. \f$ G_{in} = \kappa \rho_{u}/\rho_{b} \f$ is the generation - rate due to the flame inestability. + rate due to the flame instability. By adding the removal rates of the two effects: @@ -79,7 +79,7 @@ Description \f$ \Xi_{\eta_{eq}} \f$ is the flame wrinkling due to turbulence. \f$ \Xi_{{in}_{eq}} \f$ is the equilibrium level of the flame wrinkling - generated by inestability. It is a constant (default 2.5). + generated by instability. It is a constant (default 2.5). SourceFiles @@ -122,7 +122,7 @@ protected: const volScalarField& b_; const surfaceScalarField& phi_; - //- Flame wrinking field + //- Flame wrinkling field volScalarField Xi_; @@ -199,7 +199,7 @@ public: // Member Functions - //- Return the flame-wrinking Xi + //- Return the flame-wrinkling Xi virtual const volScalarField& Xi() const { return Xi_; @@ -219,10 +219,10 @@ public: ) {} - //- Correct the flame-wrinking Xi + //- Correct the flame-wrinkling Xi virtual void correct() = 0; - //- Correct the flame-wrinking Xi using the given convection scheme + //- Correct the flame-wrinkling Xi using the given convection scheme virtual void correct(const fv::convectionScheme&) { correct(); diff --git a/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H b/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H index ec23e5dc31..64160c1a9a 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H @@ -98,7 +98,7 @@ public: //- Return the flame diffusivity virtual tmp Db() const; - //- Correct the flame-wrinking Xi + //- Correct the flame-wrinkling Xi virtual void correct(); //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H b/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H index 611aeb488c..933eb4431b 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H @@ -83,7 +83,7 @@ public: // Member Functions - //- Correct the flame-wrinking Xi + //- Correct the flame-wrinkling Xi virtual void correct() {} diff --git a/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H b/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H index 96d521d5b1..3c02133880 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H @@ -107,13 +107,13 @@ public: fields.add(Xi_); } - //- Correct the flame-wrinking Xi + //- Correct the flame-wrinkling Xi virtual void correct() { NotImplemented; } - //- Correct the flame-wrinking Xi using the given convection scheme + //- Correct the flame-wrinkling Xi using the given convection scheme virtual void correct(const fv::convectionScheme& mvConvection); //- Update properties from given dictionary diff --git a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H index 473f03b7a9..dad0347552 100644 --- a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H +++ b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H @@ -30,7 +30,7 @@ Description Seven parameters are specified in terms of polynomial functions of stoichiometry. Two polynomials are fitted, covering different parts of the flammable range. If the mixture is outside the fitted range, linear - interpolation is used between the extreme of the polynomio and the upper or + interpolation is used between the extreme of the polynomial and the upper or lower flammable limit with the Markstein number constant. Variations of pressure and temperature from the reference values are taken @@ -43,7 +43,7 @@ Description where: - \f$ a_{i} \f$ are the polinomial coefficients. + \f$ a_{i} \f$ are the polynomial coefficients. \f$ pexp \f$ and \f$ texp \f$ are the pressure and temperature factors respectively. @@ -109,10 +109,10 @@ class SCOPE dictionary coeffsDict_; - //- Lower flamability limit + //- Lower flammability limit scalar LFL_; - //- Upper flamability limit + //- Upper flammability limit scalar UFL_; //- Lower Su polynomial diff --git a/applications/solvers/electromagnetics/magneticFoam/magnet.H b/applications/solvers/electromagnetics/magneticFoam/magnet.H index e8cff95781..9612f3e6a9 100644 --- a/applications/solvers/electromagnetics/magneticFoam/magnet.H +++ b/applications/solvers/electromagnetics/magneticFoam/magnet.H @@ -114,7 +114,7 @@ public: return relativePermeability_; } - //- Return remenence + //- Return remanence inline const dimensionedScalar& Mr() const { return remanence_; diff --git a/applications/solvers/lagrangian/sprayFoam/engineFoam/startSummary.H b/applications/solvers/lagrangian/sprayFoam/engineFoam/startSummary.H index 3ee56bcfa8..f79076d419 100644 --- a/applications/solvers/lagrangian/sprayFoam/engineFoam/startSummary.H +++ b/applications/solvers/lagrangian/sprayFoam/engineFoam/startSummary.H @@ -1,6 +1,6 @@ Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl; //Info<< "Total fuel mass: " -// << fvc::domainIntegrate(rho*compostion.ft()).value() << endl; +// << fvc::domainIntegrate(rho*composition.ft()).value() << endl; OFstream logSummaryFile ( diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H b/applications/solvers/multiphase/multiphaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H index c9163bbae5..70a359d56d 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 | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -134,7 +134,7 @@ public: // ********************************** NB! ***************************** // for numerical reasons alpha1 and alpha2 has been // extracted from the dragFunction K, - // so you MUST divide K by alpha1*alpha2 when implemnting the drag + // so you MUST divide K by alpha1*alpha2 when implementing the drag // function // ********************************** NB! ***************************** virtual tmp K(const volScalarField& Ur) const = 0; diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H index 632e9d660c..d5ebbd5fa8 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H @@ -26,7 +26,7 @@ Class Description A thermal wall function for simulation of subcooled nucleate wall boiling - with runtime selctable submodels for: + with runtime selectable submodels for: - wall heat flux partitioning model - nucleation site density - bubble departure frequency @@ -86,7 +86,7 @@ Usage departureFreqModel| | yes | \endtable - NOTE: Runtime selectabale submodels may require model specific entries + NOTE: Runtime selectable submodels may require model specific entries Example usage: \verbatim diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModel.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModel.H index b848745b91..9cb8110c2c 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/departureDiameterModel/departureDiameterModel.H @@ -29,7 +29,7 @@ Description SourceFiles departureDiameterModel.C - newdepartureDiameterModel.C + newDepartureDiameterModel.C \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.H index 2593b6a625..7e3a8a7a80 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/departureFrequencyModel/departureFrequencyModel.H @@ -29,7 +29,7 @@ Description SourceFiles departureFrequencyModel.C - newdepartureFrequencyModel.C + newDepartureFrequencyModel.C \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModel.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModel.H index e7b60de19b..b50fa38c8b 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/nucleationSiteModel/nucleationSiteModel.H @@ -29,7 +29,7 @@ Description SourceFiles nucleationSiteModel.C - newnucleationSiteModel.C + newNucleationSiteModel.C \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.H index 4add5badea..1d60e80222 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/partitioningModel/partitioningModel.H @@ -29,7 +29,7 @@ Description SourceFiles partitioningModel.C - newpartitioningModel.C + newPartitioningModel.C \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H b/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H index 8379fc08c5..cc88e045f5 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H +++ b/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H @@ -146,7 +146,7 @@ protected: //- Abscissa type coordinateType coordinateType_; - //- List of volume-averaged number concentations + //- List of volume-averaged number concentrations scalarField N_; //- List of volume-averaged surface areas @@ -167,7 +167,7 @@ protected: //- Highest moment order label maxOrder_; - //- Bins (respresentative volume/area/diameter) + //- Bins (representative volume/area/diameter) pointField bins_; //- Bin component used according to chosen coordinate type diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/nonRandomTwoLiquid/nonRandomTwoLiquid.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/nonRandomTwoLiquid/nonRandomTwoLiquid.H index 084a3854d9..5503d158f4 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/nonRandomTwoLiquid/nonRandomTwoLiquid.H +++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/nonRandomTwoLiquid/nonRandomTwoLiquid.H @@ -75,10 +75,10 @@ class nonRandomTwoLiquid //- Name of species 2 word species2Name_; - //- Indiex of species 1 within this thermo + //- Index of species 1 within this thermo label species1Index_; - //- Indiex of species 2 within this thermo + //- Index of species 2 within this thermo label species2Index_; //- Non-randomness constant parameter for species 1 diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/linearTsubDiameter/linearTsubDiameter.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/linearTsubDiameter/linearTsubDiameter.H index e24c49550e..76863b2961 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/linearTsubDiameter/linearTsubDiameter.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/linearTsubDiameter/linearTsubDiameter.H @@ -71,13 +71,13 @@ class linearTsub //- Reference diameter for low subcooling temperature dimensionedScalar d2_; - //- Subcooling temperature where low subcooling diamter is reached + //- Subcooling temperature where low subcooling diameter is reached dimensionedScalar Tsub2_; //- Reference diameter for high subcooling temperature dimensionedScalar d1_; - //- Subcooling temperature where high subcooling diamter is reached + //- Subcooling temperature where high subcooling diameter is reached dimensionedScalar Tsub1_; //- Diameter field diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/velocityGroup/sizeGroup/shapeModels/fractal/sinteringModels/sinteringModel/sinteringModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/velocityGroup/sizeGroup/shapeModels/fractal/sinteringModels/sinteringModel/sinteringModel.H index e186b14844..e3d286e14d 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/velocityGroup/sizeGroup/shapeModels/fractal/sinteringModels/sinteringModel/sinteringModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/velocityGroup/sizeGroup/shapeModels/fractal/sinteringModels/sinteringModel/sinteringModel.H @@ -30,7 +30,6 @@ Description SourceFiles sinteringModel.C - newsinteringModel.C \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H index e8a4f273f6..546b62da3f 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H @@ -30,7 +30,7 @@ Description quite restrictive as it also has to support an equivalent stationary model, which does not store motion fields or a turbulence model. - Possible future extensions include separating the turbulent fuctionality + Possible future extensions include separating the turbulent functionality into another layer. See also diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H index 641ad51bc4..6279e0cefc 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/StationaryPhaseModel/StationaryPhaseModel.H @@ -27,7 +27,7 @@ Class Description Class which represents a stationary (and therefore probably solid) phase. Generates, but does not store, zero velocity and flux field and turbulent - qauantities. Throws an error when non-const access is requested to the + quantities. Throws an error when non-const access is requested to the motion fields or when the momentum equation is requested. Usage must must protect against such calls. diff --git a/applications/utilities/mesh/conversion/sammToFoam/calcPointCells.C b/applications/utilities/mesh/conversion/sammToFoam/calcPointCells.C index fa89f64c3e..59aef9d6fe 100644 --- a/applications/utilities/mesh/conversion/sammToFoam/calcPointCells.C +++ b/applications/utilities/mesh/conversion/sammToFoam/calcPointCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,7 +64,7 @@ void Foam::sammMesh::calcPointCells() const // the supporting point labels, we need to work based on the cell faces. // This is because some of the faces for meshes with arbitrary interfaces // do not come from the cell shape, but from the slaves of the coupled - // match. It is also adventageous to remove the duplicates from the + // match. It is also advantageous to remove the duplicates from the // point-cell addressing, because this removes a lot of waste later. // diff --git a/applications/utilities/mesh/conversion/sammToFoam/readCells.C b/applications/utilities/mesh/conversion/sammToFoam/readCells.C index b1830f35d0..30ffd2a0d7 100644 --- a/applications/utilities/mesh/conversion/sammToFoam/readCells.C +++ b/applications/utilities/mesh/conversion/sammToFoam/readCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -37,7 +37,7 @@ void Foam::sammMesh::addRegularCell const label nCreatedCells ) { - // Momory management + // Memory management static labelList labelsHex(8); static labelList labelsWedge(7); static labelList labelsPrism(6); diff --git a/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H b/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H index 376d22f08c..79cc777325 100644 --- a/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H +++ b/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H @@ -27,7 +27,7 @@ Class Description A messy mesh class which supports the possibility of creating a shapeMesh for regular Samm meshes (no arbitrary interfaces or collapsed SAMM cells). - If any of these special feateres exist, the mesh is created as polyMesh + If any of these special features exist, the mesh is created as polyMesh SourceFiles sammMesh.C diff --git a/applications/utilities/mesh/conversion/star3ToFoam/calcPointCells.C b/applications/utilities/mesh/conversion/star3ToFoam/calcPointCells.C index 708c1a654e..ccd71f673f 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/calcPointCells.C +++ b/applications/utilities/mesh/conversion/star3ToFoam/calcPointCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,7 +64,7 @@ void Foam::starMesh::calcPointCells() const // the supporting point labels, we need to work based on the cell faces. // This is because some of the faces for meshes with arbitrary interfaces // do not come from the cell shape, but from the slaves of the coupled - // match. It is also adventageous to remove the duplicates from the + // match. It is also advantageous to remove the duplicates from the // point-cell addressing, because this removes a lot of waste later. // diff --git a/applications/utilities/mesh/conversion/star3ToFoam/createBoundaryFaces.C b/applications/utilities/mesh/conversion/star3ToFoam/createBoundaryFaces.C index 9594a214bd..4b68ccbe44 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/createBoundaryFaces.C +++ b/applications/utilities/mesh/conversion/star3ToFoam/createBoundaryFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -31,7 +31,7 @@ Description // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // Specialist version of face comparison to deal with -// PROSTAR boundary format idiosyncracies +// PROSTAR boundary format idiosyncrasies bool Foam::starMesh::starEqualFace ( const face& boundaryFace, diff --git a/applications/utilities/mesh/conversion/star3ToFoam/createCoupleMatches.C b/applications/utilities/mesh/conversion/star3ToFoam/createCoupleMatches.C index 6421b34344..17c9069a24 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/createCoupleMatches.C +++ b/applications/utilities/mesh/conversion/star3ToFoam/createCoupleMatches.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -993,7 +993,7 @@ void Foam::starMesh::createCoupleMatches() // list of edges to consider. Make sure all edges are // added such that the current point is their start. // Loop through all edges to consider and find the one - // which produces the buggest right-hand-turn. This + // which produces the biggest right-hand-turn. This // is the next edge to be added to the face. If its // end is the same as the starting point, the face is // complete; resize it to the number of active points diff --git a/applications/utilities/mesh/conversion/star3ToFoam/readCells.C b/applications/utilities/mesh/conversion/star3ToFoam/readCells.C index 506d8e26d1..d793572acc 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/readCells.C +++ b/applications/utilities/mesh/conversion/star3ToFoam/readCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -37,7 +37,7 @@ void Foam::starMesh::addRegularCell const label nCreatedCells ) { - // Momory management + // Memory management static labelList labelsHex(8); static labelList labelsPrism(6); static labelList labelsPyramid(5); diff --git a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H index 17fa8538c2..b4de9f86ea 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H +++ b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H @@ -27,7 +27,7 @@ Class Description A messy mesh class which supports the possibility of creating a shapeMesh for regular Star meshes (no arbitrary interfaces or collapsed SAMM cells). - If any of these special feateres exist, the mesh is created as polyMesh + If any of these special features exist, the mesh is created as polyMesh SourceFiles calcPointCells.C diff --git a/applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C b/applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C index 7d01c79977..cc600b06c4 100644 --- a/applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C +++ b/applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/extrudeToRegionMesh.C @@ -709,7 +709,7 @@ void countExtrudePatches } } } - // Synchronise decistion. Actual numbers are not important, just make + // Synchronise decision. Actual numbers are not important, just make // sure that they're > 0 on all processors. Pstream::listCombineGather(zoneSidePatch, plusEqOp