This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
1. About the project |
| 2 |
-------------------- |
| 3 |
Sailfish is an Open Source project. Its code is licensed under the terms of |
| 4 |
the LGPL v3. |
| 5 |
|
| 6 |
The source code is hosted in a git repository at http://gitorious.org/sailfish |
| 7 |
To get a recent copy, run: |
| 8 |
|
| 9 |
$ git clone git://gitorious.org/sailfish/sailfish.git |
| 10 |
|
| 11 |
If you have any questions, patches, suggestions etc. feel free to send a |
| 12 |
message to the project mailing list: |
| 13 |
|
| 14 |
http://groups.google.com/group/sailfish-cfd |
| 15 |
|
| 16 |
|
| 17 |
2. Running the examples |
| 18 |
----------------------- |
| 19 |
No installation is necessary, but there are several required Python modules |
| 20 |
that need to be installed on the host system in order for Sailfish to work. |
| 21 |
For a full list of these modules and their installation instructions, please |
| 22 |
refer to the Sailfish manual at: |
| 23 |
|
| 24 |
http://sailfish.us.edu.pl/ |
| 25 |
|
| 26 |
To run the examples, go to the appropriate directory and let Python know |
| 27 |
where Sailfish is located by adjusting the PYTHONPATH environment variable, |
| 28 |
e.g.: |
| 29 |
|
| 30 |
$ export PYTHONPATH=$PWD:$PYTHONPATH |
| 31 |
$ cd examples |
| 32 |
$ ./lbm_ldc.py |