From 5dc4387ab0e5f821ebcfc0583c79f446c4cc1812 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 17 Sep 2012 12:04:11 +0100 Subject: [PATCH] ENH: removed unused p0 entry --- .../uniformTotalPressureFvPatchScalarField.H | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H index 25fdabfc1d..b5888fdf86 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H @@ -40,7 +40,6 @@ Description rho | density field name | no | none psi | compressibility field name | no | none gamma | ratio of specific heats (Cp/Cv) | yes | - p0 | static pressure reference | yes | pressure | total pressure as a function of time | yes | \endtable @@ -54,8 +53,7 @@ Description rho rho; psi psi; gamma 1.4; - p0 uniform 1e5; - pressure uniform 0.0; + pressure uniform 1e5; } \endverbatim