From a1de02ef61560e4b66459e5960f5ba7b032edf2e Mon Sep 17 00:00:00 2001 From: Halvor M Nilsen Date: Tue, 3 Dec 2024 10:10:05 +0100 Subject: [PATCH] -add blockoutput of stress --- opm/simulators/flow/OutputBlackoilModule.hpp | 38 +++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/opm/simulators/flow/OutputBlackoilModule.hpp b/opm/simulators/flow/OutputBlackoilModule.hpp index 213900de794..ccc0203340d 100644 --- a/opm/simulators/flow/OutputBlackoilModule.hpp +++ b/opm/simulators/flow/OutputBlackoilModule.hpp @@ -152,7 +152,7 @@ class OutputBlackOilModule : public GenericOutputBlackoilModuleforceDisableFipresvOutput_ = Parameters::Get(); - if (! Parameters::Get()) { + if (!Parameters::Get()){// && !Parameters::Get()) { const std::string msg = "The output code does not support --owner-cells-first=false."; if (collectToIORank.isIORank()) { OpmLog::error(msg); @@ -882,6 +882,42 @@ class OutputBlackOilModule : public GenericOutputBlackoilModule