Bård Skaflestad
|
d69ba021a9
|
Merge pull request #5168 from lisajulia/feature/removeFilesOnSimulationStartup
Feature/remove files on simulation startup
|
2024-02-08 17:30:07 +01:00 |
|
Lisa Julia Nebel
|
e4080a3fe4
|
Add 'prepareResultOutputDirectory' function in Opm namespace that removes possible old simulation output files from the specified output directory.
This function is called during 'setupLogging' before the actual logging starts.
|
2024-02-08 16:08:50 +01:00 |
|
Arne Morten Kvarving
|
dd290b4a1d
|
RegionAverageCalculator: rename EbosSimulator to Simulator
|
2024-02-08 14:45:29 +01:00 |
|
Arne Morten Kvarving
|
7706748210
|
RateConverter: rename EbosSimulator to Simulator
|
2024-02-08 14:45:02 +01:00 |
|
Bård Skaflestad
|
f569f4bbe9
|
Merge pull request #5171 from akva2/blackoilmodel_drop_ebos
BlackoilModel: drop ebos in variable names
|
2024-02-08 13:33:27 +01:00 |
|
Arne Morten Kvarving
|
3b570cdfeb
|
BlackoilModelNldd: rename ebosResid to residual
|
2024-02-08 11:45:41 +01:00 |
|
Arne Morten Kvarving
|
251efaf38c
|
BlackoilModelNldd: rename ebosProblem to problem
|
2024-02-08 11:43:46 +01:00 |
|
Arne Morten Kvarving
|
f81d72faef
|
BlackoilModelNldd: rename ebosModel to model
|
2024-02-08 11:38:47 +01:00 |
|
Arne Morten Kvarving
|
9287374ad8
|
BlackoilModelNldd: rename ebosNewtonMethod to newtonMethod
|
2024-02-08 11:31:02 +01:00 |
|
Arne Morten Kvarving
|
16b0b942e9
|
BlackoilModel: rename ebosProblem to problem
|
2024-02-08 11:24:49 +01:00 |
|
Arne Morten Kvarving
|
dc798d0a24
|
BlackoilModel: rename ebosModel to model
|
2024-02-08 11:16:53 +01:00 |
|
Arne Morten Kvarving
|
aaaf230724
|
BlackoilModel: rename ebosNewtonMethod to newtonMethod
|
2024-02-08 11:10:01 +01:00 |
|
Arne Morten Kvarving
|
9a4d984322
|
BlackoilModel: rename ebosSolver to linSolver
|
2024-02-08 11:03:33 +01:00 |
|
Arne Morten Kvarving
|
fab4544523
|
BlackoilModel: rename ebosResid to residual
|
2024-02-08 10:56:48 +01:00 |
|
Arne Morten Kvarving
|
1f24fb1a35
|
BlackoilModel: rename ebosJac to jacobian
|
2024-02-08 10:41:54 +01:00 |
|
Arne Morten Kvarving
|
5e4c5e8174
|
BlackoilModel: rename ebosSimulator to simulator
|
2024-02-08 10:38:25 +01:00 |
|
Arne Morten Kvarving
|
c0a50597a1
|
BlackoilWellModel::computePotentials: improve exception message
- add which well the exception added for
- concatenate message for all exceptions to show all, not just last exception
|
2024-02-07 14:12:54 +01:00 |
|
Arne Morten Kvarving
|
d4e311f9e0
|
fixed: display exception message no matter which rank it occurred on
|
2024-02-07 14:12:54 +01:00 |
|
Markus Blatt
|
3ae685d47c
|
Merge pull request #5146 from akva2/flowmain_drop_ebos
rename FlowMainEbos to FlowMain
|
2024-02-06 16:24:33 +01:00 |
|
Markus Blatt
|
778a7e2343
|
Merge pull request #5163 from akva2/fix_comments
Fix some comments
|
2024-02-06 16:22:56 +01:00 |
|
Markus Blatt
|
b5ad44bdee
|
Merge pull request #5161 from totto82/coordssys
Ignore Coordsys and print a warning
|
2024-02-06 16:19:09 +01:00 |
|
Arne Morten Kvarving
|
b389e57d87
|
ISTLSolver: fix profiling timer names
|
2024-02-06 14:12:02 +01:00 |
|
Arne Morten Kvarving
|
917f0bca72
|
ISTLSolver: remove reference to ebos in comments
|
2024-02-06 14:03:38 +01:00 |
|
Arne Morten Kvarving
|
7a7d4435a4
|
WellOperators.hpp: fix comment
|
2024-02-06 14:03:08 +01:00 |
|
Arne Morten Kvarving
|
f4222a4f02
|
SimulatorReport.cpp: correct comment
|
2024-02-06 14:02:50 +01:00 |
|
Arne Morten Kvarving
|
de7e442690
|
Banners.hpp: fix comment
|
2024-02-06 14:02:02 +01:00 |
|
Arne Morten Kvarving
|
c10b28c1aa
|
Remove reference to ebos in doxygen header
|
2024-02-06 14:01:55 +01:00 |
|
Bård Skaflestad
|
644ba538d8
|
Merge pull request #5153 from akva2/actionhandler_drop_ecl
EclActionHandler: rename to ActionHandler
|
2024-02-06 13:01:04 +01:00 |
|
Bård Skaflestad
|
e44614004a
|
Merge pull request #5162 from akva2/janitoring
add missing include
|
2024-02-06 13:00:07 +01:00 |
|
Arne Morten Kvarving
|
1ec34f0da2
|
EclActionHandler: rename to ActionHandler
|
2024-02-06 10:43:30 +01:00 |
|
Arne Morten Kvarving
|
2bec00bb9b
|
FlowMain: rename ebosSimulator to modelSimulator
|
2024-02-06 10:42:23 +01:00 |
|
Arne Morten Kvarving
|
b09c70213b
|
FlowMainEbos: rename to FlowMain
|
2024-02-06 10:42:23 +01:00 |
|
Arne Morten Kvarving
|
ed88fa583c
|
add missing include
|
2024-02-06 10:41:36 +01:00 |
|
Bård Skaflestad
|
97bef564da
|
Merge pull request #5152 from akva2/simulatorfullyimplicit_janitoring
SimulatorFullyImplicitBlackoil.hpp: Some janitoring
|
2024-02-06 10:08:05 +01:00 |
|
Tor Harald Sandve
|
2ed3f924f2
|
Ignore Coordsys and print a warning
|
2024-02-06 09:29:10 +01:00 |
|
Arne Morten Kvarving
|
d25d4432eb
|
EclInterRegFlows: rename to InterRegFlows
|
2024-02-02 12:53:11 +01:00 |
|
Arne Morten Kvarving
|
e0c114c1d2
|
SimulatorFullyImplicitBlackoil: replace typedef with using
|
2024-02-02 10:30:57 +01:00 |
|
Arne Morten Kvarving
|
c82c3753f2
|
SimulatorFullyImplicitBlackoil.hpp: header cleanup
|
2024-02-02 10:30:57 +01:00 |
|
Bård Skaflestad
|
f6c5397af2
|
Merge pull request #5139 from GitPaean/shutwell_noxflow_zerorate
shutting wells zero rate constraint and not allowing crossflow
|
2024-02-02 09:59:05 +01:00 |
|
Bård Skaflestad
|
0f5c638947
|
Merge pull request #5148 from akva2/simulatorfullyimplicit_drop_ebos
SimulatorFullyImplicitBlackoilEbos: rename to SimulatorFullyImplicitBlackoil
|
2024-02-02 09:49:42 +01:00 |
|
Arne Morten Kvarving
|
e741063306
|
SimulatorFullyImplicitBlackoilEbos: rename to SimulatorFullyImplicitBlackoil
|
2024-02-02 08:48:47 +01:00 |
|
Arne Morten Kvarving
|
cb14fff22a
|
rename SimulatorFullyImplicitBlackoilEbos.cpp to SimulatorReportBanners
and add a header
|
2024-02-02 08:41:35 +01:00 |
|
Arne Morten Kvarving
|
2d70acb8eb
|
remove unused method
|
2024-02-02 08:30:22 +01:00 |
|
Tor Harald Sandve
|
6afee54ec0
|
Merge pull request #5140 from svenn-t/fix_grat_solvent
Fix WCONPROD GRAT control mode with solvent
|
2024-02-02 08:21:39 +01:00 |
|
Kai Bao
|
e5e9143a2a
|
shutting wells zero rate constraint and not allowing crossflow
|
2024-02-01 23:09:53 +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 |
|
Bård Skaflestad
|
a6054e729f
|
Merge pull request #5147 from akva2/nonlinearsolver_drop_ebos
NonlinearSolverEbos: rename to NonlinearSolver
|
2024-02-01 16:49:26 +01:00 |
|
Arne Morten Kvarving
|
b6e47ab1e7
|
ISTLSolverEbos: rename to ISTLSolver
|
2024-02-01 15:49:40 +01:00 |
|