Arne Morten Kvarving
|
8aace8e1d5
|
UniformXTabulated2DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
7d386d9082
|
TridiagonalMatrix: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c7d1fb33e7
|
Spline: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a82ad9e86a
|
IntervalTabulated2DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
76892ccd73
|
EvaluationXXX.hpp: do not include Evaluation.hpp
creates weird circular includes. users should always include
Evaluation.hpp
|
2022-12-23 13:30:34 +01:00 |
|
Arne Morten Kvarving
|
59d46bbf7e
|
Evaluation: do not include Math.hpp
|
2022-12-23 13:15:53 +01:00 |
|
Arne Morten Kvarving
|
b487819384
|
Evaluation: remove unnecessary includes
|
2022-12-23 13:09:40 +01:00 |
|
Arne Morten Kvarving
|
e9ba866305
|
Evaluation: do not include valgrind if NDEBUG
|
2022-12-23 13:02:36 +01:00 |
|
Arne Morten Kvarving
|
9d92514157
|
Evaluation: move stream operator support to compile unit
|
2022-12-23 12:58:47 +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
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
1ed433cb51
|
WetHumidGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-22 13:22:07 +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
|
b75a00c919
|
WetGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-22 12:26:33 +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
|
ca3f5ee91c
|
WaterPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 11:41:24 +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
|
fa1f7a447f
|
SolventPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 11:03:12 +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
|
744b31587d
|
OilPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-22 10:20:18 +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
|
857c5c4bfb
|
LiveOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-22 09:36:19 +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
|
011666367a
|
GasPvtThermal: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 23:50:55 +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
|
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
|
b0cb3bdb11
|
DryGasPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 20:42:54 +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
|
039a7ff35f
|
DeadOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 19:53:31 +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
|
77f5581e27
|
ConstantCompressibilityWaterPvt: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
|
2022-12-21 18:21:26 +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
|
094a40db41
|
ConstantCompressibilityOilPvt: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
|
2022-12-21 16:23:11 +01:00 |
|
Arne Morten Kvarving
|
f58d9f12b0
|
ConstantCompressibilityBrinePvt: some simplifications
drop unused constructors and explicit comparison operator
|
2022-12-21 15:49:02 +01:00 |
|