Commit Graph
1867 Commits
Author SHA1 Message Date
Arne Morten Kvarving d25d4432eb EclInterRegFlows: rename to InterRegFlows 2024-02-02 12:53:11 +01:00
Bård Skaflestad a6eb7b65a1 Merge pull request #5149 from akva2/adaptivetimestepping_drop_ebos
AdaptiveTimeSteppingEbos: rename to AdaptiveTimeStepping
2024-02-01 18:36:36 +01:00
Arne Morten Kvarving cbb8cb29f5 AdaptiveTimeSteppingEbos: rename to AdaptiveTimeStepping 2024-02-01 17:57:59 +01:00
Bård Skaflestad ba3c64443c Merge pull request #5150 from akva2/istlsolver_drop_ebos
ISTLSolverEbos: rename to ISTLSolver
2024-02-01 17:43:34 +01:00
Arne Morten Kvarving b6e47ab1e7 ISTLSolverEbos: rename to ISTLSolver 2024-02-01 15:49:40 +01:00
Arne Morten Kvarving d6f59c1d4b Merge pull request #5134 from lisajulia/feature/NONNC
Feature/NONNC
2024-02-01 15:13:58 +01:00
Lisa Julia Nebel a8efd896b7 Move functions isId, isIdReverse and directionalIsId to the namespace Opm::details 2024-02-01 13:57:49 +01:00
Bård Skaflestad 71b383d8e7 Merge pull request #5142 from akva2/blackoilmodel_remove_ebos
BlackoilModel: remove Ebos from class names
2024-02-01 12:34:12 +01:00
Arne Morten Kvarving dd92a7446c BlackoilModelParametersEbos: rename to BlackoilModelParameters 2024-02-01 09:05:40 +01:00
Arne Morten Kvarving ce4f138a92 header cleanups 2024-02-01 09:04:21 +01:00
Arne Morten Kvarving 8e30d23655 DamarisWriter: move setupDamarisPars to translation unit 2024-01-31 09:43:19 +01:00
Arne Morten Kvarving dc5bcc2e0b DamarisWriter::setupDamarisWritingPars: use rank and size from given comm
also return an error code rather than storing directly in the member.
2024-01-31 09:28:52 +01:00
Arne Morten Kvarving fd3c99c9e1 DamarisWriter: use implicit string constructor 2024-01-31 09:28:52 +01:00
Arne Morten Kvarving 6ec5fd1d97 DamarisWriter: use std::partial_sum 2024-01-31 09:28:52 +01:00
Arne Morten Kvarving 89238fd472 DamarisWriter: remove empty destructor 2024-01-31 09:28:52 +01:00
Arne Morten Kvarving 4f366ddb9f DamarisWriter: avoid Opm:: prefix for symbols inside Opm namespace 2024-01-31 09:28:52 +01:00
Bård Skaflestad adc8b968e4 Merge pull request #5126 from daavid00/pcogGasWaterOutput
Write pc for watergas systems
2024-01-30 17:40:56 +01:00
David Landa Marban 66db0485b6 Write pc for watergas systems 2024-01-30 16:15:22 +01:00
Arne Morten Kvarving 89880bfe2f damariswriter: properly encapsulate Damaris 2024-01-30 14:19:20 +01:00
Bård Skaflestad 472199f63d Merge pull request #5132 from blattms/fix-shared-linking
Fix linking errors when using shared libraries.
2024-01-30 11:02:51 +01:00
Lisa Julia Nebel cc64576a79 Change function removeSmallNonCartesianTransmissibilities_ to removeNonCartesianTransmissibilities_(bool removeAll) 2024-01-29 18:46:59 +01:00
Markus Blatt 819842d7cf Fix linking errors when using shared libraries.
We accomplish that by passing the module version as a string to the
constructors of LogOutputHelper and EclGenericOutputBlackoilModel
instead of calling moduleVersionName() in LogOutputHelper. That way
moduleVersionName is not needed by libopmsimulators anymore and
compilation works again for people requesting shared libraries via
CMake's BUILD_SHARED_LIBS variable.
2024-01-29 16:37:38 +01:00
Arne Morten Kvarving 96a3a6d45a changed: move hdf5serializer to opm/simulators/utils/HDF5Serializer.hpp
does not interact with typetag system
2024-01-29 09:42:49 +01:00
Markus Blatt ddb174f401 Merge pull request #5125 from aritorto/rmNumElems
[refactor] Remove numElems from LookUpData methods
2024-01-26 14:19:04 +01:00
Antonella Ritorto b9124a2688 Fix warning unused-variable 2024-01-26 12:28:06 +01:00
Antonella Ritorto 921b7b577a Remove numElems from LookUpData methods 2024-01-26 09:40:05 +01:00
Tor Harald Sandve 2fce942a5c refactor updateCO2InWater 2024-01-26 09:33:26 +01:00
Tor Harald Sandve de05c84b1d Add co2 mass in place summary vectors 2024-01-26 09:15:43 +01:00
Bård Skaflestad 0c359983b7 Merge pull request #5118 from aritorto/rvActnum
Unnecessary vector removed
2024-01-24 13:48:56 +01:00
Antonella Ritorto 5bf0e10f3e Unnecessary container actnumData removed 2024-01-24 10:40:40 +01:00
Bård Skaflestad eb9ead5577 Support at Least NTFIP Distinict Regions for Inter-Region Flow
This commit ensures that we have backing support for region IDs up
to and including NTFIP (TABDIMS(5), REGDIMS(1)).  The existing setup
would fail (segmentation violation) in the case of a summary vector
of the form

    ROFT
      36 31 /
    /

