From 090768c0b34468a6772ac7b3990d06e5d39c3422 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 19 Dec 2014 11:55:16 +0000
Subject: [PATCH] Reformatted references

---
 .../TomiyamaAspectRatio/TomiyamaAspectRatio.H |  5 ++--
 .../aspectRatioModels/Wellek/Wellek.H         |  7 ++---
 .../GidaspowErgunWenYu/GidaspowErgunWenYu.H   | 10 +++++--
 .../GidaspowSchillerNaumann.C                 |  2 +-
 .../GidaspowSchillerNaumann.H                 | 28 ++++++++++---------
 .../interfacialModels/dragModels/Lain/Lain.H  | 11 ++++----
 .../SchillerNaumann/SchillerNaumann.H         |  3 +-
 .../TomiyamaAnalytic/TomiyamaAnalytic.H       |  6 ++--
 .../TomiyamaCorrelated/TomiyamaCorrelated.H   |  4 +--
 .../dragModels/WenYu/WenYu.H                  | 23 ++++++---------
 .../dragModels/segregated/segregated.H        |  6 ++--
 .../LegendreMagnaudet/LegendreMagnaudet.H     |  6 ++--
 .../liftModels/Moraga/Moraga.H                |  9 +++---
 .../constantVirtualMassCoefficient.H          |  2 --
 .../wallLubricationModels/Antal/Antal.H       |  4 +--
 .../wallLubricationModels/Frank/Frank.H       |  6 ++--
 .../TomiyamaWallLubrication.H                 |  9 ++----
 .../BlendedInterfacialModel.H                 |  4 +--
 .../orderedPhasePair/orderedPhasePair.H       |  6 ++--
 .../twoPhaseSystem/twoPhaseSystem.H           |  2 --
 20 files changed, 62 insertions(+), 91 deletions(-)

diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/TomiyamaAspectRatio/TomiyamaAspectRatio.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/TomiyamaAspectRatio/TomiyamaAspectRatio.H
index 747214f9196..d7afacf71c7 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/TomiyamaAspectRatio/TomiyamaAspectRatio.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/TomiyamaAspectRatio/TomiyamaAspectRatio.H
@@ -31,9 +31,8 @@ Description
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
         in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
-        PhD Thesis
-        April 2013
+        Otromke, M.,
+        PhD Thesis, April 2013
     \endverbatim
 
 SourceFiles
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/Wellek/Wellek.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/Wellek/Wellek.H
index c9c6fa7bb9d..a876f73e229 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/Wellek/Wellek.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/aspectRatioModels/Wellek/Wellek.H
@@ -31,14 +31,13 @@ Description
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
         in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
-        PhD Thesis
-        April 2013
+        Otromke, M.,
+        PhD Thesis, April 2013
     \endverbatim
 
     \verbatim
         "Shape of liquid drops moving in liquid media"
-        R M Wellek, A K Agrawal, A H P Skelland
+        Wellek, R.M., Agrawal, A.K., Skelland, A.H.P.,
         International Journal of Multiphase Flow
         Volume 12, Issue 5, Pages 854-862, September 1966
     \endverbatim
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H
index 4bc2666d9d3..b728c02e85a 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H
@@ -25,8 +25,14 @@ Class
     Foam::dragModels::GidaspowErgunWenYu
 
 Description
-    D. Gidaspow, Multiphase flow and fluidization,
+    Gidaspow, Ergun, Wen and Yu drag model
+
+    Reference:
+    \verbatim
+        "Multiphase flow and fluidization",
+        Gidaspow, D.,
         Academic Press, New York, 1994.
+    \endverbatim
 
 SourceFiles
     GidaspowErgunWenYu.C
@@ -59,8 +65,6 @@ class GidaspowErgunWenYu
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Ergun drag model
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C
index 0571242d556..ded80e6660f 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C
@@ -34,7 +34,7 @@ namespace Foam
 namespace dragModels
 {
     defineTypeNameAndDebug(GidaspowSchillerNaumann, 0);
-    addToRunTimeSelectionTable(dragModel, GidaspowSchillerNaumann, dictionary); 
+    addToRunTimeSelectionTable(dragModel, GidaspowSchillerNaumann, dictionary);
 }
 }
 
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H
index f89d15d076d..7f3ee31f10d 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H
@@ -25,17 +25,21 @@ Class
     Foam::dragModels::GidaspowSchillerNaumann
 
 Description
