3
3
CONTENT
4
4
-------
5
5
6
- opm-simulators contains simulator programs for porous media flow.
7
- The most important
8
- (and tested) part is the Flow reservoir simulator, which is a fully
9
- implicit black-oil simulator that also supports solvent and polymer
10
- options. It is built using automatic differentiation, using the local
11
- AD class Evaluation from opm-material.
6
+ opm-simulators contains the OPM Flow reservoir simulator, which is a fully
7
+ implicit black-oil simulator that also supports CO2 storage, H2 storage, thermal,
8
+ solvent, and polymer options. It supports input and output in the common Eclipse formats,
9
+ allowing easy integration in existing workflows.
10
+ Its system assembly approach builds on automatic differentiation,
11
+ using the local AD class Evaluation from opm-common. The linear solver subsystem is based on
12
+ the dune-istl library.
13
+
14
+ For more information see https://opm-project.org , for the OPM manual see
15
+ https://opm-project.org/?page_id=955
12
16
13
17
LICENSE
14
18
-------
@@ -49,8 +53,8 @@ BUILDING
49
53
See build instructions at http://opm-project.org/?page_id=36
50
54
51
55
52
- DOCUMENTATION
53
- -------------
56
+ IN-CODE DOCUMENTATION
57
+ ---------------------
54
58
55
59
Efforts have been made to document the code with Doxygen.
56
60
In order to build the documentation, enter the command
@@ -63,7 +67,10 @@ in the topmost directory.
63
67
REPORTING ISSUES
64
68
----------------
65
69
66
- Issues can be reported in the Git issue tracker online at:
70
+ The OPM mailing list can be used for questions and issue reporting,
71
+ see https://opm-project.org/?page_id=358
72
+
73
+ Issues can also be reported in the Git issue tracker online at:
67
74
68
75
https://github.com/OPM/opm-simulators/issues
69
76
0 commit comments