From fb5358eed08bd5840ca826c617c7e5b5b7ac5755 Mon Sep 17 00:00:00 2001
From: Chris Greenshields <http://cfd.direct>
Date: Thu, 16 Jun 2016 13:04:13 +0100
Subject: [PATCH] Packaged function objects: reformatted units in Descriptions

---
 etc/caseDicts/postProcessing/forces/forceCoeffsCompressible     | 2 +-
 etc/caseDicts/postProcessing/forces/forcesCompressible          | 2 +-
 etc/caseDicts/postProcessing/pressure/staticPressure            | 2 +-
 etc/caseDicts/postProcessing/pressure/totalPressureCompressible | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible
index c7e6936a1c3..abb8f6e3910 100644
--- a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible
+++ b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible
@@ -8,7 +8,7 @@
 Description
     Calculates lift, drag and moment coefficients by summing forces on
     specified patches for a case where the solver is compressible (pressure is
-    in units ML^-1T^-2, e.g. Pa).
+    in units M/(LT^2), e.g. Pa).
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/etc/caseDicts/postProcessing/forces/forcesCompressible b/etc/caseDicts/postProcessing/forces/forcesCompressible
index 9814f286ebd..000cb97b8ca 100644
--- a/etc/caseDicts/postProcessing/forces/forcesCompressible
+++ b/etc/caseDicts/postProcessing/forces/forcesCompressible
@@ -7,7 +7,7 @@
 -------------------------------------------------------------------------------
 Description
     Calculates pressure and viscous forces over specified patches for a case
-    where the solver is compressible (pressure is in units ML^-1T^-2, e.g. Pa).
+    where the solver is compressible (pressure is in units M/(LT^2), e.g. Pa).
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/etc/caseDicts/postProcessing/pressure/staticPressure b/etc/caseDicts/postProcessing/pressure/staticPressure
index d57f7032d23..ed64233c0aa 100644
--- a/etc/caseDicts/postProcessing/pressure/staticPressure
+++ b/etc/caseDicts/postProcessing/pressure/staticPressure
@@ -6,7 +6,7 @@
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 Description
-    Calculates the pressure field in units ML^-1T^-2 (e.g. Pa) from kinematic
+    Calculates the pressure field in units M/(LT^2) (e.g. Pa) from kinematic
     pressure by scaling by a specified density.
 
 \*---------------------------------------------------------------------------*/
diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible
index 5492b1433b7..2ba68628b35 100644
--- a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible
+++ b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible
@@ -7,7 +7,7 @@
 -------------------------------------------------------------------------------
 Description
     Calculates the total pressure field for a case where the solver is
-    compressible (pressure is in units ML^-1T^-2, e.g. Pa).
+    compressible (pressure is in units M/(LT^2), e.g. Pa).
 
 \*---------------------------------------------------------------------------*/
 
-- 
GitLab