mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
isentropicPressure
|
|
{
|
|
type pressure;
|
|
libs ("libfieldFunctionObjects.so");
|
|
enabled yes;
|
|
writeControl writeTime;
|
|
calcIsen yes;
|
|
calcTotal no;
|
|
calcCoeff no;
|
|
result isenTropicP;
|
|
}
|