Commit Graph

1006 Commits

Author SHA1 Message Date
hnil
be6de85968 Merge pull request #611 from bska/fix-self-assignment
Properly Scale Solvent Saturation
2020-05-25 11:10:06 +02:00
Bård Skaflestad
622d6665ce Properly Scale Solvent Saturation
Fixes a self-assignment issue.
2020-05-24 12:13:09 +02:00
Bård Skaflestad
344f6587fa Merge pull request #610 from hnil/pure_saturation_chopping
Pure saturation chopping
2020-05-14 12:08:41 +02:00
hnil
09d58b770a Added option for projection saturation. It do not change the result for default setting. To be able to do this it
is slightly unlogical for surfactant runs which do projection two times.
2020-05-14 08:28:41 +02:00
Atgeirr Flø Rasmussen
4ae340b953 Merge pull request #608 from dr-robertk/PR/fixedsize-bug
[bugfix][GridCommHandle] fix incorrect signature of overloaded interface method.
2020-04-24 15:27:44 +02:00
Robert Kloefkorn
f1b2fc2baf [bugfix][GridCommHandle] fix incorrect signature of overloaded interface
method causing segfault with >= DUNE 2.7.
2020-04-24 14:04:56 +02:00
Arne Morten Kvarving
1afaba329a mark conditionally used parameters as maybe_unused
and anonymize unused parameters
2020-04-14 14:16:20 +02:00
Arne Morten Kvarving
c504002568 Merge pull request #603 from blattms/fix-dune-shared_ptr-comp
Fix compilation issues due to removed Dune::shared_ptr.
2020-03-24 15:23:03 +01:00
Markus Blatt
be3ed71634 Fix compilation issues due to removed Dune::shared_ptr.
Those methods return a unique_ptr since at least DUNE 2.6.
2020-03-17 15:13:39 +01:00
Markus Blatt
aaa375b080 Merge pull request #602 from akva2/no_serialization_polymermodule
Avoid deck usage setting up BlackoilPolymerModule
2020-03-08 15:20:31 +01:00
Markus Blatt
a3cd4e6961 Merge pull request #601 from akva2/no_serialization_brine
Get rid of deck usage in BlackoilBrineModule
2020-03-06 20:13:16 +01:00
Arne Morten Kvarving
0b9130b516 remove serialization templates from BlackoilPolymerModule 2020-03-06 15:12:57 +01:00
Arne Morten Kvarving
44a579a5f7 rename BlackoilPolymerModule::initFromDeck to initFromState
no deck usage any longer
2020-03-06 15:12:57 +01:00
Arne Morten Kvarving
3f6a858856 changed: get rid of Deck usage in BlackoilPolymerModule 2020-03-06 15:12:57 +01:00
Arne Morten Kvarving
424ca49696 remove serialization templates from BlackoilBrineModule 2020-03-04 15:42:48 +01:00
Arne Morten Kvarving
8480523c88 rename BlackoilBrineModule::initFromDeck to BlackoilBrineModule::initFromState
no longer any deck usage
2020-03-04 15:42:15 +01:00
Arne Morten Kvarving
a991da41a3 get rid of deck usage in BlackoilBrineModule 2020-03-04 15:42:06 +01:00
Arne Morten Kvarving
35e8b211de remove serialization templates from BlackoilFoamModule 2020-03-04 14:57:54 +01:00
Arne Morten Kvarving
875a00728e rename BlackoilFoamModules::initFromDeck to BlackoilFoamModules::initFromState
no deck usage any longer
2020-03-04 14:57:17 +01:00
Arne Morten Kvarving
8aa3b2c2fe get rid of deck usage in BlackoilFoamModule 2020-03-04 14:56:38 +01:00
Arne Morten Kvarving
8d033d3afa Merge pull request #599 from akva2/no_serialization_solvent_module
Remove deck usage from BlackoilSolventModule
2020-03-04 12:16:44 +01:00
Arne Morten Kvarving
5e391417b5 remove serialization templates from BlackoilSolventModules 2020-03-04 09:59:12 +01:00
Arne Morten Kvarving
19c2c4f981 rename initFromDeck to initFromState
no deck usage any longer
2020-03-04 09:59:12 +01:00
Arne Morten Kvarving
cb2aaa3452 Get rid of deck usage in blackoilsolventmodules 2020-03-04 09:59:12 +01:00
Arne Morten Kvarving
913439ec28 Merge pull request #598 from akva2/use_tlmixpar_from_state
use TLMIXPAR from state
2020-03-04 09:58:25 +01:00
Arne Morten Kvarving
5ac9e0a2b9 use TLMIXPAR from state 2020-03-04 09:10:41 +01:00
Bård Skaflestad
c0aab4a26a Merge pull request #597 from akva2/no_serialization_fluidsystem
changed: pass the Schedule through the SolventModule::initFromDeck method
2020-03-03 21:34:03 -06:00
Arne Morten Kvarving
75454a81cb changed: pass the Schedule through the SolventModule::initFromDeck method
required for the SolventPvt setup
2020-03-03 14:26:48 +01:00
Tor Harald Sandve
32bb94624a Merge pull request #589 from akva2/serialization_brine_module
add mpi serialization for BlackoilBrineModule
2020-02-17 14:16:21 +01:00
Atgeirr Flø Rasmussen
75e30f83df Merge pull request #593 from atgeirr/fix-warning
Silence warning also in debug builds.
2020-02-13 13:01:22 +01:00
Atgeirr Flø Rasmussen
46d4596390 Silence warning also in debug builds. 2020-02-13 09:38:39 +01:00
Atgeirr Flø Rasmussen
2b3d2b1852 Merge pull request #590 from akva2/bump_dune
bump required dune version to 2.6
2020-02-08 13:06:10 +01:00
Arne Morten Kvarving
6784db5e71 bump required dune version to 2.6
and remove compatibility code
2020-02-06 16:10:06 +01:00
Arne Morten Kvarving
1df01a3730 add mpi serialization for BlackoilBrineModule 2020-02-05 09:13:18 +01:00
Tor Harald Sandve
6da9c03958 Merge pull request #588 from totto82/fix_plmix
fix plmax for > 1 regions
2020-01-30 13:54:25 +01:00
Tor Harald Sandve
d0dcaf4409 fix plmax for > 1 regions 2020-01-30 10:30:48 +01:00
Bård Skaflestad
d2f7f5a672 Merge pull request #586 from atgeirr/gather-exception-messages-initialization
Add and use gatherStrings() for exception messages.
2020-01-23 11:52:36 +01:00
Atgeirr Flø Rasmussen
7d3690ee99 Add "--parallel-program=X" option to test runner.
This is done to run test programs in parallel that are not simulations,
and therefore do not produce the standard (for this module) pattern of
outputs for comparison.
2020-01-23 09:47:34 +01:00
Atgeirr Flø Rasmussen
4a0effe8cc Add and use gatherStrings() for exception messages.
Ensures user sees any useful exception messages during
initialization.
2020-01-21 15:33:31 +01:00
Joakim Hove
98f41467c5 Merge pull request #585 from totto82/trinemykk-smartwater
Trinemykk smartwater
2020-01-11 06:50:44 +01:00
Tor Harald Sandve
31a48d9cfd quell some warnings 2020-01-10 10:44:53 +01:00
Tor Harald Sandve
fd023ddb74 adapt one-phase model for brine 2020-01-09 13:16:47 +01:00
Trine S. Mykkeltvedt
587fa71e04 renaming saltwater-->brine and review comments 2020-01-07 09:29:58 +01:00
Trine S. Mykkeltvedt
106c4e3616 added saltwater module 2020-01-07 09:29:58 +01:00
Arne Morten Kvarving
44aeebb7fe Merge pull request #584 from akva2/make_static_data_public
Add serialization templates
2020-01-06 12:43:43 +01:00
Arne Morten Kvarving
f9370183f3 changed: add serialization templates to BlackoilFoamModule 2020-01-06 11:06:05 +01:00
Arne Morten Kvarving
69426ba768 changed: add serialization templates to BlackoilPolymerModule 2020-01-06 11:06:05 +01:00
Arne Morten Kvarving
27e7b42ae9 changed: add serialization templates to BlackoilSolventModule 2020-01-06 11:06:05 +01:00
Atgeirr Flø Rasmussen
fcc86d71c8 Merge pull request #581 from joakim-hove/refactor-get-tl-parameters
Use DeckItem::hasValue() before accessing Todd Langstaff parameters
2019-11-18 09:15:45 +01:00
Joakim Hove
8b6f695a9d Use DeckItem::hasValue() before accessing Todd Langstaff parameters 2019-11-17 17:04:59 +01:00