Atgeirr Flø Rasmussen
|
e280b45373
|
Merge pull request #82 from andlaus/temperature_dependent_PVT
allow temperature dependent PVT properties
|
2014-12-02 15:36:05 +01:00 |
|
Liu Ming
|
cca03d5421
|
delete commented line.
|
2014-11-21 09:29:09 +08:00 |
|
Andreas Lauser
|
d36d7e81cb
|
allow temperature dependent PVT properties
this has the nice side effect that non-uniform temperature fields also
become supported as long as they are "impressed" externally...
|
2014-11-20 19:25:18 +01:00 |
|
Liu Ming
|
9303e41966
|
add new polymerInflow constructor, get polymer injection rate from schedule section.
|
2014-11-20 16:32:02 +08:00 |
|
Atgeirr Flø Rasmussen
|
7844931b41
|
Merge pull request #78 from qilicun/add_config
add config.h
|
2014-11-19 08:56:27 +01:00 |
|
Liu Ming
|
63d68ecd62
|
add config.h
|
2014-11-19 08:44:54 +08:00 |
|
Atgeirr Flø Rasmussen
|
a56a68e8d2
|
Merge pull request #75 from akva2/debian_packaging
update debian packaging
|
2014-11-18 11:54:33 +01:00 |
|
Atgeirr Flø Rasmussen
|
2884074bb0
|
Merge pull request #76 from qilicun/fix_jenkins
Fix jenkins
|
2014-11-18 07:58:52 +01:00 |
|
Liu Ming
|
c605a22c14
|
add config.h
|
2014-11-18 09:47:51 +08:00 |
|
Liu Ming
|
a43fa424a6
|
remove not-used files, these files belong to Incompressible flow, not
supported by autodiff.
|
2014-11-18 09:33:38 +08:00 |
|
Liu Ming
|
674284d382
|
fix header gard!
|
2014-11-18 09:29:27 +08:00 |
|
Atgeirr Flø Rasmussen
|
aa189ff910
|
Merge pull request #73 from qilicun/bo_polymer
Fully implicit Two phase polymer solver and blackoil polymer solver
|
2014-11-17 13:02:11 +01:00 |
|
Liu Ming
|
4ce5661d9e
|
compute cmax every time step.
|
2014-11-17 17:23:04 +08:00 |
|
Liu Ming
|
9a5c889656
|
adapt to API changes of opm-autodiff.
|
2014-11-14 13:16:22 +08:00 |
|
Liu Ming
|
58bdc701e3
|
since two phase polymer simulator support EclipseWriter, need to remove historical
files for outputing water cut.
|
2014-10-29 13:38:15 +08:00 |
|
Liu Ming
|
ac764bd8a8
|
let sim_poly_fi2p_comp_ad works as the same way as sim_poly_fibo_ad.
- move time iteration to simulator class
- add EclipseWriter and output Eclipse binaries.
- add DeckConstPtr for polymer inflow.
|
2014-10-29 13:23:50 +08:00 |
|
Liu Ming
|
3102c4dab2
|
use WellStateFullyImplicitBlackoil instead of WellState.
|
2014-10-29 10:25:06 +08:00 |
|
Liu Ming
|
d44e8e6d9f
|
remove unnecessary referencer.
|
2014-10-28 16:29:22 +08:00 |
|
Liu Ming
|
a23e4ca63b
|
remove historical and un-used files.
|
2014-10-28 14:28:34 +08:00 |
|
Liu Ming
|
c0a61c9655
|
due to the new timer, simulator class should not do time iteration once again.
|
2014-10-28 13:31:35 +08:00 |
|
Liu Ming
|
5242d6bbf7
|
move time iterations to Simulator class and pass deck to create polymer inflows.
This should solve the issues: write the final state to eclipse binaries.
|
2014-10-28 13:14:44 +08:00 |
|
Liu Ming
|
5535dd99cc
|
source term should be '-' not '+' to mass balance equation...
|
2014-10-27 14:10:40 +08:00 |
|
Liu Ming
|
ba6fef4fbd
|
pass wells manager from sim_poly_fibo to Simulator class, instead of directly
create it in Simulator class, since polymer inflow need deck and wells.
|
2014-10-24 14:04:57 +08:00 |
|
Liu Ming
|
61c76c4294
|
use std::unique_ptr instead of boost::scoped_ptr.
|
2014-10-20 17:29:59 +08:00 |
|
Atgeirr Flø Rasmussen
|
3c29b12f1f
|
Merge pull request #71 from qilicun/use_plmixpar
use PLMIXPAR instead of TLMIXPAR.
|
2014-10-20 09:17:22 +02:00 |
|
Liu Ming
|
6b3b90500f
|
Merge remote-tracking branch 'opm/master' into bo_polymer
Conflicts:
opm/polymer/PolymerProperties.hpp
|
2014-10-20 13:51:37 +08:00 |
|
Liu Ming
|
88a1ec6e9f
|
fix bugs: polymer head should be dp*trans.
|
2014-10-20 13:44:12 +08:00 |
|
Atgeirr Flø Rasmussen
|
23ea7cbd11
|
Merge pull request #69 from qilicun/fix_bugs
PLYVISC and PLYADS should not just have only one row.
|
2014-10-17 12:21:58 +02:00 |
|
Liu Ming
|
89120ed57f
|
output parameters for debugging and remove double loop of timer.
|
2014-10-16 16:55:36 +08:00 |
|
Liu Ming
|
6a051b7e4e
|
adapte the API changes of PolymerProperties class.
|
2014-10-16 10:03:13 +08:00 |
|
Liu Ming
|
ddfb030b57
|
Merge remote-tracking branch 'opm/master' into bo_polymer
|
2014-10-16 10:00:37 +08:00 |
|
Liu Ming
|
f1f0fa9c29
|
resize and use ADB::null() to initialize.
|
2014-10-16 09:59:59 +08:00 |
|
Liu Ming
|
d99a0ff7a1
|
use PLMIXPAR instead of TLMIXPAR.
|
2014-10-15 09:47:43 +08:00 |
|
Atgeirr Flø Rasmussen
|
7d2b18d758
|
Merge pull request #70 from andlaus/use_TLMIXPAR_keyword
use the TLMIXPAR keyword directly
|
2014-10-14 14:10:03 +02:00 |
|
Andreas Lauser
|
7c122c18d3
|
use the TLMIXPAR keyword directly
instead of using a table class. This is because the keyword is not a
table...
|
2014-10-14 12:29:31 +02:00 |
|
Liu Ming
|
54c8014453
|
PLYVISC and PLYADS should not just have only one row.
|
2014-10-14 16:28:11 +08:00 |
|
Liu Ming
|
6d76151b6d
|
use std::unique_ptr instead of std::shared_ptr for polymerInflowInterface.
|
2014-10-11 16:38:59 +08:00 |
|
Liu Ming
|
b18f13bd7f
|
fix phaseIdx problem and make the function more readable.
|
2014-10-10 17:06:05 +08:00 |
|
Liu Ming
|
dce2047e41
|
fix bugs caused by canonical phase index and active phase index.
residual_ and rq_ resize at a proper position.
|
2014-10-10 15:42:49 +08:00 |
|
Liu Ming
|
ddb7b8833f
|
if deck has_polymer, rq_ should resize to store polymer equation.
|
2014-10-10 10:17:40 +08:00 |
|
Liu Ming
|
d457211cf2
|
make sure polymer position is the last.
|
2014-10-10 10:11:04 +08:00 |
|
Liu Ming
|
c2d6347271
|
make some tricks for initialing polymer_inflow, this maybe wrong, but now no bugs.
|
2014-10-09 14:23:36 +08:00 |
|
Liu Ming
|
73c2032974
|
fix some bugs.
|
2014-10-09 10:04:17 +08:00 |
|
Liu Ming
|
be927741b8
|
create a blackoil+polymer simulator.
|
2014-10-08 14:46:43 +08:00 |
|
Liu Ming
|
f3553d73c7
|
since time iteration was moved to the Simulator class, pass PolymerInflowInterface
as a shared_ptr.
|
2014-10-08 14:45:42 +08:00 |
|
Liu Ming
|
e56ba2afae
|
modify them, let them adapt to polymer simulator.
|
2014-10-08 13:54:45 +08:00 |
|
Liu Ming
|
9c72ca40c8
|
add concentration and maxconcentration for PolymerBlackoilState.
|
2014-10-08 11:22:25 +08:00 |
|
Liu Ming
|
4250d4eda5
|
use phase pressure to compute fluidRecipeFVF().
|
2014-10-08 10:23:10 +08:00 |
|
Liu Ming
|
9beaf4e03b
|
add well rate contribution to polymer mass balance equation.
|
2014-09-30 15:22:50 +08:00 |
|
Liu Ming
|
9db24a22d2
|
let PolymerBlackoilState return rs() and rv().
|
2014-09-29 16:39:50 +08:00 |
|