Commit Graph
15618 Commits
Author SHA1 Message Date
Bård Skaflestad 537542e6ae Merge pull request #4387 from akva2/arraydimchecker_cpp_cleanup
Main.hpp: remove unnecessary ArrayDimChecker.hpp include
2023-01-17 09:19:43 +01:00
Bård Skaflestad 00376d39e0 Merge pull request #4386 from akva2/welltestconfig_hpp_include
add missing WellTestConfig.hpp includes
2023-01-17 09:19:17 +01:00
Arne Morten Kvarving 978d130f30 Main.hpp: remove unneccesary Parser.hpp include 2023-01-17 07:56:37 +01:00
Arne Morten Kvarving d6b7e1c253 Main.hpp: remove unnecessary ArrayDimChecker.hpp include 2023-01-17 07:36:02 +01:00
Arne Morten Kvarving 7a1cf45ed5 BlackoilWellModel: move code using WellTestConfig to compile unit 2023-01-17 07:22:17 +01:00
Arne Morten Kvarving cc4fd831a8 add missing WellTestConfig.hpp includes 2023-01-17 06:04:56 +01:00
Bård Skaflestad fa32882bcc Merge pull request #4385 from akva2/inputerroraction_hpp_include
add missing InputErrorAction.hpp includes
2023-01-16 23:29:59 +01:00
Arne Morten Kvarving 60b23e8bb1 move ParseContext configuration to readDeck
this way we do not need to include InputErrorAction in Main.hpp
2023-01-16 22:17:39 +01:00
Arne Morten Kvarving fd94ca7031 add missing InputErrorAction.hpp includes 2023-01-16 22:17:39 +01:00
Arne Morten Kvarving 3a01e89585 adjust to InputErrorAction change to enum class 2023-01-16 22:17:39 +01:00
Bård Skaflestad 4dc068c87f Merge pull request #4383 from akva2/restartvalue_hpp_include
add missing RestartValue.hpp include
2023-01-16 16:14:26 +01:00
Bård Skaflestad 40c51f9829 Merge pull request #4381 from bska/tag-unused-parameters
Tag Unused Parameter as [[maybe_unused]]
2023-01-16 15:31:52 +01:00
Bård Skaflestad 171a591659 Tag Unused Parameter as [[maybe_unused]]
Suppresses warnings about unused arguments.  While here, also split
a long line for readability and include a number of standard headers
that were missing before.
2023-01-16 14:50:58 +01:00
Arne Morten Kvarving da73c6da71 add missing RestartValue.hpp include 2023-01-16 13:51:20 +01:00
Bård Skaflestad 7eaa2b91bc Merge pull request #4382 from akva2/units_hpp_cleanups
Units.hpp: some cleanup
2023-01-16 13:47:49 +01:00
Bård Skaflestad dce81569fe Merge pull request #4380 from akva2/fielddata_hpp_include
add missing FieldData.hpp includes
2023-01-16 13:15:26 +01:00
Arne Morten Kvarving 3745a4c02d clean up Units.hpp includes
include it where required instead of relying on other
headers to pull it in
2023-01-16 12:21:29 +01:00
Arne Morten Kvarving bf7db7c109 ecloutputblackoilmodule.hh: remove unnecessary Units.hpp include 2023-01-16 12:12:04 +01:00
Arne Morten Kvarving 7c797f9e7b add missing FieldData.hpp includes 2023-01-16 11:34:17 +01:00
Bård Skaflestad 11c0e085f9 Merge pull request #4193 from hnil/amgcl_fix
- fix compilation of amgcl bindings in bda by not doing anything for …
2023-01-16 11:23:39 +01:00
Bård Skaflestad 2691e6328f Merge pull request #4372 from totto82/fix_gp
output gas pressure for gas-water case
2023-01-16 11:11:39 +01:00
Bård Skaflestad afe3bd01e4 Merge pull request #4379 from akva2/units_hpp_include
add missing Units.hpp includes
2023-01-16 11:04:38 +01:00
Arne Morten Kvarving 343c7b7e57 add missing Units.hpp includes 2023-01-16 10:17:59 +01:00
Håkon Hægland 536ec73950 Add support for IMBNUMX, IMBNUMY, IMBNUMZ 2023-01-16 09:25:16 +01:00
Tor Harald Sandve ec2983df43 come code cleaning in ecloutputblackoilmodule 2023-01-16 08:53:57 +01:00
Bård Skaflestad bb53e3428e Merge pull request #4378 from akva2/wvfpexp_hpp_include
add missing WVFPEXP.hpp includes
2023-01-14 13:19:35 +01:00
Arne Morten Kvarving d8ce4bfd0c add missing WVFPEXP.hpp includes 2023-01-14 00:30:56 +01:00
Markus Blatt e03227501a Merge pull request #4376 from akva2/wellmicpproperties_hpp_include
add missing WellMICPProperties.hpp includes
2023-01-13 19:02:00 +01:00
Bård Skaflestad e104ee13a2 Merge pull request #4377 from akva2/welleconproductionlimits_hpp_include
add missing WellEconProductionLimits.hpp includes
2023-01-13 16:09:38 +01:00
Arne Morten Kvarving d5fbbdc328 add missing WellEconProductionLimits.hpp includes 2023-01-13 15:26:24 +01:00
Arne Morten Kvarving c0e9193e50 WellInterface: move code using WellMICPProperties to compile unit 2023-01-13 14:11:46 +01:00
Arne Morten Kvarving f74f2ded8e add missing WellMICPProperties.hpp includes 2023-01-13 14:01:56 +01:00
Bård Skaflestad 1f29b7cef0 Merge pull request #4375 from akva2/wellpolymerproperties_hpp_include
add missing WellPolymerProperties.hpp includes
2023-01-13 14:00:15 +01:00
Arne Morten Kvarving d011bb29ae StandardWell: move code using WellPolymerProperties to compile unit 2023-01-13 13:02:37 +01:00
Arne Morten Kvarving f860490c9f WellInterface: move code using WellPolymerProperties to compile unit 2023-01-13 13:02:37 +01:00
Arne Morten Kvarving 97f76412ae add missing WellPolymerProperties.hpp includes 2023-01-13 13:02:37 +01:00
Bård Skaflestad 9a9bed06c5 Merge pull request #4374 from akva2/welltracerproperties_hpp_include
add missing WellTracerProperties.hpp includes
2023-01-13 12:47:31 +01:00
Arne Morten Kvarving 188d19fcf0 EclTracerModel: move code using WellTracerProperties to compile unit 2023-01-13 12:03:46 +01:00
Arne Morten Kvarving 325963fb63 add missing WellTracerProperties.hpp includes 2023-01-13 12:03:46 +01:00
Bård Skaflestad dcfa1ef24e Merge pull request #4373 from akva2/wellbrineproperties_hpp_include
add missing WellBrineProperties.hpp includes
2023-01-13 12:03:08 +01:00
Bård Skaflestad 4eaf3b8270 Merge pull request #4316 from totto82/gaswater_equil
Suppot EQUIL + WATER + GAS
2023-01-13 11:26:02 +01:00
Arne Morten Kvarving 71bf868ddb WellInterface: move code using WellBrineProperties to compile unit 2023-01-13 11:14:18 +01:00
Arne Morten Kvarving 131f52773f add missing WellBrineProperties.hpp includes 2023-01-13 11:14:18 +01:00
Bård Skaflestad c29b41ef51 Merge pull request #4371 from akva2/wellfoamproperties_hpp_include
add missing WellFoamProperties.hpp includes
2023-01-13 11:12:56 +01:00
Tor Harald Sandve 0a1210a392 output gas pressure for gas-water case 2023-01-13 10:47:23 +01:00
Arne Morten Kvarving a29d5f81b6 WellInterface: move code using WellFoamProperties to compile unit 2023-01-13 10:18:26 +01:00
Arne Morten Kvarving a0f85c8a93 add missing WellFoamProperties.hpp includes 2023-01-13 10:18:26 +01:00
Tor Harald Sandve 8d37ded703 Suppot EQUIL + WATER + GAS 2023-01-13 10:16:48 +01:00
Bård Skaflestad adda7e4a3c Merge pull request #4369 from akva2/wellsegments_hpp_include
add missing WellSegments.hpp includes
2023-01-12 16:45:31 +01:00
Arne Morten Kvarving 0c91d6f6c1 MultisegmentWellGeneric.hpp: forward WellSegments 2023-01-12 14:37:32 +01:00