Arne Morten Kvarving
7f623137df
BaseOutputModule: remove unnecessary warning suppressions
2024-08-07 09:11:20 +02:00
Arne Morten Kvarving
e5843a46ae
BaseOutputModule: reuse member function instead of copy-pasta
2024-08-07 09:11:20 +02:00
Arne Morten Kvarving
4e083a04a2
BaseOutputModule: replace if-nests with switch
2024-08-07 09:11:20 +02:00
Arne Morten Kvarving
63d707a67f
BaseOutputModule: replace copy-pasted code with helper
2024-08-07 09:11:20 +02:00
Arne Morten Kvarving
023511962b
unstructuredgridvanguard: update parameter references
...
this file is unused so this is untested
2024-08-01 13:03:36 +02:00
Arne Morten Kvarving
858cc11328
simplexvanguard: update parameter references
...
this file is unused so this is untested
2024-08-01 13:03:36 +02:00
Arne Morten Kvarving
63d233a551
changed: move the VtkMicpModule parameters to Opm::Parameters
2024-07-30 13:38:58 +02:00
Arne Morten Kvarving
0cf2d1dc41
changed: move the VtkWriteTemperature parameter to Opm::Parameters
2024-07-30 13:29:30 +02:00
Arne Morten Kvarving
42f393db31
changed: move the VtkSolventBlackoilModule parameters to Opm::Parameters
2024-07-30 13:23:09 +02:00
Arne Morten Kvarving
dc89d30f3c
changed: move the VtkBlackoilPolymerModule parameters to Opm::Parameters
2024-07-30 13:12:43 +02:00
Arne Morten Kvarving
e39165c801
changed: move the VtkPrimaryVarsModule parameters to Opm::Parameters
2024-07-30 13:12:43 +02:00
Arne Morten Kvarving
57f562b873
changed: move the VtkBlackoilEnergyModule parameters to Opm::Parameters
2024-07-30 13:12:43 +02:00
Arne Morten Kvarving
3a939c5356
changed: move the VtkCompositionModule parameters to Opm::Parameters
2024-07-30 13:12:42 +02:00
Arne Morten Kvarving
0bedc4db32
changed: move the VtkBlackoilModule parameters to Opm::Parameters
2024-07-30 13:12:25 +02:00
Arne Morten Kvarving
8f536c74b4
changed: move the VtkWritePhasePresence parameter to Opm::Parameters
2024-07-30 13:12:25 +02:00
Arne Morten Kvarving
4d8b6afa1d
changed: move the VtkDiffusionModule parameters to Opm::Parameters
2024-07-30 13:12:25 +02:00
Arne Morten Kvarving
74fd7667ff
changed: move the VtkDiscreteFractureModule parameters to Opm::Parameters
2024-07-30 13:12:25 +02:00
Arne Morten Kvarving
2400cf03ce
changed: move the VtkMultiPhaseModule parameters to Opm::Parameters
2024-07-30 13:12:23 +02:00
Arne Morten Kvarving
218960a71d
changed: move the VtkPTFlashModule parameters to Opm::Parameters
2024-07-30 13:11:14 +02:00
Arne Morten Kvarving
09ac67b736
changed: move the VTKEnergyModule parameters to Opm::Parameters
2024-07-30 13:11:14 +02:00
Arne Morten Kvarving
ef55cf2489
changed: move the GridFile parameter to Opm::Parameters
2024-07-01 17:51:01 +02:00
Arne Morten Kvarving
ff46b91ff0
changed: move the Cells(X|Y|Z) parameters to Opm::Parameters
2024-07-01 17:51:01 +02:00
Arne Morten Kvarving
fdf0179c5a
changed: move the DomainSize(X|Y|Z) parameters to Opm::Parameters
2024-07-01 17:51:01 +02:00
Arne Morten Kvarving
4cce7022bb
changed: move the GridGlobalRefinements parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
db9ac62d9d
changed: move the EnableVtkOutput parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Timo Koch
cd92d15f05
[fix] Fix missing include dune/common/version.hh
2024-04-10 11:53:21 +02:00
Arne Morten Kvarving
078b0e8679
remove macro EWOMS_GET_PARAM
2024-04-05 14:54:53 +02:00
Arne Morten Kvarving
48fa0f3c59
drop macro EWOMS_REGISTER_PARAM
2024-04-05 10:05:30 +02:00
Kai Bao
aad3f10f13
adapting to std::string_view
...
for componentName and phaseName
2024-01-17 12:10:03 +01:00
Tor Harald Sandve
5c2b577854
Add H2SOL and CO2SOL model. That allows for dissolution of solvent in water
2023-12-21 12:37:23 +01:00
Kai Bao
9f0fb32713
various cleaning up and refactoring for co2 ptflash simulation
2023-11-21 15:52:56 +01:00
Trine Mykkeltvedt
83cb5670b7
a simple 1D test demonstrating the usage of the PTFlash compostional modeling
2023-11-21 15:52:56 +01:00
David Landa Marban
d4bb923b7a
Fix to write VTKS when THERMAL is on deck
2023-10-09 17:05:32 +02:00
hnil
37b87aedb1
move the dynamic refinement part related to dune fem to separate class
...
introduced base discretization in tagsystem to be able to change between dunefem adaptation or not
2023-08-10 15:12:12 +02:00
hnil
e4b1a2eda7
added resizing for vector vtk output
2023-06-01 12:20:30 +02:00
Arne Morten Kvarving
c57e37fffe
use exception classes from opm-common
2022-12-13 12:55:20 +01:00
Tor Harald Sandve
74dde790a2
Change enum to enum class for primary variable meaning
2022-11-25 10:41:02 +01:00
Tor Harald Sandve
2d70d08fdc
Refactor primary variable switching meaning
...
The primary variable meaning enums are split into three
water, gas and pressure to allow for all combination
of the variables. This simplify the code and logic
it also make it easier to add more swithing options.
2022-11-25 10:39:33 +01:00
Markus Blatt
f137d15c65
Adapt to new (>= DUNE 2.8) way of updating mappers.
2022-10-11 09:35:26 +02:00
Arne Morten Kvarving
d6c378e6a9
remove use of Unused.hpp
2022-08-02 11:24:40 +02:00
Arne Morten Kvarving
0eb34fa51b
use std::filesystem directly
2021-11-01 12:31:27 +01:00
Markus Blatt
7e0b017a80
Merge pull request #662 from rbe051/unstructuredGridVanguard
...
Unstructured grid vanguard
2021-10-26 10:42:06 +02:00
Tor Harald Sandve
0e2a8d2dc5
guard against missing opm-grid
2021-10-20 09:51:24 +02:00
daavid00
9ebb3db5cc
first version of micp implementation in flow
2021-10-14 17:41:40 +02:00
Arne Morten Kvarving
e4d6acc23b
changed: get rid of OPM_UNUSED macro usage
...
prefer anonymous parameters and c++17 [[maybe_unused]]
2021-08-03 10:10:01 +02:00
rube051
1e13cfef37
Added vanguard for the unstructured grid
2021-06-23 14:28:57 +02:00
Arne Morten Kvarving
ae537f536d
fixed: do not use Opm:: prefix when inside namespace Opm
2021-05-25 11:46:55 +02:00
Arne Morten Kvarving
d049cdd59d
fixed: do not use Opm:: prefix when inside namespace Opm
2021-05-05 09:50:05 +02:00
Joakim Hove
b2cac8fa44
Remove unused #include of Exceptions
2020-09-21 10:57:42 +02:00
Bernd Flemisch
d72de0f308
[cleanup] replace typedef by using
2020-06-10 13:49:42 +02:00