From 2fabb7598a5bb61595f1e9c89cf21c717922be21 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Fri, 12 Oct 2012 17:07:09 +0100
Subject: [PATCH] ENH: Updated doxygen boundary doxygen doc

---
 .../fluxCorrectedVelocityFvPatchVectorField.H                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H
index 4519a5ed9d2..7ac6d32b46e 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H
@@ -33,7 +33,7 @@ Description
     by "zeroGradient" and then corrected from the flux:
 
         \f[
-            U_p = U_c - n*(n.U_c) + \frac{n*\phi_p}{|Sf|}
+            U_p = U_c - n (n \cdot U_c) + \frac{n \phi_p}{|S_f|}
         \f]
 
     where
@@ -43,7 +43,7 @@ Description
         U_c | velocity in cells adjacent to the patch [m/s]
         n   | patch normal vectors
         \phi_p | flux at the patch [m3/s or kg/s]
-        Sf  | patch face area vectors [m2]
+        S_f | patch face area vectors [m2]
     \endvartable
 
     where
-- 
GitLab