-    H, Enwald, E. Peirano, A-E Almstedt
-    'Eulerian Two-Phase Flow Theory Applied to Fluidization'
-    Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
-    Eq. 86-87, p. 40
-
-    This is identical to the Wen and Yu, Rowe model Table 3.6 p.56  in
-    the Ph.D. thesis of Berend van Wachem
-    'Derivation, Implementation and Validation
-                    of
-          Computer Simulation Models
-         for Gas-Solid Fluidized Beds'
+    Gidaspow, Schiller and Naumann drag model
+
+    References:
+    \verbatim
+        "Eulerian Two-Phase Flow Theory Applied to Fluidization"
+        Enwald, H., Peirano, E., Almstedt, A-E.,
+        Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
+        Eq. 86-87, p. 40
+
+        This is identical to the Wen and Yu, Rowe model Table 3.6 p.56  in
+        "Derivation, Implementation and Validation of Computer Simulation Models
+         for Gas-Solid Fluidized Beds",
+        Berend van Wachem
+        Ph.D. thesis.
+    \endverbatim
 
 SourceFiles
     GidaspowSchillerNaumann.C
@@ -65,8 +69,6 @@ class GidaspowSchillerNaumann
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Residual Reynolds Number
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Lain/Lain.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Lain/Lain.H
index 231fbcc8d95..d77f20a66a1 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Lain/Lain.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Lain/Lain.H
@@ -30,16 +30,15 @@ Description
     References:
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
-        in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
-        PhD Thesis
-        April 2013
+         in a Gas-Liquid System within an Euler-Euler Framework"
+        Otromke, M.,
+        PhD Thesis, April 2013
     \endverbatim
 
     \verbatim
         "Modelling hydrodynamics and turbulence in a bubble column using the
-        Euler-Lagrange procedure"
-        S Lain, D Brodera, M Sommerfelda, M F Goza
+         Euler-Lagrange procedure"
+        Lain, S., Brodera, D., Sommerfelda, M., Goza, M.F.,
         International Journal of Multiphase Flow
         Volume 28, Issue 8, Pages 1381-1407, August 2002
     \endverbatim
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H
index e3c6175b63e..90aeafd158d 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H
@@ -25,6 +25,7 @@ Class
     Foam::dragModels::SchillerNaumann
 
 Description
+    Schiller and Naumann drag model for dispersed bubbly flows.
 
 SourceFiles
     SchillerNaumann.C
@@ -54,8 +55,6 @@ class SchillerNaumann
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Residual Reynolds Number
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaAnalytic/TomiyamaAnalytic.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaAnalytic/TomiyamaAnalytic.H
index 237f6e94470..ad82190c95a 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaAnalytic/TomiyamaAnalytic.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaAnalytic/TomiyamaAnalytic.H
@@ -25,13 +25,13 @@ Class
     Foam::dragModels::TomiyamaAnalytic
 
 Description
-    Analytic drag model of Tomiyama et al.
+    Analytical drag model of Tomiyama et al.
 
     Reference:
     \verbatim
         "Drag Coefficients of Bubbles. 1st Report. Drag Coefficients of a
         Single Bubble in a Stagnant Liquid."
-        A Tomiyama, I Kataoka, and T Sakaguchi
+        Tomiyama, A., Kataoka, I., and Sakaguchi, T.,
         Nippon Kikai Gakkai Ronbunshu
         Volume 61, Issue 587, Pages 2357-2364, 1995
     \endverbatim
@@ -64,8 +64,6 @@ class TomiyamaAnalytic
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Residual Reynolds Number
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaCorrelated/TomiyamaCorrelated.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaCorrelated/TomiyamaCorrelated.H
index f3b37e121df..015a4bca36e 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaCorrelated/TomiyamaCorrelated.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/TomiyamaCorrelated/TomiyamaCorrelated.H
@@ -31,7 +31,7 @@ Description
     \verbatim
         "Terminal velocity of single bubbles in surface tension force dominant
         regime"
-        A Tomiyama, G P Celata, S Hosokawa, S Yoshida
+        Tomiyama, T., Celata, G.P., Hosokawa, S., Yoshida, S.,
         International Journal of Multiphase Flow
         Volume 28, Issue 9, Pages 1497-1519, September 2002
     \endverbatim
