Skip to content
Snippets Groups Projects
Commit 0d8601f2 authored by Pawan's avatar Pawan Committed by Andrew Heather
Browse files

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

parent bf9d74ba
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ functions
#include "sampling"
// #include "samplingDebug"
// #include "sampleCellCentres"
#include "isentropicTotalPressure"
}
......
isentropicPressure
{
type pressure;
libs ("libfieldFunctionObjects.so");
enabled yes;
writeControl writeTime;
calcIsen yes;
calcTotal no;
calcCoeff no;
result isenTropicP;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment