forked from sailfish-team/sailfish
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (24 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1. About the project
--------------------
Sailfish is an Open Source project. Its code is licensed under the terms of
the LGPL v3.
The source code is hosted in a git repository at:
https://github.com/sailfish-team/sailfish
To get a recent copy, run:
$ git clone https://github.com/sailfish-team/sailfish sailfish-cfd
If you have any questions, patches, suggestions etc. feel free to send a
message to the project mailing list:
http://groups.google.com/group/sailfish-cfd
2. Running the examples
-----------------------
No installation is necessary, but there are several required Python modules
that need to be installed on the host system in order for Sailfish to work.
For a full list of these modules and their installation instructions, please
refer to the Sailfish manual at:
http://sailfish.us.edu.pl/
To run the examples, go to the appropriate directory and let Python know
where Sailfish is located by adjusting the PYTHONPATH environment variable,
e.g.:
$ export PYTHONPATH=$PWD:$PYTHONPATH
$ cd examples
$ ./ldc_2d.py