View Issue Details

IDProjectCategoryView StatusLast Update
0003369OpenFOAMPatchpublic2019-10-14 09:33
Reportertniemi Assigned Towill  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Versiondev 
Summary0003369: Corrections to misc. typos
DescriptionI played around with cspell and fixed a bunch of typos. They are mostly in comments, except for solidEqulibriumEnergySource where the typo is in the class name.
TagsNo tags attached.

Activities

tniemi

2019-10-13 18:14

reporter  

patch_typos.diff (145,811 bytes)   
diff --git a/applications/solvers/compressible/rhoSimpleFoam/pcEqn.H b/applications/solvers/compressible/rhoSimpleFoam/pcEqn.H
index 3020d711f..5ee7c10f2 100644
--- a/applications/solvers/compressible/rhoSimpleFoam/pcEqn.H
+++ b/applications/solvers/compressible/rhoSimpleFoam/pcEqn.H
@@ -89,7 +89,7 @@ else
     }
 }
 
-// The incompressibe form of the continuity error check is appropriate for
+// The incompressible form of the continuity error check is appropriate for
 // steady-state compressible also.
 #include "incompressible/continuityErrs.H"
 
diff --git a/applications/solvers/electromagnetics/magneticFoam/magnet.H b/applications/solvers/electromagnetics/magneticFoam/magnet.H
index 9e3437d2d..e8cff9578 100644
--- a/applications/solvers/electromagnetics/magneticFoam/magnet.H
+++ b/applications/solvers/electromagnetics/magneticFoam/magnet.H
@@ -114,7 +114,7 @@ public:
             return relativePermeability_;
         }
 
-        //- Return remenance
+        //- Return remenence
         inline const dimensionedScalar& Mr() const
         {
             return remanence_;
diff --git a/applications/solvers/electromagnetics/mhdFoam/mhdFoam.C b/applications/solvers/electromagnetics/mhdFoam/mhdFoam.C
index 9075f3831..e2f5223fe 100644
--- a/applications/solvers/electromagnetics/mhdFoam/mhdFoam.C
+++ b/applications/solvers/electromagnetics/mhdFoam/mhdFoam.C
@@ -34,7 +34,7 @@ Description
     conductivity sigma and permeability mu are read in as uniform
     constants.
 
-    A fictitous magnetic flux pressure pB is introduced in order to
+    A fictitious magnetic flux pressure pB is introduced in order to
     compensate for discretisation errors and create a magnetic face flux
     field which is divergence free as required by Maxwell's equations.
 
diff --git a/applications/solvers/financial/financialFoam/financialFoam.C b/applications/solvers/financial/financialFoam/financialFoam.C
index 9abe41f2f..8b21f0928 100644
--- a/applications/solvers/financial/financialFoam/financialFoam.C
+++ b/applications/solvers/financial/financialFoam/financialFoam.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
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
 
     // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-    Info<< nl << "Calculating value(price of comodities)" << endl;
+    Info<< nl << "Calculating value(price of commodities)" << endl;
 
     surfaceScalarField phi("phi", (sigmaSqr - r)*(Pf & mesh.Sf()));
 
diff --git a/applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointShapeOptimizationFoam.C b/applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointShapeOptimizationFoam.C
index 3aaf59299..9bb5df4dc 100644
--- a/applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointShapeOptimizationFoam.C
+++ b/applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointShapeOptimizationFoam.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
@@ -22,7 +22,7 @@ License
     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
 
 Application
-    ajointShapeOptimizationFoam
+    adjointShapeOptimizationFoam
 
 Description
     Steady-state solver for incompressible, turbulent flow of non-Newtonian
diff --git a/applications/solvers/incompressible/adjointShapeOptimizationFoam/initAdjointContinuityErrs.H b/applications/solvers/incompressible/adjointShapeOptimizationFoam/initAdjointContinuityErrs.H
index 70b0e02bf..0c445fa1f 100644
--- a/applications/solvers/incompressible/adjointShapeOptimizationFoam/initAdjointContinuityErrs.H
+++ b/applications/solvers/incompressible/adjointShapeOptimizationFoam/initAdjointContinuityErrs.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
@@ -25,7 +25,7 @@ Global
     cumulativeAdjointContErr
 
 Description
-    Declare and initialise the cumulative ddjoint continuity error.
+    Declare and initialise the cumulative adjoint continuity error.
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine/Antoine.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine/Antoine.H
index 294a5a7cc..f2be43e13 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine/Antoine.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine/Antoine.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2015-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2015-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -93,7 +93,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/AntoineExtended/AntoineExtended.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/AntoineExtended/AntoineExtended.H
index 1c9a02552..3572fd49d 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/AntoineExtended/AntoineExtended.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/AntoineExtended/AntoineExtended.H
@@ -93,7 +93,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/ArdenBuck/ArdenBuck.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/ArdenBuck/ArdenBuck.H
index 1d28487b3..1a8caf62f 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/ArdenBuck/ArdenBuck.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/ArdenBuck/ArdenBuck.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2015-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2015-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -78,7 +78,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/constantSaturationConditions/constantSaturationConditions.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/constantSaturationConditions/constantSaturationConditions.H
index a8f2b2415..0578eb49d 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/constantSaturationConditions/constantSaturationConditions.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/constantSaturationConditions/constantSaturationConditions.H
@@ -87,7 +87,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/function1/function1.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/function1/function1.H
index e575b6088..91e4a57ca 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/function1/function1.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/function1/function1.H
@@ -119,7 +119,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/polynomial/polynomial.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/polynomial/polynomial.H
index 804ac0a7b..4ff72face 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/polynomial/polynomial.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/polynomial/polynomial.H
@@ -89,7 +89,7 @@ public:
         //- Saturation pressure
         virtual tmp<volScalarField> pSat(const volScalarField& T) const;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
 
         //- Natural log of the saturation pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/saturationModel/saturationModel.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/saturationModel/saturationModel.H
index 53a1c38c4..f4d640eba 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/saturationModel/saturationModel.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/saturationModel/saturationModel.H
@@ -103,7 +103,7 @@ public:
             const volScalarField& T
         ) const = 0;
 
-        //- Saturation pressure derivetive w.r.t. temperature
+        //- Saturation pressure derivative w.r.t. temperature
         virtual tmp<volScalarField> pSatPrime
         (
             const volScalarField& T
diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H
index 1514f7bf4..92ee895df 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H
@@ -25,7 +25,7 @@ Class
     Foam::MomentumTransferPhaseSystem
 
 Description
-    Class which models interfacial momenum transfer between a number of phases.
+    Class which models interfacial momentum transfer between a number of phases.
     Drag, virtual mass, lift, wall lubrication and turbulent dispersion are all
     modelled. The explicit contribution from the drag is omitted from the
     transfer matrices, as this forms part of the solution of the pressure
diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/reactingMultiphaseEulerFoam.C b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/reactingMultiphaseEulerFoam.C
index 0b8136a76..590bc41f7 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/reactingMultiphaseEulerFoam.C
+++ b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/reactingMultiphaseEulerFoam.C
@@ -29,7 +29,7 @@ Description
     common pressure, but otherwise separate properties. The type of phase model
     is run time selectable and can optionally represent multiple species and
     in-phase reactions. The phase system is also run time selectable and can
-    optionally represent different types of momentun, heat and mass transfer.
+    optionally represent different types of momentum, heat and mass transfer.
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C b/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C
index e7617d5a2..4e2b33b0b 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C
+++ b/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C
@@ -29,7 +29,7 @@ Description
     but otherwise separate properties. The type of phase model is run time
     selectable and can optionally represent multiple species and in-phase
     reactions. The phase system is also run time selectable and can optionally
-    represent different types of momentun, heat and mass transfer.
+    represent different types of momentum, heat and mass transfer.
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
index 18cbf14ca..f08886089 100644
--- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
+++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
@@ -441,7 +441,7 @@ private:
         ) const;
 
         //- Check to see if dual cell specified by given vertex iterator
