From 85c40769e7d1dbf8a8252a4ac14d73297656aafa Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Wed, 19 Jun 2019 11:32:53 +0100
Subject: [PATCH] STYLE: Updated header documentation

---
 src/functionObjects/forces/forceCoeffs/forceCoeffs.H            | 1 +
 .../initialisation/hydrostaticPressure/hydrostaticPressure.H    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
index 34cc95c35e9..84bfacbd13c 100644
--- a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
+++ b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
@@ -96,6 +96,7 @@ Usage
         writeFields  | Write force,moment coefficient fields | no | no
         patches      | Patches included in the forces calculation | yes |
         magUInf      | Free stream velocity magnitude       | yes |
+        rhoInf       | Free stream density | for compressible cases |
         lRef         | Reference length scale for moment calculations | yes |
         Aref         | Reference area                       | yes |
         porosity     | Include porosity contributions       | no  | false
diff --git a/src/functionObjects/initialisation/hydrostaticPressure/hydrostaticPressure.H b/src/functionObjects/initialisation/hydrostaticPressure/hydrostaticPressure.H
index ce280223e73..433ad80eee1 100644
--- a/src/functionObjects/initialisation/hydrostaticPressure/hydrostaticPressure.H
+++ b/src/functionObjects/initialisation/hydrostaticPressure/hydrostaticPressure.H
@@ -48,7 +48,7 @@ Usage
         p_rgh        | Name of p_rgh field     | no          | p_rgh
         ph_rgh       | Name of ph_rgh field    | no          | ph_rgh
         pRef         | Name of pressure ref field | no       | pRef
-        pRefValue    | Value of pressure ref when pRef set to pInf | no | 0
+        pRefValue    | Value of pressure ref | when pRef set to pInf | 0
         rho          | Name of density field   | no          | rho
         U            | Name of velocity field  | no          | U
         gh           | Name of gravity*height volume field  | no | gh
-- 
GitLab