Collection of utilities, solvers and other components.
Go to file
Atgeirr Flø Rasmussen fb31671b15 Merge pull request #20 from hnil/master
Add writing of reorder iterations.
2012-08-24 04:17:52 -07:00
examples Fix pressure renormalization conditions. Some formatting fixes. 2012-08-21 14:52:43 +02:00
m4 Tighten grammar of "HAVE_AGMG" symbol description. 2012-08-14 12:55:57 +02:00
opm/core Corrected typing pointed out by atgeirr in respose to pullrequest 2012-08-24 12:52:41 +02:00
tests Constructors of *FromDeck classes now take an UnstructuredGrid. 2012-08-10 10:12:45 +02:00
tutorials Don't clobber LDFLAGS user variable 2012-07-10 13:46:30 +02:00
.gitignore Ignore editor temporary files 2012-06-28 21:09:07 +02:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Make configure.ac compatible with automake 1.12 2012-08-23 14:20:41 +02:00
Doxyfile Added skeleton doxygen_main.hpp for overview documentation. 2012-06-05 15:20:13 +02:00
DoxygenLayout.xml Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
dune.module opm-core: make it a usable in conjunction wit dunecontrol 2012-07-05 12:42:49 +02:00
generate_doc_figures.py Added generation of tutorial4 pngs. 2012-06-11 10:10:53 +02:00
Makefile.am Preserve sorting order. 2012-08-21 14:09:44 +02:00
README First attempt at README file 2012-08-24 08:56:05 +02:00
style.css Added css file, change font and size of formulas. 2012-04-12 18:10:18 +02:00

These are the release notes for opm-core

Open Porous Media Core Library

CONTENT
opm-core is the core library within OPM and contains the following 

* Eclipse preprosessing
* Fluid properties (basic PVT models and rock properties)
* Grid (generates different grids)
* Linear Algerbra (interface to different linear solvers)
* Pressure solvers (different discretization schemes, different flow models)
* Simulator (some basic examples of simulators based on sequential schemes)
* Transport solvers (different discretization schemes, different flow models)
* Utility (input and output processing, unit conversion)
* 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
Efforts have been made to document the code with Doxygen.

DOWNLOAD opm-core
git clone git://github.com/OPM/opm-core.git

BUILDING opm-core
cd ../opm-core
  autoreconf -i
 ./configure
 make
 sudo make install


DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS


DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
blas libblas3 lapack liblapack3 libboost libxml2 gcc automake autoconf git
doxygen umfpack