Arne Morten Kvarving
|
39b0354d54
|
SolventPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-22 11:03:12 +01:00 |
|
Arne Morten Kvarving
|
2c23a4e76a
|
SolventPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-22 11:03:12 +01:00 |
|
Arne Morten Kvarving
|
fa1f7a447f
|
SolventPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 11:03:12 +01:00 |
|
Bård Skaflestad
|
e89f9ddcad
|
Merge pull request #3268 from akva2/oilpvtthermal_encapsulate
OilPvtThermal: encapsulate EclipseState w/ friends
|
2022-12-22 11:02:03 +01:00 |
|
Arne Morten Kvarving
|
d660b0d080
|
OilPvtThermal: don't compare isothermal pvts
this operator is not really used and will be removed later.
for now just remove the problematic comparison
|
2022-12-22 10:26:06 +01:00 |
|
Arne Morten Kvarving
|
cb2e3bfbcd
|
OilPvtThermal: replace asserts
this is user-provided data. instead throw exceptions.
also replace a naked throw with OPM_THROW
|
2022-12-22 10:25:46 +01:00 |
|
Arne Morten Kvarving
|
744b31587d
|
OilPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 10:20:18 +01:00 |
|
Bård Skaflestad
|
8ab8989cc5
|
Merge pull request #3266 from akva2/liveoilpvt_encapsulate
LiveOilPvt: encapsulate EclipseState w/ friends
|
2022-12-22 10:19:10 +01:00 |
|
Arne Morten Kvarving
|
219536d69a
|
LiveOilPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-22 09:36:19 +01:00 |
|
Arne Morten Kvarving
|
622abe631c
|
LiveOilPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-22 09:36:19 +01:00 |
|
Arne Morten Kvarving
|
857c5c4bfb
|
LiveOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-22 09:36:19 +01:00 |
|
Bård Skaflestad
|
fc6f6e7d1d
|
Merge pull request #3265 from akva2/gaspvtthermal_encapsulate
GasPvtThermal: encapsulate EclipseState w/ friends
|
2022-12-22 09:34:44 +01:00 |
|
Arne Morten Kvarving
|
01f087b252
|
don't compare isothermal pvts
this operator is not really used and will be removed later.
for now just remove the problematic comparison
|
2022-12-22 08:44:32 +01:00 |
|
Arne Morten Kvarving
|
4dbdec2d0b
|
GasPvtThermal: replace assert
this is user-provided data. instead throw an exception
|
2022-12-22 08:16:34 +01:00 |
|
Arne Morten Kvarving
|
011666367a
|
GasPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 23:50:55 +01:00 |
|
Bård Skaflestad
|
30546dfe1d
|
Merge pull request #3264 from akva2/dryhumidgaspvt_encapsulate
DryHumidGasPvt: encapsulate EclipseState w/ friends
|
2022-12-21 23:39:53 +01:00 |
|
Arne Morten Kvarving
|
51e44df594
|
DryHumidGasPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 22:25:50 +01:00 |
|
Arne Morten Kvarving
|
c84cde4772
|
DryHumidGasPvt: add missing initialization
|
2022-12-21 22:25:50 +01:00 |
|
Arne Morten Kvarving
|
43938bf9c3
|
DryHumidGasPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-21 22:25:50 +01:00 |
|
Arne Morten Kvarving
|
60b61b4647
|
DryHumidGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 22:25:49 +01:00 |
|
Bård Skaflestad
|
5eef4086f0
|
Merge pull request #3263 from akva2/drygaspvt_encapsulate
DryGasPvt: encapsulate EclipseState w/ friends
|
2022-12-21 22:01:47 +01:00 |
|
Bård Skaflestad
|
ab9615cf12
|
Merge pull request #3249 from akva2/small_material_fixes
Some small fixes in material classes
|
2022-12-21 22:00:35 +01:00 |
|
Arne Morten Kvarving
|
9cf1922d8f
|
DryGasPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 20:42:55 +01:00 |
|
Arne Morten Kvarving
|
e0c083efe2
|
DryGasPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-21 20:42:54 +01:00 |
|
Arne Morten Kvarving
|
b0cb3bdb11
|
DryGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 20:42:54 +01:00 |
|
Bård Skaflestad
|
a1d23d42cc
|
Merge pull request #3262 from akva2/deadoilpvt_encapsulate
DeadOilPvt: encapsulate EclipseState w/ friends
|
2022-12-21 20:37:15 +01:00 |
|
Arne Morten Kvarving
|
f6c3b61502
|
DeadOilPvt: some simplifications
remove unused constructors and explicit comparison operator
|
2022-12-21 19:53:31 +01:00 |
|
Arne Morten Kvarving
|
e4814b0ad3
|
DeadOilPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-21 19:53:31 +01:00 |
|
Arne Morten Kvarving
|
039a7ff35f
|
DeadOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 19:53:31 +01:00 |
|
Bård Skaflestad
|
77c79ca6f3
|
Merge pull request #3261 from akva2/constantcompressibilitywaterpvt_encapsulate
ConstantCompressibilityWaterPvt: encapsulate EclipseState w/ friends
|
2022-12-21 19:38:24 +01:00 |
|
Bård Skaflestad
|
db7126631f
|
Merge pull request #3303 from akva2/remove_parser_deck_api_warning
remove OPM_PARSER_DECK_API_WARNING
|
2022-12-21 19:18:27 +01:00 |
|
Arne Morten Kvarving
|
112e377ece
|
remove OPM_PARSER_DECK_API_WARNING
|
2022-12-21 18:42:17 +01:00 |
|
Arne Morten Kvarving
|
d754d83ea0
|
ConstantCompressibilityWaterPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 18:32:14 +01:00 |
|
Arne Morten Kvarving
|
2d386e3e3f
|
ConstantCompressibilityWaterPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-21 18:32:13 +01:00 |
|
Arne Morten Kvarving
|
77f5581e27
|
ConstantCompressibilityWaterPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-21 18:21:26 +01:00 |
|
Bård Skaflestad
|
ff4fb71cb7
|
Merge pull request #3258 from akva2/constantcompressibilityoilpvt_encapsulate
ConstantCompressibilityOilPvt: encapsulate EclipseState w/ friends
|
2022-12-21 17:05:07 +01:00 |
|
Arne Morten Kvarving
|
a26cea5c37
|
ConstantCompressibilityOilPvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 16:23:11 +01:00 |
|
Arne Morten Kvarving
|
eedeada409
|
ConstantCompressbilityOilPvt: replace assert
this is user-provided data. instead throw an exception
|
2022-12-21 16:23:11 +01:00 |
|
Arne Morten Kvarving
|
094a40db41
|
ConstantCompressibilityOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 16:23:11 +01:00 |
|
Arne Morten Kvarving
|
81f0315101
|
Merge pull request #3257 from akva2/constantcompressibilitybrinepvt_encapsulate
ConstantCompressibilityBrinePvt: encapsulate EclipseState w/ friends
|
2022-12-21 16:23:01 +01:00 |
|
Arne Morten Kvarving
|
f58d9f12b0
|
ConstantCompressibilityBrinePvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 15:49:02 +01:00 |
|
Arne Morten Kvarving
|
b91b83f814
|
ConstantCompressibilityBrinePvt: replace asserts
this is user-provided data. instead throw an exception
also replace a naked throw with OPM_THROW
|
2022-12-21 15:49:02 +01:00 |
|
Arne Morten Kvarving
|
a09d8496f6
|
ConstantCompressibilityBrinePvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 15:49:01 +01:00 |
|
Arne Morten Kvarving
|
5e03ff6726
|
Merge pull request #3256 from akva2/co2gaspvt_encapsulate
Co2GasPvt: encapsulate EclipseState w/ friends
|
2022-12-21 15:48:22 +01:00 |
|
Arne Morten Kvarving
|
12ff60693a
|
Merge pull request #3253 from akva2/eclmateriallawmanager_encapsulate
EclMaterialLawManager: move most code to separate compile unit
|
2022-12-21 15:13:38 +01:00 |
|
Bård Skaflestad
|
38f5c401a0
|
Merge pull request #3292 from akva2/brineco2pvt_remove_ctor_comp
BrineCo2Pvt: some cleanups
|
2022-12-21 14:42:30 +01:00 |
|
Arne Morten Kvarving
|
182f5d3b27
|
Merge pull request #3302 from akva2/rootfinders_libfmt
RootFinders: avoid stream usage in header
|
2022-12-21 13:43:30 +01:00 |
|
Tor Harald Sandve
|
ce3b37fe9d
|
Merge pull request #3246 from totto82/addRsw
Add rsw
|
2022-12-21 13:39:23 +01:00 |
|
Arne Morten Kvarving
|
f235061ee3
|
RootFinders: avoid stream usage in header
put logging functions in separate compile unit where we use {fmt}
|
2022-12-21 13:26:56 +01:00 |
|
Arne Morten Kvarving
|
93a32a66f4
|
Merge pull request #3301 from akva2/avoid_sstream_in_timerlog
TimerLog: avoid sstream in header
|
2022-12-21 12:06:28 +01:00 |
|