From ac970e96d9a2c287f179de5dbccb530169e74fd8 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Mon, 12 Oct 2015 17:06:41 +0100 Subject: [PATCH] ENH: pressureTools FO - updated header documentation --- .../functionObjects/utilities/pressureTools/pressureTools.H | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H b/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H index 6d80b388d1..6f7607e6e0 100644 --- a/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H +++ b/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -93,6 +93,9 @@ Description Property | Description | Required | Default value type | type name: pressureTools| yes | calcTotal | Calculate total coefficient | yes | + pName | Name of pressure field | no | p + UName | Name of velocity field | no | U + rhoName | Name of density field | no | rho pRef | Reference pressure for total pressure | no | 0.0 calcCoeff | Calculate pressure coefficient | yes | pInf | Freestream pressure for coefficient calculation | no | -- GitLab