Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0d8601f2
Commit
0d8601f2
authored
Jun 06, 2019
by
Pawan
Committed by
Andrew Heather
Jun 06, 2019
Browse files
TUT: rhoSimpleFoam/squareBend - added example use of isentropic pressure
parent
bf9d74ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/rhoSimpleFoam/squareBend/system/controlDict
View file @
0d8601f2
...
...
@@ -53,6 +53,7 @@ functions
#include "sampling"
// #include "samplingDebug"
// #include "sampleCellCentres"
#include "isentropicTotalPressure"
}
...
...
tutorials/compressible/rhoSimpleFoam/squareBend/system/isentropicTotalPressure
0 → 100644
View file @
0d8601f2
isentropicPressure
{
type pressure;
libs ("libfieldFunctionObjects.so");
enabled yes;
writeControl writeTime;
calcIsen yes;
calcTotal no;
calcCoeff no;
result isenTropicP;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment