Arne Morten Kvarving
|
ea1e8552e7
|
checkComponent: use Opm::demangle
|
2022-12-23 08:49:19 +01:00 |
|
Arne Morten Kvarving
|
7b31a45646
|
BaseFluidSystem: use Opm::demangle
|
2022-12-23 08:49:19 +01:00 |
|
Arne Morten Kvarving
|
28d160dec3
|
ThreePhaseParkerVanGenucthenParams: remove fvector include
not used
|
2022-12-23 08:49:19 +01:00 |
|
Arne Morten Kvarving
|
91b3ecbad0
|
checkFluidSystem: use Opm::demangle
|
2022-12-23 08:49:19 +01:00 |
|
Arne Morten Kvarving
|
b125823f92
|
added: symbol demangling helper
this is trivial enough to carry ourself instead of
relying on dune-common
|
2022-12-23 08:49:19 +01:00 |
|
Arne Morten Kvarving
|
fd6e793b6a
|
don't include dune traits for Evaluation
unused and it creates an unnecessary dune-common dependency
now test_EvaluationFormat no longer depends on dune-common
|
2022-12-23 08:49:19 +01:00 |
|
Bård Skaflestad
|
7be5addcf5
|
Merge pull request #3277 from akva2/waterpvtmultiplexer_encapsulate
WaterPvtMultiplexer: encapsulate EclipseState w/ friends
|
2022-12-22 19:23:22 +01:00 |
|
Arne Morten Kvarving
|
442f7f599f
|
WaterPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState and friends
|
2022-12-22 18:10:23 +01:00 |
|
Arne Morten Kvarving
|
e867dea639
|
WaterPvtMultiplexer: remove comparison operator
not used
|
2022-12-22 18:10:22 +01:00 |
|
Bård Skaflestad
|
92aaa54526
|
Merge pull request #3285 from akva2/co2_table_encapsulate
CO2: encapsulate CO2Tables
|
2022-12-22 16:29:09 +01:00 |
|
Bård Skaflestad
|
79cb28f8ca
|
Merge pull request #3276 from akva2/oilpvtmultiplexer_encapsulate
OilPvtMultiplexer: encapsulate EclipseState w/ friends
|
2022-12-22 16:21:41 +01:00 |
|
Arne Morten Kvarving
|
4e17a57c08
|
OilPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-22 15:34:14 +01:00 |
|
Arne Morten Kvarving
|
0855259fd7
|
OilPvtMultiplexer: remove comparison operator
not used
|
2022-12-22 15:34:14 +01:00 |
|
Bård Skaflestad
|
1bb8e1e70d
|
Merge pull request #3275 from akva2/gaspvtmultiplexer_encapsulate
GasPvtMultiplexer: encapsulate EclipseState w/ friends
|
2022-12-22 15:33:51 +01:00 |
|
Markus Blatt
|
08ba72213f
|
Merge pull request #3300 from akva2/quadmath_no_cxx_flags
fixed: do not append to flags to CMAKE_CXX_FLAGS
|
2022-12-22 14:56:16 +01:00 |
|
Arne Morten Kvarving
|
a1126836f5
|
GasPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 14:47:15 +01:00 |
|
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 |
|