@@ -64,8 +64,6 @@ class TomiyamaCorrelated
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Coefficient
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H
index da3cac2cfce..3e2b02b1f86 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H
@@ -25,20 +25,15 @@ Class
     Foam::dragModels::WenYu
 
 Description
-    H, Enwald, E. Peirano, A-E Almstedt
-    'Eulerian Two-Phase Flow Theory Applied to Fluidization'
-    Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
-    Eq. 86-87, p. 40
+    Wen and Yu drag model
 
-    This is identical to the Wen and Yu, Rowe model Table 3.6 p.56  in
-    the Ph.D. thesis of Berend van Wachem
-    'Derivation, Implementation and Validation
-                    of
-          Computer Simulation Models
-         for Gas-Solid Fluidized Beds'
-
-    NB: The difference between the Gidaspow-version is the void-fraction
-        in the Re-number
+    Reference:
+    \verbatim
+        "Eulerian Two-Phase Flow Theory Applied to Fluidization"
+        Enwald, H., Peirano, E., Almstedt, A-E.,
+        Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996)
+        Eq. 86-87, p. 40
+    \endverbatim
 
 SourceFiles
     WenYu.C
@@ -68,8 +63,6 @@ class WenYu
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- Residual Reynolds Number
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/segregated/segregated.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/segregated/segregated.H
index 13bf2a4d10b..dac7c04d200 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/segregated/segregated.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/segregated/segregated.H
@@ -29,8 +29,8 @@ Description
 
     Reference:
     \verbatim
-        "Towards the Numerical Simulation of Multi-scale Two-phase Flows"
-        H Marschall
+        "Towards the Numerical Simulation of Multi-scale Two-phase Flows",
+        Marschall, H.,
         PhD Thesis, TU München, 2011
     \endverbatim
 
