From e7cfbf491542cbb6fb4b5199ab91a246559dab03 Mon Sep 17 00:00:00 2001
From: Michael Wild <themiwi@users.sourceforge.net>
Date: Wed, 18 Jan 2012 21:58:48 +0100
Subject: [PATCH] STYLE: Invalid encoding and typos in comments in dragModel.H

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
---
 .../dragModels/dragModel/dragModel.H               |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H
index a0364b8..181ffc0 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H
@@ -114,11 +114,11 @@ public:
         //- the dragfunction K used in the momentum eq.
         //    ddt(alpha*rhoa*Ua) + ... = ... alpha*beta*K*(Ua-Ub)
         //    ddt(beta*rhob*Ub) + ...  = ... alpha*beta*K*(Ub-Ua)
-        // ********************************** NB ! *****************************
-        // for numerical reasons alpha and beta has been
-        // extracted from the dragFunction K,
-        // so you MUST divide K by alpha*beta when implemnting the drag function
-        // ********************************** NB ! *****************************
+        // **********************************Â NB ! *****************************
+        // for numerical reasons alpha and beta has been extracted from the
+        // dragFunction K, so you MUST divide K by alpha*beta when implementing
+        // the drag function
+        // **********************************Â NB ! *****************************
         virtual tmp<volScalarField> K(const volScalarField& Ur) const = 0;
 };
 
-- 
1.7.5.4

