Commit Graph

14126 Commits

Author SHA1 Message Date
Bård Skaflestad
9e10a598f1
Merge pull request #3537 from akva2/test_co2brine_ptflash_janitoring
test_co2brine_ptflash: convert to boost::test
2023-05-25 23:25:39 +02:00
Bård Skaflestad
bac38961b7
Merge pull request #3534 from GitPaean/tesiting_summary_ouptut
[testing] update summary quantities even there is no wells associated with it
2023-05-25 23:24:59 +02:00
Arne Morten Kvarving
4bd20c6364 test_co2brine_ptflash: convert to boost::test 2023-05-25 22:53:25 +02:00
Bård Skaflestad
51f21f86bd
Merge pull request #3535 from akva2/test_tabulation_janitoring
test_tabulation: Some janitoring
2023-05-25 22:23:40 +02:00
Bård Skaflestad
621dcad31d
Merge pull request #3533 from akva2/test_fluidsystems_janitoring
test_fluidsystems: Some janitoring
2023-05-25 22:22:42 +02:00
Bård Skaflestad
80bdd0f999
Merge pull request #3532 from akva2/test_co2brinepvt_janitoring
test_co2brinepvt: Some janitoring
2023-05-25 22:21:30 +02:00
Bård Skaflestad
6c053c457a
Merge pull request #3536 from akva2/test_components_janitoring
test_components: Some janitoring
2023-05-25 22:16:11 +02:00
Arne Morten Kvarving
edefd93f38 test_components: convert to boost::test 2023-05-25 21:49:07 +02:00
Arne Morten Kvarving
180f34dea7 checkComponent: improve output
as this is called multiple times for a component
we get duplicate output. improve by also including the
Evaluation template parameters in the output.
2023-05-25 21:49:07 +02:00
Arne Morten Kvarving
0baa0f441a test_tabulation: convert to boost::test 2023-05-25 21:15:38 +02:00
Arne Morten Kvarving
860bc2e7f6 test_tabulation: adjust tolerances so there are no failed comparisons 2023-05-25 21:13:04 +02:00
Markus Blatt
69aaf44fd2
Merge pull request #3531 from vkip/compare_ecl_sign_deviation
Calculate deviation such that different signs are accounted for.
2023-05-25 12:17:15 +02:00
Kai Bao
b16f2ed8be update summary quantities even there is no wells associated with it
then it should get a zero. otherwise, the old values will be used.
2023-05-25 09:10:02 +02:00
Arne Morten Kvarving
174e19c35d test_fluidsystems: convert to Boost::Test 2023-05-24 22:04:39 +02:00
Arne Morten Kvarving
3e4146030e checkFluidSystem: improve output
as this is called multiple times for a fluidsystem
we get duplicate output. improve by also including the
other template parameters in the output.
2023-05-24 22:04:39 +02:00
Arne Morten Kvarving
91d5db381a fixed: avoid dead stores in test_fluidsystems 2023-05-24 22:04:39 +02:00
Arne Morten Kvarving
89b1a95a2d test_co2brinepvt: convert to Boost::Test 2023-05-23 22:31:50 +02:00
Vegard Kippe
22b5d9a568 Calculate deviation such that different signs are accounted for. 2023-05-23 22:30:45 +02:00
Arne Morten Kvarving
38fb67496d fixed: avoid dead stores in test_co2brinepvt 2023-05-23 22:16:47 +02:00
Kai Bao
ca2dbd1c09
Merge pull request #3523 from totto82/foam_solvent
Add Solvent and Water as transport phase for foam model
2023-05-23 12:27:32 +02:00
Tor Harald Sandve
0514ba2e44 remove INSTANCE(11) as it is not needed 2023-05-23 09:28:22 +02:00
Tor Harald Sandve
54dbf3a9ce add solvent and water as transport fluid for foam 2023-05-23 08:52:25 +02:00
Tor Harald Sandve
ec8a76414a compile for evaluation with 11 derivatives 2023-05-23 08:52:25 +02:00
Bård Skaflestad
35264e7ab8
Merge pull request #3530 from akva2/janitoring
Some janitoring
2023-05-22 23:49:47 +02:00
Bård Skaflestad
03e8617ff7
Merge pull request #3529 from akva2/fix_ndebug_build
BrineH2Pvt: include prerequisite headers
2023-05-22 23:28:44 +02:00
Arne Morten Kvarving
553ac0a14c reduce scope of variable
avoids sca warnings
2023-05-22 23:00:30 +02:00
Arne Morten Kvarving
4572a7135f avoid some dead stores 2023-05-22 23:00:20 +02:00
Arne Morten Kvarving
32b526993d changed: mark explicit units constexpr
these constants are known at compile time.
as a bonus, this also quells warnings
emitted by infer due to it not seeing through
the implicit lambda captures
2023-05-22 22:57:14 +02:00
Arne Morten Kvarving
1c7240977c remove pointless increments 2023-05-22 22:12:18 +02:00
Arne Morten Kvarving
b68f5f1226 add arguments by const ref 2023-05-22 22:08:12 +02:00
Arne Morten Kvarving
9ba304f5cf BrineH2Pvt: include prerequisite headers
in particular the missing header broke build with -DNDEBUG
2023-05-22 22:01:54 +02:00
Arne Morten Kvarving
e6280fc80d add override qualifier to virtual methods 2023-05-22 20:53:33 +02:00
Tor Harald Sandve
005ff3e982
Merge pull request #3445 from svenn-t/h2store
Hydrogen-brine simulations - H2STORE
2023-05-22 11:23:48 +02:00
Bård Skaflestad
c000ad101a
Merge pull request #3517 from totto82/outputhyst
Add method to get trapped saturation for output
2023-05-19 09:56:36 +02:00
Bård Skaflestad
82226cc0b9
Merge pull request #3527 from akva2/explicit_ctors
mark constructors explicit
2023-05-16 12:06:54 +02:00
Arne Morten Kvarving
6553e8d0b7 mark constructors explicit 2023-05-16 10:50:01 +02:00
Bård Skaflestad
4308305421
Merge pull request #3433 from totto82/brine_co2store
Combine brine + co2store
2023-05-16 10:25:32 +02:00
Arne Morten Kvarving
cb394ed19c
Merge pull request #3525 from akva2/fix_cvfVector4_Zero
fixed: do not compare index 2 twice
2023-05-15 13:43:32 +02:00
Arne Morten Kvarving
a428d09ad3 fixed: do not compare index 2 twice 2023-05-15 12:28:07 +02:00
Arne Morten Kvarving
3ae5fa9f80
Merge pull request #3503 from totto82/default_ehystr
Use default values for EHYSTR if not present but Hysteresis is activated by HYST in SATOPTS
2023-05-15 08:48:32 +02:00
Bård Skaflestad
196807d023
Merge pull request #3522 from vkip/tuning_only_update_when_set
Changing TUNING semantics to 'only change when specified'.
2023-05-12 14:22:35 +02:00
Vegard Kippe
899a1176c2 Changing TUNING semantics to 'only change when specified'. No impact on next time step needs to be handled separately. 2023-05-12 13:02:22 +02:00
Arne Morten Kvarving
3702d81011
Merge pull request #3520 from akva2/fix_pypi_static_boost
fixed: build pypi packages using static boost libs
2023-05-12 09:18:56 +02:00
Tor Harald Sandve
1aff5fc604 add test that compares Brine and BrineDynamic 2023-05-12 09:07:55 +02:00
Arne Morten Kvarving
60d79a170e fixed: build pypi packages using static boost libs 2023-05-12 08:39:06 +02:00
Bård Skaflestad
6895568a21
Merge pull request #3507 from akva2/fix_dyneval_format
fixed: handle dynamically sized evaluations in {fmt} formatter
2023-05-11 21:27:32 +02:00
Bård Skaflestad
910cd4cf41
Merge pull request #3516 from goncalvesmachadoc/keywordsummary
Parse compositional summary keywords
2023-05-11 21:18:30 +02:00
Bård Skaflestad
45017090f8
Merge pull request #3518 from totto82/extendRstconfig
Add supported mnemonic to list
2023-05-11 21:08:57 +02:00
Markus Blatt
5657a3109c
Merge pull request #3289 from akva2/thermal_enums_to_class
Convert thermal enums to enum class
2023-05-11 16:58:34 +02:00
Tor Harald Sandve
09b69ae644 Add supported mnemonic to list to avoid warning 2023-05-11 12:00:10 +02:00