-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
21 lines (14 loc) · 718 Bytes
/
README
File metadata and controls
21 lines (14 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is plbXml version 0.1.2
plbXml is an XML scripting frontend to the lattice Boltzmann library
Palabos (www.palabos.org). It aims at providing low-level scripting
access to the functionality offered by Palabos. It is written and
maintained by Philippe Seil (JKU Linz). Contact me at
philippe.seil@jku.at
Installation instructions:
* make sure you have a copy of Palabos on your system.
* set the shell variable $PALABOS_ROOT to your palabos directory
* Enter the src/ folder and type "make". After the compilation, you
will find the executable plbXml in the src directory. Get started
with any of the examples.
* Additional compilation targets "clean", "debug" and "profile" exist
for obvious purposes