@@ -62,8 +62,6 @@ class segregated
 :
     public dragModel
 {
-private:
-
     // Private data
 
         //- M coefficient
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/LegendreMagnaudet/LegendreMagnaudet.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/LegendreMagnaudet/LegendreMagnaudet.H
index 9be41a3d1e6..a6618d73610 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/LegendreMagnaudet/LegendreMagnaudet.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/LegendreMagnaudet/LegendreMagnaudet.H
@@ -31,14 +31,14 @@ Description
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
         in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
+        Otromke, M.
         PhD Thesis
         April 2013
     \endverbatim
 
     \verbatim
         "The lift force on a spherical bubble in a viscous linear shear flow"
-        D Legendre, J Magnaudet
+        Legendre, D., Magnaudet, J.,
         Journal of Fluid Mechanics
         Volume 368, pp 81-126, August 1998
     \endverbatim
@@ -71,8 +71,6 @@ class LegendreMagnaudet
 :
     public liftModel
 {
-private:
-
     // Private data
 
         //- Residual Reynold's number
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/Moraga/Moraga.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/Moraga/Moraga.H
index b38a5efde4a..1f0a809af66 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/Moraga/Moraga.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/liftModels/Moraga/Moraga.H
@@ -30,15 +30,14 @@ Description
     References:
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
-        in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
-        PhD Thesis
-        April 2013
+         in a Gas-Liquid System within an Euler-Euler Framework"
+        Otromke, M.,
+        PhD Thesis, April 2013
     \endverbatim
 
     \verbatim
         "Lateral forces on spheres in turbulent uniform shear flow"
-        F J Moraga, F J Bonetto, R T Lahey
+        Moraga, F.J., Bonetto, F.J., Lahey, R.T.,
         International Journal of Multiphase Flow
         Volume 25, Issues 6-7, Pages 1321-1372, September 1999
     \endverbatim
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/virtualMassModels/constantVirtualMassCoefficient/constantVirtualMassCoefficient.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/virtualMassModels/constantVirtualMassCoefficient/constantVirtualMassCoefficient.H
index cb20c4e32ee..f8e8562cf78 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/virtualMassModels/constantVirtualMassCoefficient/constantVirtualMassCoefficient.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/virtualMassModels/constantVirtualMassCoefficient/constantVirtualMassCoefficient.H
@@ -55,8 +55,6 @@ class constantVirtualMassCoefficient
 :
     public virtualMassModel
 {
-private:
-
     // Private data
 
         //- Constant virtual mass coefficient
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Antal/Antal.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Antal/Antal.H
index bd5daf4cb7c..5ac37953247 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Antal/Antal.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Antal/Antal.H
@@ -31,7 +31,7 @@ Description
     \verbatim
         "Analysis of phase distribution in fully developed laminar bubbly
         two-phase flow"
-        S P Antal, R T Lahey Jr and J E Flaherty
+        Antal, S.P., Lahey Jr, R.T., and Flaherty, J.E.
         International Journal of Multiphase Flow
         Volume 17, Issue 5, Pages 635-652, September 1991
     \endverbatim
@@ -64,8 +64,6 @@ class Antal
 :
     public wallLubricationModel
 {
-private:
-
     // Private data
 
         //- Coefficient 1
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Frank/Frank.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Frank/Frank.H
index 3ba0f9851b6..8d1385473bd 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Frank/Frank.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/Frank/Frank.H
@@ -31,7 +31,7 @@ Description
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
         in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
+        Otromke, M.
         PhD Thesis
         April 2013
     \endverbatim
@@ -39,7 +39,7 @@ Description
     \verbatim
         "Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas-
         Liquid Multiphase Flows"
-        T Frank
+        Frank, T.
         NAFEMS Seminar : Simulation of Complex Flows (CFD)
         Pages 1-18, April 2005
     \endverbatim
@@ -72,8 +72,6 @@ class Frank
 :
     public wallLubricationModel
 {
-private:
-
     // Private data
 
         //- Coefficient d
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/TomiyamaWallLubrication/TomiyamaWallLubrication.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/TomiyamaWallLubrication/TomiyamaWallLubrication.H
index 24377af8963..6fc9b39160a 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/TomiyamaWallLubrication/TomiyamaWallLubrication.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallLubricationModels/TomiyamaWallLubrication/TomiyamaWallLubrication.H
@@ -31,14 +31,13 @@ Description
     \verbatim
         "Implementation and Comparison of Correlations for interfacial Forces
         in a Gas-Liquid System within an Euler-Euler Framework"
-        M Otromke
-        PhD Thesis
-        April 2013
+        Otromke, M.
+        PhD Thesis, April 2013
     \endverbatim
 
     \verbatim
         "Struggle with Computational Bubble Dynamics"
-        A Tomiyama
+        Tomiyama, A.,
         Multiphase Science and Technology
         Volume 10, Issue 4, Pages 369-405, 1998
     \endverbatim
@@ -71,8 +70,6 @@ class TomiyamaWallLubrication
 :
     public wallLubricationModel
 {
-private:
-
     // Private data
 
         //- Characteristic channel dimension
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/BlendedInterfacialModel/BlendedInterfacialModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/BlendedInterfacialModel/BlendedInterfacialModel.H
index 1f698f99161..5337252dbde 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/BlendedInterfacialModel/BlendedInterfacialModel.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/BlendedInterfacialModel/BlendedInterfacialModel.H
@@ -52,8 +52,6 @@ namespace Foam
 template<class modelType>
 class BlendedInterfacialModel
 {
-private:
-
     // Private data
 
         //- Unordered phase pair
@@ -121,7 +119,7 @@ public:
         //- Return the explicit value
         template<class Type>
         tmp<GeometricField<Type, fvPatchField, volMesh> > F() const;
-        
+
         //- Return the model for the supplied phase
         const modelType& phaseModel(const phaseModel& phase) const;
 };
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/orderedPhasePair/orderedPhasePair.H b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/orderedPhasePair/orderedPhasePair.H
index e3530b06c91..eb1847fd2b3 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/orderedPhasePair/orderedPhasePair.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/orderedPhasePair/orderedPhasePair.H
@@ -51,13 +51,11 @@ class orderedPhasePair
 :
     public phasePair
 {
-private:
-
     // Private data
-    
+
         //- Aspect ratio model
         autoPtr<aspectRatioModel> aspectRatio_;
-        
+
 
 public:
 
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.H b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.H
index a12f3a4e16d..8b8ab19f41b 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.H
@@ -64,8 +64,6 @@ class twoPhaseSystem
 :
     public IOdictionary
 {
-private:
-
     // Private data
 
         //- Reference to the mesh
-- 
GitLab