Commit Graph

13544 Commits

Author SHA1 Message Date
Arne Morten Kvarving
b4ed9ae9a0 GasPvtMultiplexer: remove comparison operator
not used
2022-12-22 14:47:15 +01:00
Bård Skaflestad
df17890f7d
Merge pull request #3274 from akva2/blackoilfluidsystem_encapsulate
BlackOilFluidSystem: encapsulate EclipseState w/ friends
2022-12-22 14:41:57 +01:00
Bård Skaflestad
4d4415b57f
Merge pull request #3272 from akva2/wethumidgaspvt_encapsulate
WetHumidGasPvt: encapsulate EclipseState w/ friends
2022-12-22 13:59:53 +01:00
Arne Morten Kvarving
e392826cd5 BlackOilFluidSystem: replace assert
this is user-provided data. instead throw an exception.
also replace a naked throw with OPM_THROW
2022-12-22 13:36:20 +01:00
Arne Morten Kvarving
77886b1307 BlackOilFluidSystem: put initFromState in separate compile unit
thus encapsulating EclipseState and friends
2022-12-22 13:35:08 +01:00
Arne Morten Kvarving
19a7d04d8d WetHumidGasPvt: some simplifications
drop unused constructors and explicit comparison operator
2022-12-22 13:22:07 +01:00
Arne Morten Kvarving
afc5aa026b WetHumidGasPvt: add missing initialization 2022-12-22 13:22:07 +01:00
Arne Morten Kvarving
262f4d5378 WetHumidGasPvt: replace asserts
this is user-provided data. instead throw exceptions.
also replace a naked throw with OPM_THROW
2022-12-22 13:22:07 +01:00
Arne Morten Kvarving
1ed433cb51 WetHumidGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
2022-12-22 13:22:07 +01:00
Bård Skaflestad
f9228f857c
Merge pull request #3271 from akva2/wetgaspvt_encapsulate
WetGasPvt: encapsulate EclipseState w/ friends
2022-12-22 13:21:51 +01:00
Arne Morten Kvarving
dc5d2e76f1 WetGasPvt: some simplifications
drop unused constructors and explicit comparison operator
2022-12-22 12:27:34 +01:00
Arne Morten Kvarving
84336d353e WetGasPvt: replace asserts
this is user-provided data. instead throw exceptions.
also replace a naked throw with OPM_THROW
2022-12-22 12:27:34 +01:00
Arne Morten Kvarving
b75a00c919 WetGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
2022-12-22 12:26:33 +01:00
Bård Skaflestad
e2d18204e7
Merge pull request #3270 from akva2/waterpvtthermal_encapsulate
WaterPvtThermal: encapsulate EclipseState w/ friends
2022-12-22 12:25:29 +01:00
Arne Morten Kvarving
6a4ce88a82 WaterPvtThermal: 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 11:46:04 +01:00
Arne Morten Kvarving
8326df9d6c WaterPvtThermal: replace asserts
this is user-provided data. instead throw exceptions.
also replace a naked throw with OPM_THROW
2022-12-22 11:45:48 +01:00
Arne Morten Kvarving
ca3f5ee91c WaterPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
2022-12-22 11:41:24 +01:00
Bård Skaflestad
c7a9a1dbfa
Merge pull request #3269 from akva2/solventpvt_encapsulate
SolventPvt: encapsulate EclipseState w/ friends
2022-12-22 11:40:40 +01:00
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