Solves compressible potential flow equations in nonconservative form using a high-order finite-difference method.
| Directory | Description |
|---|---|
src |
Main source files |
test |
Examples and test cases |
To build:
cd src
ln -s <platform>.mak Makfile
make
where, for example, is gcc when using gfortran on Mac OS X.
Notes:
- You may need to copy the
<platform>.makthat is closest to your setup to anothername.makand edit it before proceeding. - When running the
testcases, it is recommended that you experiment with different values ofsigma, the pseudo-timestep on multiple restarts as a means of accelerating convergence to steady-state. - While it would be nice and relatively easy to automate this, that remains a todo item.
S. Scott Collis
flow.physics.simulation@gmail.com