Xavier Raynaud
ad1734265f
Added documentation.
2012-06-06 17:03:19 +02:00
Atgeirr Flø Rasmussen
3660ec8e8c
Follow headers that were moved in opm-core.
2012-06-05 15:45:41 +02:00
Atgeirr Flø Rasmussen
3487ee840d
Reorganized, added opm/core/wells/ and opm/core/simulator/.
2012-06-05 15:42:49 +02:00
Atgeirr Flø Rasmussen
527f8fdeed
Added tag 2012-05.0 for changeset 37578a8b69dc
2012-05-29 12:31:58 +02:00
Atgeirr Flø Rasmussen
3b8ed65764
Bugfix in computation of injected and produced volumes.
...
- Use correct function (from polymerUtilities.hpp).
- Use correct input src term (equal to transport src).
- Call at the correct point (after advective transport).
2012-05-25 11:39:50 +02:00
Atgeirr Flø Rasmussen
c3dac20d65
Use new interface for regula falsi, switch to non-throwing error policy.
2012-05-24 10:27:27 +02:00
Atgeirr Flø Rasmussen
00a628fa87
Removed orphan backslash.
2012-05-24 09:16:45 +02:00
Xavier Raynaud
68434429ac
Removed changes in Makefile.am which should not have been committed.
2012-05-24 08:34:47 +02:00
Xavier Raynaud
91fe1c5d63
Removed useless commented regions.
2012-05-23 16:24:08 +02:00
Xavier Raynaud
4b805c191e
Added bound checks to Newton column solver.
2012-05-23 16:22:48 +02:00
Xavier Raynaud
263a41b84b
treat case when searching direction is small in Newton reorder solver.
2012-05-22 17:43:18 +02:00
Xavier Raynaud
afca287757
In Newton reordering solver, set smin to zero.
2012-05-22 17:22:31 +02:00
Xavier Raynaud
6a12fe0208
Added default concentration if guess_old_solution is false.
2012-05-22 17:21:12 +02:00
Xavier Raynaud
f8461eeec7
Added initialization of max concentration.
2012-05-22 11:15:40 +02:00
Xavier Raynaud
a9a93d795e
Include concentration in error estimation for gauss seidel.
2012-05-22 10:45:43 +02:00
Xavier Raynaud
8e0936fadd
Fixed bug in gauss seidel gravity solver.
2012-05-22 09:51:32 +02:00
Xavier Raynaud
48adf98b5a
Corrected some mistakes in Gauss Seidel gravitation transport solver.
2012-05-21 16:41:29 +02:00
Xavier Raynaud
12bb246c06
corrected bug in SinglePointUpwindTwoPhasePolymer.
2012-05-21 16:35:39 +02:00
Atgeirr Flø Rasmussen
c115ba2c28
Adapt to renaming and other small modifications of state and initialization.
2012-05-16 15:59:37 +02:00
Xavier Raynaud
360ec5f86d
merge.
2012-05-16 15:09:36 +02:00
Xavier Raynaud
76e82a718e
fixed mistake in computation of one of the residuals.
2012-05-16 15:09:07 +02:00
Xavier Raynaud
60599b9dbf
Implemented Gauss-Seidel solver for polymer. Not tested!
2012-05-16 15:06:14 +02:00
Atgeirr Flø Rasmussen
13334f97d7
Renamed initStateTwophaseFromDeck() -> initStateFromDeck().
...
- Made initStateFromDeck() into a template taking arbitrary properties.
Implementation detail:
- initWaterOilContact() was also templatized on props.
- initHydrostaticPressure() is now overloaded on prop interface types.
2012-05-16 11:37:31 +02:00
Xavier Raynaud
c0368fa61d
Fixed problem induced by s=0 in gravitation transport solver.
2012-05-15 16:09:07 +02:00
Atgeirr Flø Rasmussen
7d54d1f31b
Adapt to changed interface of computePorevolume().
2012-05-14 21:47:46 +02:00
Atgeirr Flø Rasmussen
efce958c3b
Now computePorevolume() takes a porosity array instead of a property object.
...
This is to make it compatible with blackoil properties.
An alternative would be to give [Incomp|Blackoil]PropertiesInterface a
common base class (RockInterface?) with the common rock-related methods.
2012-05-14 21:47:10 +02:00
Atgeirr Flø Rasmussen
bcb4c1bf2c
Use simpler data structure for columns.
2012-05-14 11:06:30 +02:00
Atgeirr Flø Rasmussen
3ecf8d7229
Merge.
2012-05-14 11:04:25 +02:00
Atgeirr Flø Rasmussen
088c61ce00
Added check for single-cell columns.
2012-05-14 11:04:00 +02:00
Xavier Raynaud
49948e07b9
merge
2012-05-14 10:50:26 +02:00
Atgeirr Flø Rasmussen
67a6674495
Update for simplified column data structure.
2012-05-11 09:41:01 +02:00
Xavier Raynaud
898eb655d5
added warning if use_gauss_seidel_gravity is used for gravitation solver.
2012-05-10 17:53:01 +02:00
Xavier Raynaud
1eb75314e6
Make polymer_reorder.cpp compliant with well management. Not tested!
2012-05-10 14:42:08 +02:00
Xavier Raynaud
0a0ca3bbd3
Added compressibility to polymer reorder transport solver.
2012-05-10 09:42:35 +02:00
Kjetil Olsen Lye
886457002e
Changed some minor bugs in the refactored code in wells_example
2012-05-08 12:23:58 +02:00
Kjetil Olsen Lye
0bd88866f2
Refactored some computations into seperate methods in wells_example.cpp
2012-05-08 11:04:15 +02:00
Kjetil Olsen Lye
72a0db5f73
removed an extra uneeded call to the pressure solver
2012-05-07 15:51:54 +02:00
Kjetil Olsen Lye
562573a078
Inserted rock_comp into wells_example.
2012-05-07 13:29:52 +02:00
Kjetil Olsen Lye
6782067d8d
Made a maximum number of iterations in wells_test
2012-05-03 15:35:44 +02:00
Kjetil Olsen Lye
81a9d2a5c1
Added calculation of fractional flows and per phase flows in wells_example
2012-05-03 12:29:18 +02:00
Kjetil Olsen Lye
bebe50afb0
Final fixes for new well structure (to make it compile)
2012-05-02 13:02:59 +02:00
Xavier Raynaud
9010f2da42
Fixed bug in Newton solver for polymer.
2012-04-26 14:16:40 +02:00
Xavier Raynaud
6748a6e5e9
some code optimization (instead of mu_w_eff, use its inverse).
2012-04-26 09:25:46 +02:00
Kjetil Olsen Lye
7c6ac0bf09
Completly revamped the way group control is checked
2012-04-25 16:14:40 +02:00
Atgeirr Flø Rasmussen
6b00381393
Removed unused saturation argument from conditionsMet() methods.
2012-04-25 14:03:57 +02:00
Atgeirr Flø Rasmussen
8acd9d9f63
Fixed bug in computeWDP(), add gravity argument. Make WellReport output in friendly units.
2012-04-25 12:37:30 +02:00
Xavier Raynaud
af79b9555c
Fixed bug in computation of effectiveTotalMobility.
2012-04-25 09:23:59 +02:00
Xavier Raynaud
3ecb7bf88c
Removed compiler warnings.
2012-04-25 08:51:32 +02:00
Xavier Raynaud
04a16c2480
merge
2012-04-25 08:40:21 +02:00
Xavier Raynaud
ab961dda94
more efficient polymer code (replaced std::vector by double*).
2012-04-25 08:39:39 +02:00