-        //  intersects the boundary and hence reqires a point-pair
+        //  intersects the boundary and hence requires a point-pair
         bool dualCellSurfaceAnyIntersection
         (
             const Delaunay::Finite_vertices_iterator& vit
diff --git a/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.C b/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.C
index d44d900b2..adf2e92df 100644
--- a/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.C
+++ b/applications/utilities/preProcessing/faceAgglomerate/faceAgglomerate.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
@@ -110,7 +110,7 @@ int main(int argc, char *argv[])
     }
 
 
-    // - All patches which are not agglomarated are identity for finalAgglom
+    // - All patches which are not agglomerated are identity for finalAgglom
     forAll(boundary, patchid)
     {
         if (finalAgglom[patchid].size() == 0)
diff --git a/applications/utilities/preProcessing/viewFactorsGen/shootRays.H b/applications/utilities/preProcessing/viewFactorsGen/shootRays.H
index a9f9496cf..f1dd9d559 100644
--- a/applications/utilities/preProcessing/viewFactorsGen/shootRays.H
+++ b/applications/utilities/preProcessing/viewFactorsGen/shootRays.H
@@ -87,7 +87,7 @@ for (label proci = 0; proci < Pstream::nProcs(); proci++)
 
     DynamicList<label> dRayIs;
 
-    // Collect the rays which has not abstacle in bettween in rayStartFace
+    // Collect the rays which don't have obstacle in between rayStartFace
     // and rayEndFace. If the ray hit itself get stored in dRayIs
     forAll(hitInfo, rayI)
     {
diff --git a/applications/utilities/thermophysical/equilibriumFlameT/equilibriumFlameT.C b/applications/utilities/thermophysical/equilibriumFlameT/equilibriumFlameT.C
index e3bb9a4dc..5ced9b45e 100644
--- a/applications/utilities/thermophysical/equilibriumFlameT/equilibriumFlameT.C
+++ b/applications/utilities/thermophysical/equilibriumFlameT/equilibriumFlameT.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
@@ -130,7 +130,7 @@ int main(int argc, char *argv[])
     );
 
 
-    // Stoiciometric number of moles of species for one mole of fuel
+    // Stoichiometric number of moles of species for one mole of fuel
     scalar stoicO2 = n + m/4.0;
     scalar stoicN2 = (0.79/0.21)*(n + m/4.0);
     scalar stoicCO2 = n;
diff --git a/src/ODE/ODESolvers/seulex/seulex.H b/src/ODE/ODESolvers/seulex/seulex.H
index f6e138503..a48c6c246 100644
--- a/src/ODE/ODESolvers/seulex/seulex.H
+++ b/src/ODE/ODESolvers/seulex/seulex.H
@@ -115,7 +115,7 @@ class seulex
             const scalarField& scale
         ) const;
 
-        //- Polynomial extrpolation
+        //- Polynomial extrapolation
         void extrapolate
         (
             const label k,
diff --git a/src/TurbulenceModels/compressible/CompressibleTurbulenceModel/CompressibleTurbulenceModel.H b/src/TurbulenceModels/compressible/CompressibleTurbulenceModel/CompressibleTurbulenceModel.H
index 063be56e1..ecb85c9a1 100644
--- a/src/TurbulenceModels/compressible/CompressibleTurbulenceModel/CompressibleTurbulenceModel.H
+++ b/src/TurbulenceModels/compressible/CompressibleTurbulenceModel/CompressibleTurbulenceModel.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -78,7 +78,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasport,
+            const transportModel& transport,
             const word& propertiesName
         );
 
@@ -91,7 +91,7 @@ public:
             const volScalarField& rho,
             const volVectorField& U,
             const surfaceScalarField& phi,
-            const transportModel& trasportModel,
+            const transportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
diff --git a/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H b/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H
index 6d188eae8..5bdd75778 100644
--- a/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H
+++ b/src/TurbulenceModels/compressible/EddyDiffusivity/EddyDiffusivity.H
@@ -87,7 +87,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasport,
+            const transportModel& transport,
             const word& propertiesName
         );
 
diff --git a/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H b/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H
index 72682f003..511c8be31 100644
--- a/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H
+++ b/src/TurbulenceModels/compressible/ThermalDiffusivity/ThermalDiffusivity.H
@@ -69,7 +69,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasport,
+            const transportModel& transport,
             const word& propertiesName
         );
 
@@ -84,7 +84,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasportModel,
+            const transportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
@@ -95,7 +95,7 @@ public:
             const volScalarField& rho,
             const volVectorField& U,
             const surfaceScalarField& phi,
-            const transportModel& trasportModel,
+            const transportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
diff --git a/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.H b/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.H
index 9a39d1f8b..746e474f8 100644
--- a/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.H
+++ b/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -91,7 +91,7 @@ public:
         (
             const volVectorField& U,
             const surfaceScalarField& phi,
-            const TransportModel& trasportModel,
+            const TransportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
diff --git a/src/TurbulenceModels/phaseCompressible/PhaseCompressibleTurbulenceModel/PhaseCompressibleTurbulenceModel.H b/src/TurbulenceModels/phaseCompressible/PhaseCompressibleTurbulenceModel/PhaseCompressibleTurbulenceModel.H
index d8a4f3dd6..5e10b5b6e 100644
--- a/src/TurbulenceModels/phaseCompressible/PhaseCompressibleTurbulenceModel/PhaseCompressibleTurbulenceModel.H
+++ b/src/TurbulenceModels/phaseCompressible/PhaseCompressibleTurbulenceModel/PhaseCompressibleTurbulenceModel.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -78,7 +78,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasport,
+            const transportModel& transport,
             const word& propertiesName
         );
 
@@ -93,7 +93,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const transportModel& trasportModel,
+            const transportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
diff --git a/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H b/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H
index 8d3f26f23..4bcab5bc0 100644
--- a/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H
+++ b/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -78,7 +78,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const TransportModel& trasportModel,
+            const TransportModel& transportModel,
             const word& propertiesName
         );
 
@@ -92,7 +92,7 @@ public:
             const volVectorField& U,
             const surfaceScalarField& alphaRhoPhi,
             const surfaceScalarField& phi,
-            const TransportModel& trasportModel,
+            const TransportModel& transportModel,
             const word& propertiesName = turbulenceModel::propertiesName
         );
 
diff --git a/src/combustionModels/FSD/FSD.H b/src/combustionModels/FSD/FSD.H
index 1cf720933..8f5c111f0 100644
--- a/src/combustionModels/FSD/FSD.H
+++ b/src/combustionModels/FSD/FSD.H
@@ -26,7 +26,7 @@ Class
 
 Description
 
-    Flame Surface Dennsity (FDS) combustion model.
+    Flame Surface Density (FDS) combustion model.
 
     The fuel source term is given by mgft*pc*omegaFuelBar.
 
