Bård Skaflestad
ad0f414c5a
Catch up to interface change of IncompTPFA::solve().
...
Revision 13e1ab7e1093 introduced well solution vectors (accessed only when
wells are present). Update the method call accordingly to restore build.
2012-04-12 18:39:19 +02:00
Xavier Raynaud
ca1342d7dc
Added second tutorial.
2012-04-12 18:09:06 +02:00
Xavier Raynaud
869f233f7b
Minor changes.
2012-04-12 18:08:46 +02:00
Xavier Raynaud
ed8bdfc5a4
Added first tutorial.
2012-04-10 17:18:19 +02:00
Atgeirr Flø Rasmussen
4cd2d53029
Merged in some black-oil fluid tests.
2011-12-22 10:40:14 +01:00
Atgeirr Flø Rasmussen
647d7f9a76
Merged in UniformTableLinear.hpp and friends.
2011-12-21 13:22:57 +01:00
Atgeirr Flø Rasmussen
9e0370d5fb
Merged in blackoil fluid subsystem.
2011-12-21 13:06:23 +01:00
Atgeirr Flø Rasmussen
938ba3eaf6
Imported items from dune-cornerpoint/dune/common.
2011-12-19 11:34:50 +01:00
Bård Skaflestad
cac836ff50
Import OPMTransport into OPM core libraries.
2011-12-08 13:35:54 +01:00
Bård Skaflestad
8c3e8b47a2
Merge OPMPressure into OPM core library. Unmodified.
2011-12-08 12:25:56 +01:00
Halvor M. Nilsen
b42bd08154
Move 'common' directory into 'dune'.
2011-10-07 10:54:25 +02:00
Atgeirr Flø Rasmussen
fc06ce232d
Added lots of stuff originally from the samcode repository.
2010-11-12 13:18:27 +01:00
Atgeirr Flø Rasmussen
7bae4aa4d3
Implemented FluidMatrixInteractionBlackoil init(), kr() and a test prog.
2010-11-10 13:31:32 +01:00
Jostein R. Natvig
7459c5988e
Add bare-bones explicit mobility-weighted upwind solver for two-phase
...
incompressible flow.
2010-11-02 09:10:36 +01:00
Bård Skaflestad
2bced196f6
Move solvers/common solvers/euler and solvers/mimetic to dune-porsol
2010-08-23 09:23:09 +00:00
Bård Skaflestad
11f6693970
For kicks and giggles, add an (untested) C+BLAS/LAPACK
...
implementation of the 'ip_simple' mimetic inner product.
Suggested by: jrn.
2010-06-28 22:47:55 +00:00
Jostein R. Natvig
a3c93003ee
Initial checkin of cornerpoint processing code.
...
Current status
--------------
Given vectors ZCORN, COORD and ACTNUM as well as the Cartesian
dimensions these vectors implicitly refer to, the code is
currently capable of
* Identify unique points along each pillar
* Assign point numbers for each point specified in ZCORN
* Compute face topology, i.e., the corners that define the geometry
of the faces as well as the cells that are connected through the face.
* Identify and compute intesections that occur in the processing of
face topology.
What remains is
* Handle the face geometry of boundary faces. (simple)
* Compute point coordinates of the final point list.
* Put all pieces together in a tidy manner.
2009-06-11 07:33:50 +00:00