Commit Graph

13504 Commits

Author SHA1 Message Date
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
Atgeirr Flø Rasmussen
4ee3f9ed3e
Merge pull request #3306 from atgeirr/add-missing-include
Add missing <string> include.
2023-01-02 13:11:39 +01:00
Atgeirr Flø Rasmussen
bb48205767 Add missing <string> include. 2023-01-02 12:12:26 +01:00
Bård Skaflestad
c1bcace20d
Merge pull request #3305 from akva2/evaluation_cleanup
Cleanup in evaluations
2022-12-23 15:05:11 +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
Bård Skaflestad
fd2b2ebf52
Merge pull request #3304 from akva2/minimize_dune_dependencies
Minimize dune dependencies
2022-12-23 09:44:59 +01:00
Arne Morten Kvarving
0c596fbb08 test_eclmateriallawmanager: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
00adf562c9 test_eclblackoilpvt: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
d6a15066c5 test_eclblackoilfluidsystem: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
a971ecd4b0 test_threecomponents_ptflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
f790b2bcba test_tabulation: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
45fc048a94 test_spline: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
35b3fd218d test_pengrobinson: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
b53ea60438 test_ncpflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
6b59969f54 test_co2brine_ptflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
25eb867801 test_immiscibleflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
9c5f863ec1 test_densead: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
7215312bb1 test_fluidsystems: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
9ccee63cac test_fluidmatrixinteractions: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
b782a0360b test_components: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:43 +01:00
Arne Morten Kvarving
b81ba96285 test_brineco2pvt: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
6473798cf0 test_blackoilfluidstate: do not include dune mpi helper
thus we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
bffe2b01e8 test_2dtables: no reason to initialize MPI here
and then we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
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