Arne Morten Kvarving
e7a9c4cd21
threadmanager: remove unused typetag template parameter
...
and move implementation to a translation unit
2024-09-04 12:06:21 +02:00
Arne Morten Kvarving
3ee5eddf48
threadmanager.hh: rename to threadmanager.hpp
2024-09-04 11:32:21 +02:00
Arne Morten Kvarving
61abbc2de9
consistently use Scalar type
2024-08-23 11:04:20 +02:00
Arne Morten Kvarving
62a180447c
move LinearSolver parameters to TypeTag-free parameter system
2024-08-14 12:47:59 +02:00
Arne Morten Kvarving
bd582e8150
move VtkPrimaryVars parameters to TypeTag-free parameter system
2024-08-14 09:06:31 +02:00
Arne Morten Kvarving
a480fe56b8
move EnableThermodynamicHints to TypeTag-free parameter system
2024-08-13 14:29:57 +02:00
Arne Morten Kvarving
32667526e0
move EnableStorageCache to TypeTag-free parameter system
2024-08-13 14:02:40 +02:00
Arne Morten Kvarving
5b7fd50d1e
move EnableIntensiveQuantityCache to TypeTag-free parameter system
2024-08-13 13:38:15 +02:00
Arne Morten Kvarving
af30ebf0f7
move ContinueOnConvergenceError to TypeTag-free parameter system
2024-08-13 13:01:36 +02:00
Arne Morten Kvarving
07dcd1a431
move MaxTimestepDivisions to TypeTag-free parameter system
2024-08-13 12:30:43 +02:00
Arne Morten Kvarving
508422faf5
move MinTimestepSize to TypeTag-free parameter system
2024-08-13 12:02:15 +02:00
Arne Morten Kvarving
08002caa53
move MaxTimestepSize to TypeTag-free parameter system
2024-08-13 11:37:22 +02:00
Arne Morten Kvarving
c979eae201
move EnableVtkOutput to TypeTag-free parameter system
2024-08-13 10:34:22 +02:00
Arne Morten Kvarving
8a67f44793
move OutputDir parameter to TypeTag-less implementation
2024-08-13 10:05:53 +02:00
Arne Morten Kvarving
805e0a4bb7
move EnableGridAdaptation to TypeTag-free parameter system
2024-08-12 15:49:47 +02:00
Arne Morten Kvarving
f6abb4671e
move ThreadsPerProcess to TypeTag-free parameter system
2024-08-12 15:49:47 +02:00
Arne Morten Kvarving
00121f10a4
move NumericDifferenceMethod to TypeTag-free parameter system
2024-08-12 15:40:31 +02:00
Arne Morten Kvarving
7da433b6dd
move SeparateSparseSourceTerms to TypeTag-free parameter system
2024-08-12 15:40:31 +02:00
Arne Morten Kvarving
00c0304fce
move EnableAsyncVtkOutput to TypeTag-free parameter system
2024-08-12 15:20:28 +02:00
Trine Mykkeltvedt
9696ff0824
fix for flag when DRSDTCON is active, adressed warnings and fixed initialization
2024-08-08 17:23:40 +02:00
Trine Mykkeltvedt
2b5825e0e5
extending drsdtcon with regimes, and option for GAS/WATER
2024-08-08 17:23:40 +02:00
Arne Morten Kvarving
ffdbd2f127
changed: move the LinearSolverAbsTolerance parameter to Opm::Parameters
2024-08-02 19:19:13 +02:00
Arne Morten Kvarving
b9615ea29a
changed: move the LinearSolverTolerance parameter to Opm::Parameters
2024-08-02 19:19:13 +02:00
Arne Morten Kvarving
6beb557b2a
changed: move the SeparateSparseSourceTerms parameter to Opm::Parameters
2024-08-01 13:03:36 +02:00
Arne Morten Kvarving
c8f8b53733
changed: move the NumericDifferenceMethod parameter to Opm::Parameters
2024-08-01 13:03:35 +02:00
Arne Morten Kvarving
3730ce659e
fvbaseproperties.hh: put setting of defaults values in separate section
...
increases overview
2024-07-01 10:13:03 +02:00
Arne Morten Kvarving
59a246e178
changed: move setting of default vanguard to basicproperties.hh
...
use forwarding to avoid including dgfvanguard.hh unless it is actually
used
2024-07-01 10:13:03 +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
b38a991b05
changed: move the EnableThermodynamicHints parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
67bb6717f3
changed: move the EnableStorageCache parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
e3222a6dd6
changed: move the EnableIntensiveQuantitiesCache parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
f77c12bce9
changed: move the ContinueOnConvergenceError parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
3f1e2eb73c
changed: move the MaxTimeStepDivisions parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
b7cf4b8132
changed: move the MinTimeStepSize parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
eaa75856c6
changed: move the MaxTimeStepSize parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
d1f3411a66
changed: move the EnableAsyncVtkOutput 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
Arne Morten Kvarving
da2b47b459
changed: move the OutputDir parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
95841aaae2
changed: move the EnableGridAdaptation parameter to Opm::Parameters
2024-07-01 09:46:45 +02:00
Arne Morten Kvarving
7e304296a5
changed: start splitting compile time properties from runtime parameters
...
working towards putting the latter in the Opm::Parameters namespace.
start by moving the ThreadsPerProcess parameter
2024-07-01 09:46:45 +02:00
Atgeirr Flø Rasmussen
8699cec954
Avoid call to FaceDir::FromIntersectionIndex() in hot path.
...
Call is expensive, might also be good to improve the function in opm-common. (FaceDir.cpp)
2024-04-26 16:43:50 +02:00
Arne Morten Kvarving
078b0e8679
remove macro EWOMS_GET_PARAM
2024-04-05 14:54:53 +02:00
Bård Skaflestad
bdb93b6e62
Merge pull request #890 from akva2/remove_ewoms_register_param_macro
...
Remove ewoms register param macro
2024-04-05 12:42:27 +02:00
Arne Morten Kvarving
48fa0f3c59
drop macro EWOMS_REGISTER_PARAM
2024-04-05 10:05:30 +02:00
Arne Morten Kvarving
6103383c1a
fixed: inconsistent parameter setups
...
registered as int and obtained as unsigned, or registered
as Scalar and obtained as int
2024-04-04 14:34:37 +02:00
Kai Bao
6f9ab6189f
Merge pull request #875 from akva2/adjust_outputmodule
...
adjust to output module accessor change
2024-03-05 23:31:34 +01:00
Tor Harald Sandve
e6c8eedeb8
Fix Flows/Flores for NNCs
2024-02-12 15:57:50 +01:00
Arne Morten Kvarving
c76c3b8fc6
adjust to output module accessor change
2024-02-12 12:05:33 +01:00
Markus Blatt
57da17b591
[bugfix] Do not try to save FLOWS or FLOWRES values for NNCs.
...
If we would try that then we would index vectors with index -1 and
possibly overwriting other system information. This was the case for
some models resulting in cryptic errror " corrupted size vs. prev_size"
Now we simply do nothing for NNCs.
2024-02-06 16:06:11 +01:00
Atgeirr Flø Rasmussen
073fe7594a
Fix compile errors for non-blackoil models.
...
Also fix minor nitpicks.
2024-01-19 09:08:17 +01:00