diff --git a/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.H b/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.H
index a7b8ee0de..82ac83e5e 100644
--- a/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.H
+++ b/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.H
@@ -65,7 +65,7 @@ protected:
         //- Mesh reference
         const fvMesh& mesh_;
 
-        //- Combstion model owner
+        //- Combustion model owner
         const combustionModel& combModel_;
 
         //- Fuel name
diff --git a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C
index e1c2b78dd..03bee363b 100644
--- a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C
+++ b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C
@@ -58,7 +58,7 @@ Foam::label Foam::dynamicRefineFvMesh::count
             n++;
         }
 
-        // debug also serves to get-around Clang compiler trying to optimsie
+        // debug also serves to get-around Clang compiler trying to optimise
         // out this forAll loop under O3 optimisation
         if (debug)
         {
diff --git a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H
index 6ec970976..78607c95f 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H
@@ -55,7 +55,7 @@ Usage
     \table
         Property     | Description             | Required    | Default value
         p            | pressure field name     | no          | p
-        cyclicPatch  | cylclic patch name      | yes         |
+        cyclicPatch  | cyclic patch name      | yes         |
         orientation  | 1 or -1 used to switch flow direction | yes|
         openFraction | current opatch open fraction [0-1]| yes |
         openingTime  | time taken to open the baffle | yes |
diff --git a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H
index 607d59507..80dd2db99 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H
@@ -42,11 +42,11 @@ Description
 
     \verbatim
         # Patch: <patch name>
-        <value1> <gradient1> <valueFracion1>
-        <value2> <gradient2> <valueFracion2>
-        <value3> <gradient3> <valueFracion3>
+        <value1> <gradient1> <valueFraction1>
+        <value2> <gradient2> <valueFraction2>
+        <value3> <gradient3> <valueFraction3>
         ...
-        <valueN> <gradientN> <valueFracionN>
+        <valueN> <gradientN> <valueFractionN>
     \endverbatim
 
     Data is sent/received as a single file for all patches from the directory
diff --git a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H
index 85e88ce22..ea5e536ce 100644
--- a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H
+++ b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.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
@@ -25,7 +25,7 @@ InNamespace
     Foam::fvc
 
 Description
-    Calculate the magnitiude of the square of the gradient of the gradient of
+    Calculate the magnitude of the square of the gradient of the gradient of
     the given volField.
 
 SourceFiles
diff --git a/src/functionObjects/field/streamLine/streamLine.H b/src/functionObjects/field/streamLine/streamLine.H
index 3622794e2..975f58f2e 100644
--- a/src/functionObjects/field/streamLine/streamLine.H
+++ b/src/functionObjects/field/streamLine/streamLine.H
@@ -190,7 +190,7 @@ private:
 
         // Demand driven
 
-            //- Mesh searching enigne
+            //- Mesh searching engine
             autoPtr<meshSearch> meshSearchPtr_;
 
             //- Seed set engine
@@ -257,7 +257,7 @@ public:
         //- Do nothing
         virtual bool execute();
 
-        //- Calculate and write the steamlines
+        //- Calculate and write the streamlines
         virtual bool write();
 
         //- Update for changes of mesh
diff --git a/src/functionObjects/field/turbulenceFields/turbulenceFields.H b/src/functionObjects/field/turbulenceFields/turbulenceFields.H
index 8f5be6aa1..a79e6b19d 100644
--- a/src/functionObjects/field/turbulenceFields/turbulenceFields.H
+++ b/src/functionObjects/field/turbulenceFields/turbulenceFields.H
@@ -28,7 +28,7 @@ Description
     Stores turbulence fields on the mesh database for further manipulation.
 
     Fields are stored as copies of the original, with the prefix
-    "tubulenceModel:", e.g.:
+    "turbulenceModel:", e.g.:
 
     \verbatim
     turbulenceModel:R
diff --git a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
index a2aeb5a10..7fa4c5195 100644
--- a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
+++ b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
@@ -62,7 +62,7 @@ Usage
         patches      | patches included in the forces calculation | yes |
         liftDir      | lift direction          | yes         |
         dragDir      | drag direction          | yes         |
-        pitchAxis    | picth axis              | yes         |
+        pitchAxis    | pitch axis              | yes         |
         magUInf      | free stream velocity magnitude | yes  |
         lRef         | reference length scale for moment calculations | yes |
         Aref         | reference area          | yes |
@@ -73,7 +73,7 @@ Usage
     \table
         nBin         | number of data bins     | yes         |
         direction    | direction along which bins are defined | yes |
-        cumulative   | bin data accumulated with incresing distance | yes |
+        cumulative   | bin data accumulated with increasing distance | yes |
     \endtable
 
 See also
diff --git a/src/functionObjects/forces/forces/forces.H b/src/functionObjects/forces/forces/forces.H
index 15f98f90e..8fd20970c 100644
--- a/src/functionObjects/forces/forces/forces.H
+++ b/src/functionObjects/forces/forces/forces.H
@@ -70,7 +70,7 @@ Usage
     \table
         nBin         | number of data bins     | yes         |
         direction    | direction along which bins are defined | yes |
-        cumulative   | bin data accumulated with incresing distance | yes |
+        cumulative   | bin data accumulated with increasing distance | yes |
     \endtable
 
 Note
diff --git a/src/fvOptions/Make/files b/src/fvOptions/Make/files
index 6aeedc3af..f8ac1b566 100644
--- a/src/fvOptions/Make/files
+++ b/src/fvOptions/Make/files
@@ -43,7 +43,7 @@ $(derivedSources)/damping/verticalDamping/verticalDamping.C
 $(derivedSources)/phaseLimitStabilization/phaseLimitStabilization.C
 $(derivedSources)/accelerationSource/accelerationSource.C
 $(derivedSources)/volumeFractionSource/volumeFractionSource.C
-$(derivedSources)/solidEqulibriumEnergySource/solidEqulibriumEnergySource.C
+$(derivedSources)/solidEquilibriumEnergySource/solidEquilibriumEnergySource.C
 
 interRegion = sources/interRegion
 $(interRegion)/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.C
diff --git a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
index 2f7a924f7..6716b1f46 100644
--- a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
+++ b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
@@ -36,7 +36,7 @@ Description
     where:
     \vartable
         Q_t       | total heat source
-        e(\phi,\dot{m}_2) | effectivenes table
+        e(\phi,\dot{m}_2) | effectiveness table
         \phi      | net mass flux entering heat exchanger [kg/s]
         \dot{m}_2 | secondary mass flow rate [kg/s]
         T_1       | primary inlet temperature [K]
diff --git a/src/fvOptions/sources/derived/rotorDiskSource/profileModel/lookup/lookupProfile.H b/src/fvOptions/sources/derived/rotorDiskSource/profileModel/lookup/lookupProfile.H
index 66c620f80..d3044d611 100644
--- a/src/fvOptions/sources/derived/rotorDiskSource/profileModel/lookup/lookupProfile.H
+++ b/src/fvOptions/sources/derived/rotorDiskSource/profileModel/lookup/lookupProfile.H
@@ -25,7 +25,7 @@ Class
     Foam::lookupProfile
 
 Description
-    Look-up based profile data - drag and lift coefficients are lineraly
+    Look-up based profile data - drag and lift coefficients are linearly
     interpolated based on the supplied angle of attack
 
     Input in list format:
diff --git a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H
index 3758cb5b8..495205b85 100644
--- a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H
+++ b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H
@@ -27,7 +27,7 @@ Class
 Description
     Rotor disk source
 
-    Cell based momemtum source which approximates the mean effects of
+    Cell based momentum source which approximates the mean effects of
     rotor forces on a cylindrical region within the domain.
 
 Usage
diff --git a/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.H b/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.H
index 58c2f2f97..21f94cd73 100644
--- a/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.H
+++ b/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.H
@@ -59,8 +59,8 @@ Description
     Where:
 
         alpha = user-input conversion coefficient (default = 1)
-        rho   = desity
-        omega = rotor angulr velocity
+        rho   = density
+        omega = rotor angular velocity
         pi    = mathematical pi
 
 
diff --git a/src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.C b/src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.C
similarity index 87%
rename from src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.C
rename to src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.C
index 570e9d92f..06931d6aa 100644
--- a/src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.C
+++ b/src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.C
@@ -23,7 +23,7 @@ License
 
 \*---------------------------------------------------------------------------*/
 
-#include "solidEqulibriumEnergySource.H"
+#include "solidEquilibriumEnergySource.H"
 #include "fvmDdt.H"
 #include "fvmLaplacian.H"
 #include "addToRunTimeSelectionTable.H"
@@ -34,11 +34,11 @@ namespace Foam
 {
 namespace fv
 {
-    defineTypeNameAndDebug(solidEqulibriumEnergySource, 0);
+    defineTypeNameAndDebug(solidEquilibriumEnergySource, 0);
     addToRunTimeSelectionTable
     (
         option,
-        solidEqulibriumEnergySource,
+        solidEquilibriumEnergySource,
         dictionary
     );
 }
@@ -47,7 +47,8 @@ namespace fv
 
 // * * * * * * * * * * * * * Private Member Functions  * * * * * * * * * * * //
 
-const Foam::volScalarField& Foam::fv::solidEqulibriumEnergySource::alpha() const
+const Foam::volScalarField&
+Foam::fv::solidEquilibriumEnergySource::alpha() const
 {
     const word alphaName = IOobject::groupName("alpha", phaseName_);
 
@@ -74,7 +75,7 @@ const Foam::volScalarField& Foam::fv::solidEqulibriumEnergySource::alpha() const
 }
 
 
-const Foam::solidThermo& Foam::fv::solidEqulibriumEnergySource::thermo() const
+const Foam::solidThermo& Foam::fv::solidEquilibriumEnergySource::thermo() const
 {
     const word thermoName =
         IOobject::groupName(basicThermo::dictName, phaseName_);
@@ -92,7 +93,7 @@ const Foam::solidThermo& Foam::fv::solidEqulibriumEnergySource::thermo() const
 
 // * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //
 
-Foam::fv::solidEqulibriumEnergySource::solidEqulibriumEnergySource
+Foam::fv::solidEquilibriumEnergySource::solidEquilibriumEnergySource
 (
     const word& name,
     const word& modelType,
@@ -111,13 +112,13 @@ Foam::fv::solidEqulibriumEnergySource::solidEqulibriumEnergySource
 
 // * * * * * * * * * * * * * * * * Destructor  * * * * * * * * * * * * * * * //
 
-Foam::fv::solidEqulibriumEnergySource::~solidEqulibriumEnergySource()
+Foam::fv::solidEquilibriumEnergySource::~solidEquilibriumEnergySource()
 {}
 
 
 // * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * * //
 
-void Foam::fv::solidEqulibriumEnergySource::addSup
+void Foam::fv::solidEquilibriumEnergySource::addSup
 (
     const volScalarField& rho,
     fvMatrix<scalar>& eqn,
@@ -140,7 +141,7 @@ void Foam::fv::solidEqulibriumEnergySource::addSup
 }
 
 
-void Foam::fv::solidEqulibriumEnergySource::addSup
+void Foam::fv::solidEquilibriumEnergySource::addSup
 (
     const volScalarField& alpha,
     const volScalarField& rho,
@@ -164,7 +165,7 @@ void Foam::fv::solidEqulibriumEnergySource::addSup
 }
 
 
-bool Foam::fv::solidEqulibriumEnergySource::read(const dictionary& dict)
+bool Foam::fv::solidEquilibriumEnergySource::read(const dictionary& dict)
 {
     if (option::read(dict))
     {
diff --git a/src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.H b/src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H
similarity index 88%
rename from src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.H
rename to src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H
index 5c83e0046..d27fdc2fe 100644
--- a/src/fvOptions/sources/derived/solidEqulibriumEnergySource/solidEqulibriumEnergySource.H
+++ b/src/fvOptions/sources/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H
@@ -22,7 +22,7 @@ License
     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
 
 Class
-    Foam::fv::solidEqulibriumEnergySource
+    Foam::fv::solidEquilibriumEnergySource
 
 Description
     This option adds the thermal inertia of a solid phase into the energy
@@ -45,7 +45,7 @@ Usage
     \verbatim
     <fvOptionName>
     {
-        type        solidEqulibriumEnergySource;
+        type        solidEquilibriumEnergySource;
         phase       solid;
         field       e;
     }
@@ -53,8 +53,8 @@ Usage
 
 \*---------------------------------------------------------------------------*/
 
-#ifndef solidEqulibriumEnergySource_H
-#define solidEqulibriumEnergySource_H
+#ifndef solidEquilibriumEnergySource_H
+#define solidEquilibriumEnergySource_H
 
 #include "fvOption.H"
 #include "volFields.H"
@@ -68,10 +68,10 @@ namespace fv
 {
 
 /*---------------------------------------------------------------------------*\
-                         Class solidEqulibriumEnergySource Declaration
+                        Class solidEquilibriumEnergySource Declaration
 \*---------------------------------------------------------------------------*/
 
-class solidEqulibriumEnergySource
+class solidEquilibriumEnergySource
 :
     public option
 {
@@ -90,13 +90,13 @@ class solidEqulibriumEnergySource
 public:
 
     //- Runtime type information
-    TypeName("solidEqulibriumEnergySource");
+    TypeName("solidEquilibriumEnergySource");
 
 
     // Constructors
 
         //- Construct from components
-        solidEqulibriumEnergySource
+        solidEquilibriumEnergySource
         (
             const word& name,
             const word& modelType,
@@ -105,14 +105,14 @@ public:
         );
 
         //- Disallow default bitwise copy construction
-        solidEqulibriumEnergySource
+        solidEquilibriumEnergySource
         (
-            const solidEqulibriumEnergySource&
+            const solidEquilibriumEnergySource&
         ) = delete;
 
 
     //- Destructor
-    virtual ~solidEqulibriumEnergySource();
+    virtual ~solidEquilibriumEnergySource();
 
 
     // Member Functions
@@ -146,7 +146,7 @@ public:
     // Member Operators
 
         //- Disallow default bitwise assignment
-        void operator=(const solidEqulibriumEnergySource&) = delete;
+        void operator=(const solidEquilibriumEnergySource&) = delete;
 };
 
 
diff --git a/src/fvOptions/sources/derived/solidificationMeltingSource/solidificationMeltingSource.H b/src/fvOptions/sources/derived/solidificationMeltingSource/solidificationMeltingSource.H
index d3e95768d..210fd26fb 100644
--- a/src/fvOptions/sources/derived/solidificationMeltingSource/solidificationMeltingSource.H
+++ b/src/fvOptions/sources/derived/solidificationMeltingSource/solidificationMeltingSource.H
@@ -26,7 +26,7 @@ Class
 
 Description
     This source is designed to model the effect of solidification and melting
-    processes, e.g. windhield defrosting.
+    processes, e.g. windshield defrosting.
 
     The isotherm phase change occurs at the melting temperature, \c Tsol (= \c
     Tliq). The not isotherm phase change occurs between solidus and liquidus
diff --git a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/variableHeatTransfer/variableHeatTransfer.H b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/variableHeatTransfer/variableHeatTransfer.H
index 865afb093..fb73bc921 100644
--- a/src/fvOptions/sources/interRegion/interRegionHeatTransfer/variableHeatTransfer/variableHeatTransfer.H
+++ b/src/fvOptions/sources/interRegion/interRegionHeatTransfer/variableHeatTransfer/variableHeatTransfer.H
@@ -74,7 +74,7 @@ class variableHeatTransfer
         //- Strut diameter
         scalar ds_;
 
-        //- Fluid Prandt number
+        //- Fluid Prandtl number
         scalar Pr_;
 
         //- Area per unit volume of heat exchanger
diff --git a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C
index 20cacf76c..66382bf77 100644
--- a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C
+++ b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C
@@ -155,7 +155,7 @@ Foam::scalar Foam::COxidationMurphyShaddix<CloudType>::calculate
     // Particle surface area [m^2]
     const scalar Ap = constant::mathematical::pi*sqr(d);
 
-    // Calculate diffision constant at continuous phase temperature
+    // Calculate diffusion constant at continuous phase temperature
     // and density [m^2/s]
     const scalar D = D0_*(rho0_/rhoc)*pow(Tc/T0_, Dn_);
 
diff --git a/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Dual/Dual.H b/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Dual/Dual.H
index 07c43dd3a..5634fef80 100644
--- a/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Dual/Dual.H
+++ b/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Dual/Dual.H
@@ -29,7 +29,7 @@ Description
 
     Point values are summed using the tetrahedral decomposition of the
     computational cells. Summation is done in the cells, and also in the
-    terahedrons surrounding each point. The latter forms a type of dual mesh.
+    tetrahedrons surrounding each point. The latter forms a type of dual mesh.
     The interpolation is weighted by proximity to the cell centre or point, as
     calculated by the barycentric coordinate within the tethrahedron.
 
diff --git a/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/equilibrium/equilibrium.H b/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/equilibrium/equilibrium.H
index b218daf7a..a61c2beeb 100644
--- a/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/equilibrium/equilibrium.H
+++ b/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/equilibrium/equilibrium.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -25,7 +25,7 @@ Class
     Foam::TimeScaleModels::equilibrium
 
 Description
-    Equlibrium model for the time scale over which properties of a dispersed
+    Equilibrium model for the time scale over which properties of a dispersed
     phase tend towards the mean value.
 
     Reference:
diff --git a/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/nonEquilibrium/nonEquilibrium.H b/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/nonEquilibrium/nonEquilibrium.H
index 88c9e0713..dff942992 100644
--- a/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/nonEquilibrium/nonEquilibrium.H
+++ b/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/nonEquilibrium/nonEquilibrium.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     | Website:  https://openfoam.org
-    \\  /    A nd           | Copyright (C) 2013-2018 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2013-2019 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -25,7 +25,7 @@ Class
     Foam::TimeScaleModels::nonEquilibrium
 
 Description
-    Non-Equlibrium model for the time scale over which properties of a
+    Non-Equilibrium model for the time scale over which properties of a
     dispersed phase tend towards the mean value.
 
     Reference:
diff --git a/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H b/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H
index 702acdf4c..111837fbd 100644
--- a/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H
+++ b/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H
@@ -86,13 +86,13 @@ class ThermoLookupTableInjection
         //- List of injectors
         kinematicParcelInjectionDataIOList injectors_;
 
-        //- List of cell labels corresoponding to injector positions
+        //- List of cell labels corresponding to injector positions
         labelList injectorCells_;
 
-        //- List of tetFace labels corresoponding to injector positions
+        //- List of tetFace labels corresponding to injector positions
         labelList injectorTetFaces_;
 
-        //- List of tetPt labels corresoponding to injector positions
+        //- List of tetPt labels corresponding to injector positions
         labelList injectorTetPts_;
 
 
diff --git a/src/lagrangian/molecularDynamics/molecule/mdTools/createAutoCorrelationFunctions.H b/src/lagrangian/molecularDynamics/molecule/mdTools/createAutoCorrelationFunctions.H
index 4a6f05324..f5b726619 100644
--- a/src/lagrangian/molecularDynamics/molecule/mdTools/createAutoCorrelationFunctions.H
+++ b/src/lagrangian/molecularDynamics/molecule/mdTools/createAutoCorrelationFunctions.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
@@ -25,11 +25,11 @@ License
 
 Info << nl << "Creating autocorrelation functions." << endl;
 
-IOdictionary mdTransportProperitesDict
+IOdictionary mdTransportPropertiesDict
 (
     IOobject
     (
-        "mdTransportProperitesDict",
+        "mdTransportPropertiesDict",
         mesh.time().system(),
         mesh,
         IOobject::MUST_READ_IF_MODIFIED,
@@ -40,7 +40,7 @@ IOdictionary mdTransportProperitesDict
 
 const dictionary& autocorrelationFunctionDict
 (
-    mdTransportProperitesDict.subDict("autocorrelationFunctions")
+    mdTransportPropertiesDict.subDict("autocorrelationFunctions")
 );
 
 //- Velocity autocorrelation function
diff --git a/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H b/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H
index 4dccc9bd0..2e1181ca6 100644
--- a/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H
+++ b/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H
@@ -112,7 +112,7 @@ public:
 
             void checkSiteListSizes() const;
 
-            void setInteracionSiteBools
+            void setInteractionSiteBools
             (
                 const List<word>& siteIds,
                 const List<word>& pairPotSiteIds
diff --git a/src/lagrangian/molecularDynamics/molecule/molecule/moleculeI.H b/src/lagrangian/molecularDynamics/molecule/molecule/moleculeI.H
index 596f28ac1..bdc16aef1 100644
--- a/src/lagrangian/molecularDynamics/molecule/molecule/moleculeI.H
+++ b/src/lagrangian/molecularDynamics/molecule/molecule/moleculeI.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
@@ -54,7 +54,7 @@ inline Foam::molecule::constantProperties::constantProperties
 {
     checkSiteListSizes();
 
-    setInteracionSiteBools
+    setInteractionSiteBools
     (
         List<word>(dict.lookup("siteIds")),
         List<word>(dict.lookup("pairPotentialSiteIds"))
@@ -307,7 +307,7 @@ inline void Foam::molecule::constantProperties::checkSiteListSizes() const
 }
 
 
-inline void Foam::molecule::constantProperties::setInteracionSiteBools
+inline void Foam::molecule::constantProperties::setInteractionSiteBools
 (
     const List<word>& siteIds,
     const List<word>& pairPotSiteIds
diff --git a/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H b/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H
index e7a438d57..13303fe26 100644
--- a/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H
+++ b/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H
@@ -26,7 +26,7 @@ Class
 
 Description
     Secondary Breakup Model to take account of the different breakup regimes,
-    bag, molutimode, shear....
+    bag, solutionmode, shear....
 
     Accurate description in
     @verbatim
diff --git a/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H b/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H
index 5cde4b267..7172e4eef 100644
--- a/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H
+++ b/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H
@@ -64,7 +64,7 @@ class TAB
 {
 public:
 
-    //- Enumeration for the SMD brekup calculation
+    //- Enumeration for the SMD breakup calculation
     enum SMDMethods
     {
         method1,
diff --git a/src/radiationModels/radiationModels/fvDOM/fvDOM.H b/src/radiationModels/radiationModels/fvDOM/fvDOM.H
index 1c1938333..f93aae8d9 100644
--- a/src/radiationModels/radiationModels/fvDOM/fvDOM.H
+++ b/src/radiationModels/radiationModels/fvDOM/fvDOM.H
@@ -31,7 +31,7 @@ Description
 
     Available absorption models:
         constantAbsorptionEmission
-        greyMeanAbsoprtionEmission
+        greyMeanAbsorptionEmission
         wideBandAbsorptionEmission
 
     i.e. dictionary
@@ -97,7 +97,7 @@ class fvDOM
          //- Emitted radiative heat flux [W/m^2]
         volScalarField qem_;
 
-        //- Incidet radiative heat flux [W/m^2]
+        //- Incident radiative heat flux [W/m^2]
         volScalarField qin_;
 
         //- Total absorption coefficient [1/m]
@@ -139,7 +139,7 @@ class fvDOM
         //- Initialise
         void initialise();
 
-        //- Update nlack body emission
+        //- Update black body emission
         void updateBlackBodyEmission();
 
 
diff --git a/src/regionModels/regionModel/regionModel1D/regionModel1D.H b/src/regionModels/regionModel/regionModel1D/regionModel1D.H
index c2c763662..6399fe85d 100644
--- a/src/regionModels/regionModel/regionModel1D/regionModel1D.H
+++ b/src/regionModels/regionModel/regionModel1D/regionModel1D.H
@@ -81,7 +81,7 @@ protected:
             //- Global cell IDs
             labelListList boundaryFaceCells_;
 
-            //- Global boundary face IDs oppossite coupled patch
+            //- Global boundary face IDs opposite coupled patch
             labelList boundaryFaceOppositeFace_;
 
             //- Number of layers in the region
@@ -166,7 +166,7 @@ public:
                 //- Return the global cell IDs
                 inline const labelListList& boundaryFaceCells() const;
 
-                //- Return the global boundary face IDs oppossite coupled patch
+                //- Return the global boundary face IDs opposite coupled patch
                 inline const labelList& boundaryFaceOppositeFace() const;
 
 
diff --git a/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H b/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H
index 8ef82ab6f..bb70b0d6b 100644
--- a/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H
+++ b/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H
@@ -150,7 +150,7 @@ protected:
             // Note: need boundary value mapped from primary region, and then
             // pushed into the patch internal field
 
-                //- Momementum [kg/m/s^2]
+                //- Momentum [kg/m/s^2]
                 volVectorField USp_;
 
                 //- Pressure [Pa]
@@ -163,7 +163,7 @@ protected:
             // Primary region - registered to the primary region mesh
             // Internal use only - not read-in
 
-                //- Momementum [kg/m/s^2]
+                //- Momentum [kg/m/s^2]
                 volVectorField USpPrimary_;
 
                 //- Pressure [Pa]
@@ -415,7 +415,7 @@ public:
 
             // Primary region
 
-                //- Momementum [kg/m/s^2]
+                //- Momentum [kg/m/s^2]
                 inline volVectorField& USpPrimary();
 
                 //- Pressure [Pa]
diff --git a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C
index c036c67af..2f8609ecd 100644
--- a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C
+++ b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.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
@@ -178,7 +178,7 @@ void thermoSingleLayer::transferPrimaryRegionSourceFields()
     volScalarField::Boundary& hsSpPrimaryBf =
         hsSpPrimary_.boundaryFieldRef();
 
-    // Convert accummulated source terms into per unit area per unit time
+    // Convert accumulated source terms into per unit area per unit time
     const scalar deltaT = time_.deltaTValue();
     forAll(hsSpPrimaryBf, patchi)
     {
diff --git a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
index e0d85c537..a06f22b63 100644
--- a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
+++ b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H
@@ -114,7 +114,7 @@ protected:
         scalar deltaWet_;
 
 
-        // Hyprophilic/phobic properties
+        // Hydrophilic/phobic properties
 
             //- Activation flag
             bool hydrophilic_;
diff --git a/src/regionModels/thermalBaffleModels/noThermo/noThermo.H b/src/regionModels/thermalBaffleModels/noThermo/noThermo.H
index 72da5f243..7b1fa8788 100644
--- a/src/regionModels/thermalBaffleModels/noThermo/noThermo.H
+++ b/src/regionModels/thermalBaffleModels/noThermo/noThermo.H
@@ -104,7 +104,7 @@ public:
             //- Return the film specific heat capacity [J/kg/K]
             virtual const tmp<volScalarField> Cp() const;
 
-            //- Return solid absortivity [1/m]
+            //- Return solid absorptivity [1/m]
             virtual const volScalarField& kappaRad() const;
 
             //- Return the film mean temperature [K]
diff --git a/src/regionModels/thermalBaffleModels/thermalBaffle/thermalBaffle.H b/src/regionModels/thermalBaffleModels/thermalBaffle/thermalBaffle.H
index b81696eb7..5951e1a44 100644
--- a/src/regionModels/thermalBaffleModels/thermalBaffle/thermalBaffle.H
+++ b/src/regionModels/thermalBaffleModels/thermalBaffle/thermalBaffle.H
@@ -153,7 +153,7 @@ public:
                 //- Return the film specific heat capacity [J/kg/K]
                 virtual const tmp<volScalarField> Cp() const;
 
-                //- Return solid absortivity [1/m]
+                //- Return solid absorptivity [1/m]
                 virtual const volScalarField& kappaRad() const;
 
                 //- Return temperature [K]
diff --git a/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H b/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H
index 94f672d8e..abc2e521a 100644
--- a/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H
+++ b/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H
@@ -85,7 +85,7 @@ protected:
             const label tgtCelli
         ) const;
 
-        //- Append target cell neihgbour cells to cellIDs list
+        //- Append target cell neighbour cells to cellIDs list
         virtual void appendNbrCells
         (
             const label tgtCelli,
diff --git a/src/sampling/probes/probes.H b/src/sampling/probes/probes.H
index b804dba6b..7a676116d 100644
--- a/src/sampling/probes/probes.H
+++ b/src/sampling/probes/probes.H
@@ -102,7 +102,7 @@ protected:
             wordReList fieldSelection_;
 
             //- Fixed locations, default = yes
-            //  Note: set to false for moving mesh calations where locations
+            //  Note: set to false for moving mesh calculations where locations
             //        should move with the mesh
             bool fixedLocations_;
 
diff --git a/src/thermophysicalModels/basic/basicThermo/basicThermo.H b/src/thermophysicalModels/basic/basicThermo/basicThermo.H
index 00b9fd909..e908ce1cc 100644
--- a/src/thermophysicalModels/basic/basicThermo/basicThermo.H
+++ b/src/thermophysicalModels/basic/basicThermo/basicThermo.H
@@ -71,7 +71,7 @@ protected:
             //- Temperature [K]
             volScalarField T_;
 
-            //- Laminar thermal diffusuvity [kg/m/s]
+            //- Laminar thermal diffusivity [kg/m/s]
             volScalarField alpha_;
 
         //- Should the dpdt term be included in the enthalpy equation
diff --git a/src/thermophysicalModels/basic/heThermo/heThermo.H b/src/thermophysicalModels/basic/heThermo/heThermo.H
index f18072065..e3a085a52 100644
--- a/src/thermophysicalModels/basic/heThermo/heThermo.H
+++ b/src/thermophysicalModels/basic/heThermo/heThermo.H
@@ -131,14 +131,14 @@ public:
 
     // Member Functions
 
-        //- Return the compostion of the mixture
+        //- Return the composition of the mixture
         virtual typename MixtureType::basicMixtureType&
         composition()
         {
             return *this;
         }
 
-        //- Return the compostion of the mixture
+        //- Return the composition of the mixture
         virtual const typename MixtureType::basicMixtureType&
         composition() const
         {
diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/BasicChemistryModel/BasicChemistryModels.C b/src/thermophysicalModels/chemistryModel/chemistryModel/BasicChemistryModel/BasicChemistryModels.C
index 500f35b4e..09e1b2979 100644
--- a/src/thermophysicalModels/chemistryModel/chemistryModel/BasicChemistryModel/BasicChemistryModels.C
+++ b/src/thermophysicalModels/chemistryModel/chemistryModel/BasicChemistryModel/BasicChemistryModels.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
@@ -46,7 +46,7 @@ namespace Foam
     makeChemistryModel(psiReactionThermo);
     makeChemistryModel(rhoReactionThermo);
 
-    // Chemistry moldels based on sensibleEnthalpy
+    // Chemistry models based on sensibleEnthalpy
     makeChemistryModelType
     (
         StandardChemistryModel,
diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/StandardChemistryModel/StandardChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/StandardChemistryModel/StandardChemistryModel.H
index 77186b8fc..e3352c410 100644
--- a/src/thermophysicalModels/chemistryModel/chemistryModel/StandardChemistryModel/StandardChemistryModel.H
+++ b/src/thermophysicalModels/chemistryModel/chemistryModel/StandardChemistryModel/StandardChemistryModel.H
@@ -162,7 +162,7 @@ public:
 
 
         //- Return the reaction rate for iReaction and the reference
-        //  species and charateristic times
+        //  species and characteristic times
         virtual scalar omegaI
         (
             label iReaction,
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.C
index 69877bcba..7ba18453a 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.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
@@ -99,7 +99,7 @@ Foam::Ar::Ar
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -115,7 +115,7 @@ Foam::Ar::Ar
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.H
index 2c5772681..14182bfbd 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/Ar/Ar.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.C
index 4da8b5b87..f07d8a8aa 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.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
@@ -107,7 +107,7 @@ Foam::C10H22::C10H22
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C10H22::C10H22
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.H
index baba8493c..9225243e3 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C10H22/C10H22.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.C
index bb30ea9fb..3f5bc2447 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.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
@@ -99,7 +99,7 @@ Foam::C12H26::C12H26
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -115,7 +115,7 @@ Foam::C12H26::C12H26
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.H
index 506c78c00..558398ad4 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C12H26/C12H26.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.C
index 18a5cc292..f8de8c35f 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.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
@@ -107,7 +107,7 @@ Foam::C13H28::C13H28
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C13H28::C13H28
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.H
index df942a32a..8d77017ed 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C13H28/C13H28.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.C
index 55b9eabb0..d168aed9e 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.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
@@ -107,7 +107,7 @@ Foam::C14H30::C14H30
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C14H30::C14H30
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.H
index 3845490f8..823f01407 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C14H30/C14H30.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.C
index 62cdf4ed1..99ade8d9f 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.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
@@ -107,7 +107,7 @@ Foam::C16H34::C16H34
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C16H34::C16H34
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.H
index 9ca5d8fe4..01b79a893 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C16H34/C16H34.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.C
index f305f927f..39060b263 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.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
@@ -107,7 +107,7 @@ Foam::C2H5OH::C2H5OH
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc0& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C2H5OH::C2H5OH
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.H
index 9a6730cb3..a21005ab4 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H5OH/C2H5OH.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc0& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.C
index 9d11fefd5..6d5b8a6ab 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.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
@@ -98,7 +98,7 @@ Foam::C2H6::C2H6
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -114,7 +114,7 @@ Foam::C2H6::C2H6
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.H
index a6c5feb50..ad40a37f7 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6/C2H6.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.C
index a2a8f6404..fdc14cbad 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.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
@@ -107,7 +107,7 @@ Foam::C2H6O::C2H6O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C2H6O::C2H6O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.H
index 322562311..1e0bedaac 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C2H6O/C2H6O.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.C
index 7b26724ca..595cccda3 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.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
@@ -107,7 +107,7 @@ Foam::C3H6O::C3H6O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C3H6O::C3H6O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.H
index 324fd8035..64296353b 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H6O/C3H6O.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.C
index f336103e1..06c3b7e1f 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.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
@@ -97,7 +97,7 @@ Foam::C3H8::C3H8
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -113,7 +113,7 @@ Foam::C3H8::C3H8
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.H
index 0e928afa2..8c8f33bc9 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C3H8/C3H8.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.C
index 5019ed6cb..cc5f3d114 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.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
@@ -107,7 +107,7 @@ Foam::C4H10O::C4H10O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C4H10O::C4H10O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.H
index 1bbec7921..05cd4b8a5 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C4H10O/C4H10O.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.C
index a1b2c4d7f..a646ea6d4 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.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
@@ -107,7 +107,7 @@ Foam::C6H14::C6H14
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C6H14::C6H14
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.H
index b4183ffec..d434dc2f7 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H14/C6H14.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.C
index e17d9b544..5da0367c0 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.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
@@ -107,7 +107,7 @@ Foam::C6H6::C6H6
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C6H6::C6H6
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.H
index b842b6e3e..229b53b72 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C6H6/C6H6.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.C
index 7a9578d08..a96e18da1 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.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
@@ -106,7 +106,7 @@ Foam::C7H16::C7H16
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -122,7 +122,7 @@ Foam::C7H16::C7H16
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.H
index b6082dfa0..2085b209e 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H16/C7H16.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.C
index 46f1440fc..7dbfae43c 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.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
@@ -107,7 +107,7 @@ Foam::C7H8::C7H8
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C7H8::C7H8
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.H
index ed2850b9f..56a196d4e 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C7H8/C7H8.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.C
index 6a1a7a922..27ddc44aa 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.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
@@ -107,7 +107,7 @@ Foam::C8H10::C8H10
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C8H10::C8H10
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.H
index ff55b122f..cabd30af2 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H10/C8H10.H
@@ -105,7 +105,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -156,10 +156,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.C
index 5cc7acf2e..3e90461c2 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.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
@@ -107,7 +107,7 @@ Foam::C8H18::C8H18
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C8H18::C8H18
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.H
index 8720e5828..96c26ffbb 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C8H18/C8H18.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.C
index 43fbee02d..fb78716cd 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.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
@@ -107,7 +107,7 @@ Foam::C9H20::C9H20
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::C9H20::C9H20
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.H
index 25e483282..95d501453 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/C9H20/C9H20.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.C
index 6fceb3860..9c30fa2de 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.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
@@ -107,7 +107,7 @@ Foam::CH3OH::CH3OH
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::CH3OH::CH3OH
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.H
index 3aa71935c..d29b32393 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH3OH/CH3OH.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.C
index 8e7241589..7e81d9e10 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.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
@@ -91,7 +91,7 @@ Foam::CH4N2O::CH4N2O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -107,7 +107,7 @@ Foam::CH4N2O::CH4N2O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.H
index 20b6cb76a..9a40c3686 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/CH4N2O/CH4N2O.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.C
index 540a5a44a..bf43472fc 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.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
@@ -114,7 +114,7 @@ Foam::H2O::H2O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -130,7 +130,7 @@ Foam::H2O::H2O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.H
index bef519111..015aa9f85 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/H2O/H2O.H
@@ -105,7 +105,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -156,10 +156,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.C
index 201c94bbc..ab0cee15e 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.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
@@ -107,7 +107,7 @@ Foam::IC8H18::IC8H18
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::IC8H18::IC8H18
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.H
index 68ee26a8d..bbd53ac0b 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IC8H18/IC8H18.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.C
index 362a37fce..d663d622c 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.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
@@ -127,7 +127,7 @@ Foam::IDEA::IDEA
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -143,7 +143,7 @@ Foam::IDEA::IDEA
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.H
index b5e247c91..4731f5579 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/IDEA/IDEA.H
@@ -128,7 +128,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -179,10 +179,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.C
index 2a42d75e1..843c8a100 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.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
@@ -91,7 +91,7 @@ Foam::MB::MB
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -107,7 +107,7 @@ Foam::MB::MB
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.H
index 8333943db..f764ee211 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/MB/MB.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.C
index a7bb2b55f..8149233df 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.C
@@ -107,7 +107,7 @@ Foam::N2::N2
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::N2::N2
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.H
index 582ddea95..73206d807 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/N2/N2.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.C
index fc4686843..4b62d33d3 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.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
@@ -99,7 +99,7 @@ Foam::aC10H7CH3::aC10H7CH3
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -115,7 +115,7 @@ Foam::aC10H7CH3::aC10H7CH3
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.H
index c8b66ab0a..092a84bd6 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/aC10H7CH3/aC10H7CH3.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.C
index 1b47b5cae..63f686964 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.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
@@ -99,7 +99,7 @@ Foam::bC10H7CH3::bC10H7CH3
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc6& surfaceTension,
-    const APIdiffCoefFunc& vapourDiffussivity
+    const APIdiffCoefFunc& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -115,7 +115,7 @@ Foam::bC10H7CH3::bC10H7CH3
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.H
index 2a4140cc0..1283ce0cb 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/bC10H7CH3/bC10H7CH3.H
@@ -106,7 +106,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc6& surfaceTension,
-            const APIdiffCoefFunc& vapourDiffussivity
+            const APIdiffCoefFunc& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -157,10 +157,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.C
index fda5fd261..03ef73b9c 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.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
@@ -107,7 +107,7 @@ Foam::iC3H8O::iC3H8O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc0& surfaceTension,
-    const NSRDSfunc1& vapourDiffussivity
+    const NSRDSfunc1& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::iC3H8O::iC3H8O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.H
index 80fb78958..1f1b76ff1 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/iC3H8O/iC3H8O.H
@@ -104,7 +104,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc0& surfaceTension,
-            const NSRDSfunc1& vapourDiffussivity
+            const NSRDSfunc1& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -155,10 +155,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         // Note: behaves the same as D(p, T)
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidMixtureProperties/liquidMixtureProperties.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidMixtureProperties/liquidMixtureProperties.H
index d25c66c4b..ff8c9964e 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidMixtureProperties/liquidMixtureProperties.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidMixtureProperties/liquidMixtureProperties.H
@@ -225,7 +225,7 @@ public:
             const scalarField& X
         ) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         scalar D
         (
             const scalar p,
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidProperties/liquidProperties.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidProperties/liquidProperties.H
index 016054d3a..f2a1da9a4 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidProperties/liquidProperties.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/liquidProperties/liquidProperties.H
@@ -259,10 +259,10 @@ public:
             //- Surface tension [N/m]
             virtual scalar sigma(scalar p, scalar T) const = 0;
 
-            //- Vapour diffussivity [m^2/s]
+            //- Vapour diffusivity [m^2/s]
             virtual scalar D(scalar p, scalar T) const = 0;
 
-            //- Vapour diffussivity [m^2/s] with specified binary pair
+            //- Vapour diffusivity [m^2/s] with specified binary pair
             virtual scalar D(scalar p, scalar T, scalar Wb) const = 0;
 
             //- Invert the vapour pressure relationship to retrieve the
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.C b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.C
index 9e985fc49..558179caa 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.C
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.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
@@ -107,7 +107,7 @@ Foam::nC3H8O::nC3H8O
     const NSRDSfunc0& thermalConductivity,
     const NSRDSfunc2& vapourThermalConductivity,
     const NSRDSfunc0& surfaceTension,
-    const NSRDSfunc1& vapourDiffussivity
+    const NSRDSfunc1& vapourDiffusivity
 )
 :
     liquidProperties(l),
@@ -123,7 +123,7 @@ Foam::nC3H8O::nC3H8O
     kappa_(thermalConductivity),
     kappag_(vapourThermalConductivity),
     sigma_(surfaceTension),
-    D_(vapourDiffussivity)
+    D_(vapourDiffusivity)
 {}
 
 
diff --git a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.H b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.H
index 95ea8cb1b..006929360 100644
--- a/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.H
+++ b/src/thermophysicalModels/thermophysicalProperties/liquidProperties/nC3H8O/nC3H8O.H
@@ -104,7 +104,7 @@ public:
             const NSRDSfunc0& thermalConductivity,
             const NSRDSfunc2& vapourThermalConductivity,
             const NSRDSfunc0& surfaceTension,
-            const NSRDSfunc1& vapourDiffussivity
+            const NSRDSfunc1& vapourDiffusivity
         );
 
         //- Construct from dictionary
@@ -155,10 +155,10 @@ public:
         //- Surface tension [N/m]
         inline scalar sigma(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s]
+        //- Vapour diffusivity [m^2/s]
         inline scalar D(scalar p, scalar T) const;
 
-        //- Vapour diffussivity [m^2/s] with specified binary pair
+        //- Vapour diffusivity [m^2/s] with specified binary pair
         // Note: behaves the same as D(p, T)
         inline scalar D(scalar p, scalar T, scalar Wb) const;
 
diff --git a/tutorials/compressible/rhoPimpleFoam/laminar/blockedChannel/system/fvOptions b/tutorials/compressible/rhoPimpleFoam/laminar/blockedChannel/system/fvOptions
index 03b9934f3..bda24f925 100644
--- a/tutorials/compressible/rhoPimpleFoam/laminar/blockedChannel/system/fvOptions
+++ b/tutorials/compressible/rhoPimpleFoam/laminar/blockedChannel/system/fvOptions
@@ -25,9 +25,9 @@ volumeFraction
     fields          (rho U e);
 }
 
-solidEqulibriumEnergy
+solidEquilibriumEnergy
 {
-    type            solidEqulibriumEnergySource;
+    type            solidEquilibriumEnergySource;
     phase           solid;
     field           e;
 }
patch_typos.diff (145,811 bytes)   

will

2019-10-14 09:33

manager   ~0010841

Thanks for the patch. Resolved by https://github.com/OpenFOAM/OpenFOAM-dev/commit/2b0c5028a417e2bee480176daa3886d1d7821572

Issue History

Date Modified Username Field Change
2019-10-13 18:14 tniemi New Issue
2019-10-13 18:14 tniemi File Added: patch_typos.diff
2019-10-14 09:33 will Assigned To => will
2019-10-14 09:33 will Status new => resolved
2019-10-14 09:33 will Resolution open => fixed
2019-10-14 09:33 will Fixed in Version => dev
2019-10-14 09:33 will Note Added: 0010841