Joakim Hove
2248a1133d
Remove unused group rate
2019-07-14 08:33:45 +02:00
Arne Morten Kvarving
2c8e4cb6b0
Merge pull request #891 from akva2/janitoring
...
Various janitoring
2019-07-10 15:51:10 +02:00
Arne Morten Kvarving
492fba07fc
fixed: remove unused assignments
2019-07-10 15:10:29 +02:00
Arne Morten Kvarving
c87acf6571
fixed: remove unused variable and limit scope for another
2019-07-10 15:10:29 +02:00
Arne Morten Kvarving
c720dfe8a8
fixed: move string to avoid copy
2019-07-10 15:10:18 +02:00
Arne Morten Kvarving
b860fdbccc
fixed: use initializer list
2019-07-10 09:03:36 +02:00
Arne Morten Kvarving
4dbb33cce6
changed: rescope code relying on grid under if()
...
rewrite to aid static code analyzer
2019-07-10 09:03:36 +02:00
Arne Morten Kvarving
6a7191c376
fixed: sources should include the extension
2019-07-10 09:03:36 +02:00
Arne Morten Kvarving
6039cfa7ed
Merge pull request #890 from akva2/improve_sca_support
...
Improve static analysis support
2019-07-09 14:40:14 +02:00
Arne Morten Kvarving
3e078e76b1
fix indenting
2019-07-09 14:39:11 +02:00
Arne Morten Kvarving
43c504593f
added: static analysis for targets added using opm_add_test
2019-07-09 10:35:40 +02:00
Arne Morten Kvarving
3e576b6332
added: support object libraries in static analysis macro
2019-07-09 10:35:40 +02:00
Arne Morten Kvarving
748fd20e57
fixed: make sure path is absolute before attempting conversion to relative
2019-07-09 10:35:40 +02:00
Arne Morten Kvarving
8d59054112
fixed: make sure not to re-add static analysis tests
2019-07-09 09:49:16 +02:00
Joakim Hove
8d439e6260
Merge pull request #880 from joakim-hove/opmi-loggin
...
Add basic log output to the opmi application
2019-07-08 13:51:32 +02:00
Joakim Hove
085d7d23b6
Merge pull request #889 from akva2/janitoring
...
mark constructor explicit
2019-07-08 13:29:52 +02:00
Arne Morten Kvarving
83e2029af4
mark constructor explicit
2019-07-08 11:17:45 +02:00
Joakim Hove
88afb50d09
Merge pull request #881 from joakim-hove/group2
...
WIP: Group2
2019-07-06 07:30:25 +02:00
Joakim Hove
f0215f1a3d
Merge pull request #887 from joakim-hove/normal-libecl-build
...
Remove hardcoded libecl commit in jenkins pipeline
2019-07-05 17:42:43 +02:00
Kai Bao
2b41c40c58
Merge pull request #878 from GitPaean/welopen_wtest
...
WELOPEN and WCON* interact with WECON and WTEST
2019-07-05 11:43:14 +02:00
Joakim Hove
1c777c5ba5
Remove hardcoded libecl commit in jenkins pipeline
2019-07-05 11:16:09 +02:00
Kai Bao
011666b3f9
WELOPEN and WCON* interact with WECON and WTEST
...
WELOPEN and WCON* can open well closed due to various reasons, physical
or economic.
If a well is shut with WELOPEN and WCON*, we do not try to re-open it
through WTEST.
2019-07-05 10:01:03 +02:00
Atgeirr Flø Rasmussen
6aabb6958d
Merge pull request #883 from atgeirr/allow-no-foamfsc
...
Allow FOAM without FOAMFSC
2019-07-05 09:24:13 +02:00
Joakim Hove
0694515c69
Merge pull request #886 from joakim-hove/jenkins-libecl-build
...
Jenkins libecl build
2019-07-05 07:07:04 +02:00
Joakim Hove
7f521652f4
Update libecl pr build
2019-07-04 20:17:21 +02:00
Joakim Hove
8740a8dc1a
Update libecl github organisation to equinor
2019-07-04 19:06:35 +02:00
Atgeirr Flø Rasmussen
3f5f4c1b40
Merge pull request #885 from atgeirr/use-fixed-libecl-jenkins
...
Set default commit to use for libecl to a known OPM-compatible commit
2019-07-04 17:42:27 +02:00
Atgeirr Flø Rasmussen
54c8e107b7
Do not use master branch for libecl by default.
2019-07-04 16:35:48 +02:00
Atgeirr Flø Rasmussen
c3dcedc392
Allow FOAM without FOAMFSC
...
This is necessary to support the table-based gas mobility reduction model.
In order to extend support to the function-based model the FOAMFSC-related
things have been kept.
2019-07-04 12:57:43 +02:00
Atgeirr Flø Rasmussen
e877de94bb
Merge pull request #882 from atgeirr/add-wfoam-support
...
Add WFOAM support
2019-07-04 11:16:46 +02:00
Atgeirr Flø Rasmussen
5144456aa4
Address review comments.
...
- Use const reference to the dynamic state in handleWFOAM() and handleWPOLYMER().
- Throw if trying to set foam or polymer injection properties on a production well.
- Update some tests that failed due to the point above.
2019-07-04 09:23:11 +02:00
Atgeirr Flø Rasmussen
5f8d24c431
Add tests for WFOAM.
2019-07-03 12:39:35 +02:00
Atgeirr Flø Rasmussen
13bd564edf
Add WFOAM support to Schedule and Well2.
2019-07-03 12:39:35 +02:00
Atgeirr Flø Rasmussen
0aaf9823c1
Merge pull request #879 from atgeirr/add-foammob
...
Add FOAMMOB and friends
2019-07-03 12:38:33 +02:00
Joakim Hove
a64745193d
Add empty Group2 skeleton
2019-07-03 11:15:51 +02:00
Joakim Hove
fe83324746
Moved Group related files to Group/ folder in filesystem
2019-07-03 11:15:51 +02:00
Atgeirr Flø Rasmussen
f48462841f
Add table support for FOAMMOB.
2019-07-03 11:12:12 +02:00
Atgeirr Flø Rasmussen
89acca0fd7
Add FOAMMOB, FOAMOPTS and WFOAM keywords.
2019-07-03 11:12:12 +02:00
Joakim Hove
c41ea17ba6
Add basic log output to the opmi application
2019-07-03 10:16:16 +02:00
Atgeirr Flø Rasmussen
1cd6ebb403
Merge pull request #877 from atgeirr/add-foamrock
...
Add FOAMROCK including FoamConfig support and test.
2019-07-02 17:53:51 +02:00
Atgeirr Flø Rasmussen
522db6d093
Address issues from review.
2019-07-02 16:58:04 +02:00
Atgeirr Flø Rasmussen
33783b1e9f
Add FOAMROCK including FoamConfig support and test.
2019-07-02 13:55:42 +02:00
Atgeirr Flø Rasmussen
d61d9c920b
Merge pull request #875 from atgeirr/add-foamconfig
...
Add FoamConfig class and support
2019-07-02 11:45:37 +02:00
Atgeirr Flø Rasmussen
17a2e5d334
Address review comments.
...
- Use a raw literal.
- Use 'index', not 'id'.
- Use FoamConfig(const Deck&) constructor.
2019-07-02 10:43:13 +02:00
Joakim Hove
8f7e6ccd94
Merge pull request #874 from tskille/compareECL
...
Added new option to compareECL
2019-07-02 07:24:48 +02:00
Torbjørn Skille
51adb23728
Added new option (report steps only) for compareECL for comparing summary results
2019-07-01 16:37:49 +02:00
Atgeirr Flø Rasmussen
7245598952
Include cstddef for std::size_t.
2019-07-01 15:29:21 +02:00
Atgeirr Flø Rasmussen
ba462d67cf
Add test for FoamConfig.
2019-07-01 14:40:59 +02:00
Atgeirr Flø Rasmussen
62a3b7334d
Add FoamConfig to InitConfig.
2019-07-01 14:40:37 +02:00
Atgeirr Flø Rasmussen
c314464ef3
Add unit support for FoamSurfactantConcentration.
...
Note that FoamDensity and FoamSurfactantConcentration differ in field units,
as one is then poind/barrel and the other is pound/(1000 cubic feet)!
2019-07-01 14:40:05 +02:00