Improved README in some small ways.
This commit is contained in:
parent
7d0b9fc3b0
commit
c4608327cf
68
README
68
README
@ -1,31 +1,49 @@
|
|||||||
These are the release notes for opm-core
|
|
||||||
|
|
||||||
Open Porous Media Core Library
|
Open Porous Media Core Library
|
||||||
|
==============================
|
||||||
|
|
||||||
|
These are release notes for opm-core.
|
||||||
|
|
||||||
|
|
||||||
CONTENT
|
CONTENT
|
||||||
|
-------
|
||||||
|
|
||||||
opm-core is the core library within OPM and contains the following
|
opm-core is the core library within OPM and contains the following
|
||||||
|
|
||||||
* Eclipse preprosessing
|
* Eclipse deck input and preprosessing
|
||||||
* Fluid properties (basic PVT models and rock properties)
|
* Fluid properties (basic PVT models and rock properties)
|
||||||
* Grid (generates different grids)
|
* Grid handling (cornerpoint grids, unstructured grid interface)
|
||||||
* Linear Algerbra (interface to different linear solvers)
|
* Linear Algebra (interface to different linear solvers)
|
||||||
* Pressure solvers (different discretization schemes, different flow models)
|
* Pressure solvers (various discretization schemes, flow models)
|
||||||
* Simulator (some basic examples of simulators based on sequential schemes)
|
* Simulators (some basic examples of simulators based on sequential splitting schemes)
|
||||||
* Transport solvers (different discretization schemes, different flow models)
|
* Transport solvers (various discretization schemes, flow models)
|
||||||
* Utility (input and output processing, unit conversion)
|
* Utilities (input and output processing, unit conversion)
|
||||||
* Wells (basic well handling)
|
* Wells (basic well handling)
|
||||||
|
|
||||||
ON WHAT PLATFORMS DOES IT RUN?
|
|
||||||
The opm-core module is designed to run on linux platforms. No efforts have
|
|
||||||
been made to ensure that the code will compile and run on windows platforms.
|
|
||||||
|
|
||||||
DOCUMENTATION
|
LICENSE
|
||||||
Efforts have been made to document the code with Doxygen.
|
-------
|
||||||
|
|
||||||
|
The library is distributed under the GNU General Public License,
|
||||||
|
version 3 or later (GPLv3+).
|
||||||
|
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
---------
|
||||||
|
|
||||||
|
The opm-core module is designed to run on Linux platforms. It is also
|
||||||
|
regularly run on Mac OS X. No efforts have been made to ensure that
|
||||||
|
the code will compile and run on windows platforms.
|
||||||
|
|
||||||
|
|
||||||
|
DOWNLOADING
|
||||||
|
-----------
|
||||||
|
|
||||||
DOWNLOAD opm-core
|
|
||||||
git clone git://github.com/OPM/opm-core.git
|
git clone git://github.com/OPM/opm-core.git
|
||||||
|
|
||||||
BUILDING opm-core
|
|
||||||
|
BUILDING
|
||||||
|
--------
|
||||||
|
|
||||||
cd ../opm-core
|
cd ../opm-core
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
@ -34,8 +52,22 @@ cd ../opm-core
|
|||||||
|
|
||||||
|
|
||||||
DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
|
DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
(to be updated)
|
||||||
|
|
||||||
|
|
||||||
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
|
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
|
||||||
blas libblas3 lapack liblapack3 libboost libxml2 gcc automake autoconf git
|
-----------------------------------------
|
||||||
doxygen umfpack
|
|
||||||
|
blas libblas3 lapack liblapack3 libboost libxml2 gcc automake autoconf
|
||||||
|
git doxygen umfpack
|
||||||
|
|
||||||
|
|
||||||
|
DOCUMENTATION
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Efforts have been made to document the code with Doxygen.
|
||||||
|
In order to build the documentation, enter the command
|
||||||
|
$ doxygen
|
||||||
|
in the topmost directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user