TUT: rhoSimpleFoam/squareBend - added example use of isentropic pressure

This commit is contained in:
Pawan
2019-06-06 12:18:10 +01:00
committed by Andrew Heather
parent bf9d74ba8b
commit 0d8601f273
2 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,7 @@ functions
#include "sampling" #include "sampling"
// #include "samplingDebug" // #include "samplingDebug"
// #include "sampleCellCentres" // #include "sampleCellCentres"
#include "isentropicTotalPressure"
} }

View File

@ -0,0 +1,11 @@
isentropicPressure
{
type pressure;
libs ("libfieldFunctionObjects.so");
enabled yes;
writeControl writeTime;
calcIsen yes;
calcTotal no;
calcCoeff no;
result isenTropicP;
}