Arne Morten Kvarving
|
d60f1c9f97
|
H2ON2FluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
da4fe49a3a
|
H2OAirMesityleneFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
5776f97490
|
H2OAirFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
587ffe4d78
|
BrineCO2FluidSystem: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
55c5bc68d5
|
PengRobinson: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
30b408c95f
|
NcpFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
86d233ba96
|
NcpFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
2769ada1a5
|
CompositionFromFugacities: remove sstream usage
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a885d4de34
|
ImmiscibleFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
4927a9a58e
|
ImmiscibleFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
83e7e45f2d
|
TabulatedComponent: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f1ecc0c7cf
|
SimpleHuDuanH2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f94bdfda44
|
H2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c5dd0be166
|
CO2: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a03a03af36
|
Tabulated1DFunction: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
cf41f01625
|
Tabulated1DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a631ef7ce9
|
UniformXTabulated2DFunction: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
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 |
|