From e716b14b42eca9bc0beb6727f6092c0c49b62162 Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Wed, 10 Jul 2019 13:22:19 +0100
Subject: [PATCH] CONFIG: Updated pressure FO config wrappers.  See #1356

---
 etc/caseDicts/postProcessing/pressure/staticPressure.cfg       | 3 +--
 .../postProcessing/pressure/totalPressureCompressible.cfg      | 3 +--
 .../postProcessing/pressure/totalPressureIncompressible.cfg    | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/etc/caseDicts/postProcessing/pressure/staticPressure.cfg b/etc/caseDicts/postProcessing/pressure/staticPressure.cfg
index 0651d8cc665..15df571c5bf 100644
--- a/etc/caseDicts/postProcessing/pressure/staticPressure.cfg
+++ b/etc/caseDicts/postProcessing/pressure/staticPressure.cfg
@@ -8,8 +8,7 @@
 
 #includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
 
-calcTotal     no;
-calcCoeff     no;
+mode          static;
 rho           rhoInf;
 
 // ************************************************************************* //
diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg
index 5dcde87af11..6be21f52150 100644
--- a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg
+++ b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg
@@ -8,7 +8,6 @@
 
 #includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
 
-calcTotal     yes;
-calcCoeff     no;
+mode          total;
 
 // ************************************************************************* //
diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg
index 3419c267571..5515aafe928 100644
--- a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg
+++ b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg
@@ -8,8 +8,7 @@
 
 #includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
 
-calcTotal     yes;
-calcCoeff     no;
+mode          total;
 rho           rhoInf;
 
 // ************************************************************************* //
-- 
GitLab