ENH: Refactored pressure function object

This commit is contained in:
Andrew Heather
2019-06-19 09:00:14 +01:00
parent 56547863c1
commit 12afb3d34a
5 changed files with 133 additions and 104 deletions

View File

@ -3,8 +3,7 @@ libs ("libfieldFunctionObjects.so");
writeControl writeTime;
calcCoeff yes;
calcTotal no;
mode staticCoeff;
result cp;

View File

@ -53,8 +53,7 @@ functions
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
result Cp;
calcTotal no;
calcCoeff yes;
mode staticCoeff;
rho rhoInf;
rhoInf 1;
U UInf;