forked from bs-eagle/bs-eagle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (26 loc) · 1.01 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
BS Eagle black-oil simulator
The BS Eagle Project (bs-eagle) is an open source black-oil simulator.
The main goal of this project is to provide a free access to the state
of the art oil simulation software to study new methods of oil's
simulation.
The project based on a BlueSky integration platform and
has a modular architecture and open to modifications and extensions.
Current available plugins are:
- linear solvers (gmres, cgs, tfqmr, bicgstab, csr_ilu_prec)
- data storages (hdf5)
- grids (ijk, eclipse)
- wells (full implicit black oil model)
- jacobian's fillers
- array arithmetics
To build bs-eagle you need:
1. BlueSky kernel
2. Python 2.5
3. SCons (or MS Visual Studio 2005)
4. Boost library, recommended version is 1.39
5. Loki library, recommended version 0.1.6
6. HDF5 library, recommended version 1.8.3
6.1. SZIP, recommended version 2.1
6.2. ZLIB, recommended version 1.2
7. CGAL
Example of BlueSky BuildSystem script placed at
examples/scons_env.custom and examples/scons_vars.custom.