when the maximum FIPNUM value was 30.  We nevertheless support
maximum FIPNUM values exceeding NTFIP.

We add a new optional parameter to the EclInterRegionFlowMap
constructor.  The parameter allows client code to specifiy a
"minimum maximum" region ID that all ranks must support.  This value
will be enforced during parallel aggregation.
2024-01-24 09:54:44 +01:00
Bård Skaflestad 42476bedb2 Merge pull request #5115 from akva2/move_mpi_serializer
changed: move ebos/eclmpiserializer.hh to opm/simulators/utils/MPISerializer.hpp
2024-01-23 12:53:21 +01:00
Arne Morten Kvarving 98c704c1c3 changed: move ebos/eclmpiserializer.hh to opm/simulators/utils/MPISerializer.hpp
it does not use the typetag system
2024-01-23 10:51:32 +01:00
Atgeirr Flø Rasmussen 4eef78e1c8 Merge pull request #5101 from totto82/nodisp_gas
warn against no dispersion in gas phase
2024-01-23 09:25:50 +01:00
Atgeirr Flø Rasmussen 5fa48824d0 Merge pull request #5109 from jcbowden/damaris-fix-mesh-offsets-size
Fix for crash when Damaris is deallocating variables
2024-01-23 09:00:07 +01:00
Tor Harald Sandve 7c37470bd8 Merge pull request #5107 from totto82/addTemp
Add support for temperature in Source
2024-01-23 08:44:30 +01:00
Tor Harald Sandve af65aa4626 Merge pull request #5112 from akva2/rstconv_sol_pol_sal
added: RST CONV support for polymer, solvent and brine
2024-01-22 15:23:15 +01:00
Markus Blatt 8b4bc32d62 Merge pull request #5079 from aritorto/lgrCreateResetTrans
Support LGRs when creating/resetting transmissibilities
2024-01-22 11:46:29 +01:00
Arne Morten Kvarving 873102e9ea added: RST CONV support for polymer, solvent and brine 2024-01-22 09:58:06 +01:00
Tor Harald Sandve 222358c49e Add support for temperature in Source 2024-01-19 08:26:26 +01:00
Joshua Bowden 5e66b07255 fix for crash when cleaning up damaris mesh offset variable due to shared memory buffer being size off by one 2024-01-18 16:36:47 +01:00
Tor Harald Sandve 5c1bbd304b Compute entalpy for thermal boundary 2024-01-18 16:04:32 +01:00
Arne Morten Kvarving be84969338 added: hook up RPTRST CONV output to restart file if requested 2024-01-16 12:58:02 +01:00
Tor Harald Sandve 8a1f4d5455 Merge pull request #5089 from totto82/explicit_rockcomp
add option for explicit pressure for rock compaction (only transmissibility)
2024-01-12 12:24:33 +01:00
Tor Harald Sandve 624ef7faf1 Merge pull request #5088 from totto82/avgTransMult
use arithmetic averaged compaction transmissibility multipliers
2024-01-12 10:01:14 +01:00
Tor Harald Sandve d72ea5fcb0 add option for explicit pressure for rock compaction (only transmissibility) 2024-01-11 16:09:08 +01:00
Tor Harald Sandve 51532231b3 warn against no dispersion in gas phase 2024-01-11 15:27:40 +01:00
Tor Harald Sandve 739337a63a rename minimum oil pressure to ref pressure 2024-01-11 10:24:25 +01:00
Tor Harald Sandve b670c48699 Use gas pressure for gas-water cases in rockcomp 2024-01-11 10:06:07 +01:00
Tor Harald Sandve d044928f34 use arithmetic averaged compaction transmissibility multipliers 2024-01-11 09:55:04 +01:00