Arne Morten Kvarving
|
1058b371da
|
changed: consistently use std::array
|
2022-08-26 08:27:40 +02:00 |
|
Arne Morten Kvarving
|
d6c378e6a9
|
remove use of Unused.hpp
|
2022-08-02 11:24:40 +02:00 |
|
Tor Harald Sandve
|
f513662aa9
|
Add transflux module and a test that uses it
Compute flux based on transmissibilites. The permeability is assumed to be diagonal and alligned with the local cell
|
2022-04-07 10:46:31 +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 |
|
Arne Morten Kvarving
|
44267fd206
|
fixed: do not assert conditions guaranteed by unsigned
|
2021-06-18 13:26: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 |
|
Tor Harald Sandve
|
7226209791
|
fix model for efficient diffusion coefficient and add reference
|
2021-02-16 11:07:32 +01:00 |
|
Joakim Hove
|
b2cac8fa44
|
Remove unused #include of Exceptions
|
2020-09-21 10:57:42 +02:00 |
|
rube051
|
171a03e802
|
Fixed comments to gravity term in darcyfluxmodule
|
2020-07-07 09:41:25 +02:00 |
|
rube051
|
4dedbeee19
|
Fixed bug in calculation of gravity contribution to boundary flux in the darcyfluxmodule
There was a sign mistake and a missing division by cell size.
|
2020-07-07 09:30:42 +02:00 |
|
Bernd Flemisch
|
d72de0f308
|
[cleanup] replace typedef by using
|
2020-06-10 13:49:42 +02:00 |
|
Bernd Flemisch
|
bdb7bac3e8
|
[properties] replace remaining macro calls
|
2020-06-10 13:07:19 +02:00 |
|
Bernd Flemisch
|
3ba67ebaa8
|
[properties] replace SET_TAG_PROP calls
|
2020-06-09 10:55:25 +02:00 |
|
Bernd Flemisch
|
725c022e69
|
[properties] replace BEGIN/END_PROPERTIES macro calls
|
2020-06-08 17:11:48 +02:00 |
|
Bernd Flemisch
|
880c5223ac
|
[properties] replace macro calls by native C++
|
2020-06-08 16:41:02 +02:00 |
|
Bernd Flemisch
|
4c3bd69687
|
[properties] recover a more general SET_SPLICES macro
|
2020-05-18 15:53:58 +02:00 |
|
Bernd Flemisch
|
58182fe379
|
[properties] clean up
|
2020-05-18 15:53:58 +02:00 |
|
Bernd Flemisch
|
de2ca522ff
|
[properties] redistribute property tag definitions
Minimize changes compared to master. Avoid having the one and only
file for property tag definitions.
|
2020-05-18 15:53:58 +02:00 |
|
Bernd Flemisch
|
5e411a8665
|
fix test suite
|
2020-05-18 15:52:45 +02:00 |
|
Bernd Flemisch
|
54d665a532
|
[properties] recover splice mechanism
|
2020-05-18 15:52:45 +02:00 |
|
Bernd Flemisch
|
4f890ed379
|
[properties] continue with splice mechanism
|
2020-05-18 15:52:45 +02:00 |
|
Bernd Flemisch
|
5fe2bc0aa9
|
intermediate state of reimplementing the splice functionality
|
2020-05-18 15:52:45 +02:00 |
|
Bernd Flemisch
|
6d6ba6909c
|
[properties] replace propertysystem
|
2020-05-18 15:52:45 +02:00 |
|
Arne Morten Kvarving
|
d302771e6c
|
changed: ewoms/io -> opm/models/io
|
2019-09-19 10:59:55 +02:00 |
|
Arne Morten Kvarving
|
474ae4ded8
|
changed: ewoms/disc -> opm/models/discretization
|
2019-09-19 10:28:26 +02:00 |
|
Arne Morten Kvarving
|
17e8fa6574
|
changed: rename ewoms/models/common -> opm/models/common
|
2019-09-19 10:14:44 +02:00 |
|