Atgeirr Flø Rasmussen
7107ef2161
Refined output of NRReport.
2012-01-19 16:58:20 +01:00
Atgeirr Flø Rasmussen
b2ce765133
Now writes output in vtk format.
2012-01-19 16:48:27 +01:00
Atgeirr Flø Rasmussen
47a0c65c64
Changed default behaviour to match old behaviour.
2012-01-19 16:48:11 +01:00
Atgeirr Flø Rasmussen
df31c95197
Moved output of report struct into dedicated operator<<().
2012-01-19 14:24:39 +01:00
Atgeirr Flø Rasmussen
2f5bba3835
Now a primitive simulator.
2012-01-19 14:12:53 +01:00
Atgeirr Flø Rasmussen
a8d5302cc7
Merge.
2012-01-19 13:58:47 +01:00
Atgeirr Flø Rasmussen
de59283a19
Now spu_2p is a (very) simple simulator, work in progress.
2012-01-19 13:58:25 +01:00
Atgeirr Flø Rasmussen
46b76fb04d
Backed out changeset d0cd4424dd9a
2012-01-19 13:56:55 +01:00
Atgeirr Flø Rasmussen
80f9164948
Merge.
2012-01-19 13:55:11 +01:00
Bjørn Spjelkavik
e697fb72e3
Changed namespace Dune -> namespace Opm.
2012-01-19 13:50:57 +01:00
Atgeirr Flø Rasmussen
b7ae30491c
Newton iteration initial guess policy is now controlled by a
...
constructor parameter instead of a macro.
2012-01-19 13:23:55 +01:00
Atgeirr Flø Rasmussen
f8d5ea02a3
Added some libraries that may be needed with newer versions of UMFPACK.
2012-01-19 13:04:12 +01:00
Bård Skaflestad
ff1edbe363
Merge from upstream.
2012-01-19 10:51:22 +01:00
Bjørn Spjelkavik
7560f3b9a4
Add missing field in welspec printout.
2012-01-19 09:20:06 +01:00
Bård Skaflestad
7f02860e11
Support switching off syntax check in constructor.
...
This is useful if a set of parameters can all be defaulted in which
case launching the executable *should* be a simple as
./a.out
but the constructor requirement leads to using
./a.out a=b
or something similar.
2012-01-19 09:13:05 +01:00
Atgeirr Flø Rasmussen
805d5a6ba5
Added classes IncompPropertiesInterface and IncompPropertiesBasic.
2012-01-18 18:50:56 +01:00
Atgeirr Flø Rasmussen
9508680baf
Added sanity checking for number of phases in property classes.
2012-01-18 18:36:20 +01:00
Atgeirr Flø Rasmussen
c60fd2b82f
Added numPhases() method to SaturationProps* classes.
2012-01-18 18:31:12 +01:00
Bård Skaflestad
7f157109d0
Merge from upstream.
2012-01-17 16:10:23 +01:00
Bård Skaflestad
6346dcd93c
Quash a number of buglets.
...
Specifically, tighten the array sizes and offsets.
While here, remove pressure output to 'stderr'.
2012-01-17 16:09:02 +01:00
Bård Skaflestad
1a1c87f17c
Interface change: Don't return a value.
...
We currently cannot provide a meaningful return value, so don't
pretend that there is one [%]. Also, make compilable as strict C90.
[%]: Sanctioned by original author.
2012-01-17 16:07:40 +01:00
Bård Skaflestad
e768af68ca
Various cleanups.
...
Specifically: Remove debugging output and unused variables.
2012-01-17 16:05:44 +01:00
Bård Skaflestad
d0be980727
Make compilable as strict C90.
2012-01-17 16:04:53 +01:00
Bård Skaflestad
77518c012b
Don't modify external source terms in qfs().
...
While here, make compilable as strict C90 code.
2012-01-17 15:00:47 +01:00
Jostein R. Natvig
5d058ca8da
Add demonstration for bare-bones reordering implementation.
2012-01-17 14:41:00 +01:00
Jostein R. Natvig
71f6bac21e
Add bare-bones implementation of reordering algorithm.
...
Lightly tested.
2012-01-17 14:39:09 +01:00
Atgeirr Flø Rasmussen
dea88cbc28
Documented parameters, and made unit behaviour according to doc (perm in mD etc.)
2012-01-17 14:16:28 +01:00
Atgeirr Flø Rasmussen
860d9623dc
Added class BlackoilPropertiesBasic.
2012-01-17 12:19:50 +01:00
Atgeirr Flø Rasmussen
7619cb6061
Added class PvtPropertiesBasic.
2012-01-17 11:17:40 +01:00
Atgeirr Flø Rasmussen
185ec1a816
Added SaturationPropsBasic class.
2012-01-17 10:25:49 +01:00
Atgeirr Flø Rasmussen
9b49b0d089
Added RockBasic class.
2012-01-17 09:31:25 +01:00
Atgeirr Flø Rasmussen
9b6aabd284
Minor typo fix.
2012-01-17 09:31:05 +01:00
Atgeirr Flø Rasmussen
5dc31a5806
Added operators += and *= for SmallVec.
2012-01-17 09:30:43 +01:00
Jostein R. Natvig
3ba7623d41
Remove debug output.
2012-01-16 13:36:09 +01:00
Jostein R. Natvig
3b32089890
Whitespace cleanup.
2012-01-16 13:32:32 +01:00
Jostein R. Natvig
5e049918b7
Do not check monotonicity of ZCORN in inactive cells.
2012-01-16 13:31:39 +01:00
Bård Skaflestad
96b9ab737e
Fix corner case in neighbour definition.
2012-01-13 13:36:36 +01:00
Bård Skaflestad
ed7b7e5dab
Catch up to removal of grid.h from cart_grid.h .
...
Forgotten in change-set c503348e6d54 .
2012-01-13 12:23:37 +01:00
Bård Skaflestad
e2095a250c
Forward-declare "struct UnstructuredGrid" to eliminate grid.h dependency.
2012-01-13 12:21:44 +01:00
Atgeirr Flø Rasmussen
bfb1e1f03b
AM_PROG_CC_C_O needed because of subdir objects.
2012-01-06 11:22:35 +01:00
Bård Skaflestad
20b58124c1
Remove warning about missing function declaration.
2012-01-06 00:05:05 +01:00
Atgeirr Flø Rasmussen
b0bdd2e422
Added missing method implementations.
2012-01-05 21:55:19 +01:00
Atgeirr Flø Rasmussen
d7193e5492
Merged.
2012-01-05 21:44:58 +01:00
Atgeirr Flø Rasmussen
0c15624617
Implemented matrix() method.
2012-01-05 21:39:33 +01:00
Bård Skaflestad
0e2ebf49de
Sort headers.
2012-01-05 21:37:15 +01:00
Bård Skaflestad
7fa44121f3
Add missing headers.
2012-01-05 21:36:59 +01:00
Bård Skaflestad
9bdc974afa
Catch up to changing constructor interface in cset 4459fdac9389 .
2012-01-05 21:36:02 +01:00
Atgeirr Flø Rasmussen
f278f87f14
Now initializes rock properties.
2012-01-05 16:43:57 +01:00
Atgeirr Flø Rasmussen
8e627bf820
Implemented init() function.
2012-01-05 16:43:36 +01:00
Atgeirr Flø Rasmussen
aabc457c4c
Implemented rock interface in terms of RockFromDeck.
2012-01-05 15:39:13 +01:00