Atgeirr Flø Rasmussen
9faf5e2d71
Removed unused code.
2012-06-13 14:52:28 +02:00
Atgeirr Flø Rasmussen
431ae02f5d
Added necessary include, suppressed a warning.
2012-06-13 10:59:48 +02:00
Atgeirr Flø Rasmussen
f2eff8837d
Change default pressure residual tolerance to 0, to preserve behaviour.
2012-06-13 10:59:09 +02:00
Atgeirr Flø Rasmussen
b152c1c5c8
Merged.
2012-06-13 10:39:51 +02:00
Atgeirr Flø Rasmussen
5fa9b9e110
Initialise state variables.
2012-06-13 10:34:45 +02:00
Atgeirr Flø Rasmussen
b9afae7ef6
Bugfixes: correct sign for pressure increment, initialise rock_comp.
2012-06-13 10:34:15 +02:00
Bård Skaflestad
2a1561a246
Insert a few blank lines for grouping purposes.
2012-06-12 23:10:38 +02:00
Bård Skaflestad
37b49e31ed
Use canonical library set for LAPACK.
2012-06-12 23:09:55 +02:00
Bård Skaflestad
91fb55af2c
Libraries must follow the pertinent "-L" flags.
2012-06-12 23:08:59 +02:00
Bård Skaflestad
833268a33f
Remove a per-target LDADD that's automatically satisfied.
2012-06-12 23:05:33 +02:00
Bård Skaflestad
ed24f7d43d
Sort list of test executables (and _SOURCES).
2012-06-12 23:05:04 +02:00
Atgeirr Flø Rasmussen
92f1ce9b83
Examples and tutorials follow change to IncompTpfa interface.
2012-06-12 15:28:53 +02:00
Atgeirr Flø Rasmussen
e1d5e55f1b
Added constructor for incompressible cases.
...
Also added computeStaticData() helper called by both constructors.
It is still possible to use the other constructor for an incompressible case,
by passing a null pointer for the rock_comp argument.
2012-06-12 15:24:31 +02:00
Atgeirr Flø Rasmussen
cc0f374137
Reindent.
2012-06-12 15:22:23 +02:00
Halvor M. Nilsen
97415da35d
Merge from upstream.
2012-06-12 12:47:45 +02:00
Halvor M. Nilsen
c550e8b4a2
Small cleanup in code.
2012-06-12 12:46:19 +02:00
Halvor M. Nilsen
843163fb4b
Add genetion of edges. This maybe unsafe for general grids. There should be more testing
2012-06-12 12:35:35 +02:00
Atgeirr Flø Rasmussen
57e2d62513
Merged.
2012-06-12 11:17:02 +02:00
Atgeirr Flø Rasmussen
6cbd78b4ba
Removed unused code.
2012-06-12 11:16:43 +02:00
Atgeirr Flø Rasmussen
d8580716de
Removed some unused variables.
2012-06-12 11:16:26 +02:00
Atgeirr Flø Rasmussen
a558878917
Major simplification of IncompTpfa interface.
...
Most significant changes:
- Single solve() call used for all cases (with or without gravity,
with or without rock compressibility). This is intentionally
similar to CompressibleTpfa::solve().
- Constructor take a property object and computation of necessary total
mobilities etc. moved inside class.
- Optional constructor args for rock compressibility, gravity, wells,
boundary conditions (null pointer accepted) and source terms (empty
vector accepted).
- Nonlinear iterations for the compressible rock case now handled inside
IncompTpfa. This part intentionally made similar to CompressibleTpfa.
2012-06-12 10:27:48 +02:00
Atgeirr Flø Rasmussen
7a5a32819b
Fix comment.
2012-06-12 10:14:26 +02:00
Bård Skaflestad
54a993e99d
Refine description of allocate_grid() return value.
...
Specifically, the "global_cell" field remains unallocated (i.e.,
NULL) while other fields have undetermined contents.
2012-06-11 18:52:44 +02:00
Bård Skaflestad
bf0e469cf5
Split a few long lines in allocate_grid() documentation.
2012-06-11 17:54:56 +02:00
Bård Skaflestad
6f8dc0e0dc
Constructor: Move common failure mode to end of if-else chain.
...
While here, add a failure mode pertaining to solvers that are
supported by the system but disabled at configure time.
2012-06-11 17:54:23 +02:00
Halvor M. Nilsen
4f7f678017
Started on adding generation of other maps
2012-06-11 15:52:10 +02:00
Atgeirr Flø Rasmussen
9c78588b90
More minor code cleanup.
2012-06-11 14:52:18 +02:00
Kjetil Olsen Lye
ed87f6dde9
Merge
2012-06-11 13:19:51 +02:00
Kjetil Olsen Lye
4e78f96db1
Removed a debug print statement in the WellsGroup-code.
2012-06-11 13:16:39 +02:00
Kjetil Olsen Lye
f554d478c6
Updated tutorial4 to use the reorder solver.
2012-06-11 13:13:19 +02:00
Bård Skaflestad
239dffd5fb
Remove an instance of EOL whitespace introduced in cset 7e6d7352d8ea.
2012-06-11 12:55:33 +02:00
Halvor M. Nilsen
4e8c30522f
Added writing of vag_structure. The missing feature is to construct a vag_structure from an UnstructuredGrid
2012-06-11 11:32:44 +02:00
Bård Skaflestad
4d1a26ff30
Re-implement allocate_cart_grid() in term of allocate_grid().
2012-06-11 11:02:56 +02:00
Atgeirr Flø Rasmussen
4c05108383
Whitespace (and other minor) cleanup.
2012-06-11 10:59:23 +02:00
Halvor M. Nilsen
7e4350e7aa
Corrected include and errors in vag.hpp
2012-06-11 10:42:34 +02:00
Halvor M. Nilsen
7f1f2ad837
Mearge from upstream
2012-06-11 10:35:42 +02:00
Halvor M. Nilsen
6287f53b2f
Added then allocate_grid in grid and updated documentation in vag.hpp and grid.h
2012-06-11 10:34:40 +02:00
Kjetil Olsen Lye
52323fc96b
Added generation of tutorial4 pngs.
2012-06-11 10:10:53 +02:00
Atgeirr Flø Rasmussen
1c69716c12
Improved documentation.
2012-06-09 18:11:02 +02:00
Atgeirr Flø Rasmussen
8befffcbbb
Changed interface of solve() and solveGravity() to accept full saturation (both phases) input.
2012-06-09 14:56:29 +02:00
Atgeirr Flø Rasmussen
bebde670d6
Remove unused variable.
2012-06-08 23:01:22 +02:00
Halvor M. Nilsen
efc3cc3324
Added convert function from vag grid to opm::unstructed. In the process it was added a convenience function to allocate unstructured grid in grid.h. Compute geometry is used to calculate the new geometry.
2012-06-08 20:50:41 +02:00
Halvor M. Nilsen
839920fab2
Added copyright on newly added files
2012-06-08 15:47:18 +02:00
Halvor M. Nilsen
bde8b53a7d
Add support for reading vag/(unstructured format)
2012-06-08 15:34:00 +02:00
Atgeirr Flø Rasmussen
2683d2f331
First simulator handling schedules.
2012-06-07 15:09:35 +02:00
Atgeirr Flø Rasmussen
174ab7cd6e
Initial version of schedule handling more or less complete.
2012-06-07 15:09:13 +02:00
Atgeirr Flø Rasmussen
78e9a8f6fa
Added setCurrentStepNum() method.
2012-06-07 15:08:37 +02:00
Atgeirr Flø Rasmussen
7dadf8e5a2
Added Factory<...>::cloneObject().
2012-06-07 15:08:01 +02:00
Atgeirr Flø Rasmussen
fc7c9ea420
Undo an erroneous type change.
2012-06-07 14:17:26 +02:00
Atgeirr Flø Rasmussen
5bbf5bc832
For keywords classified as SpecialField, append data to existing objects, if any.
2012-06-07 14:05:32 +02:00