potentialFoam: Added new method to estimate the static pressure field from the velocity

Uses a form of the Euler equation in which only variation along the streamlines is considered
This commit is contained in:
Henry
2015-02-19 19:05:17 +00:00
parent 95e840f5de
commit 32a31972aa
7 changed files with 87 additions and 11 deletions

View File

@ -8,7 +8,7 @@ application=`getApplication`
cp -r 0.org 0 > /dev/null 2>&1
runApplication blockMesh
runApplication $application
runApplication $application -writePhi -writep
runApplication streamFunction
# ----------------------------------------------------------------- end-of-file