Add robustSolveBhpAtThpLimitProd() method.

This commit is contained in:
Atgeirr Flø Rasmussen
2019-10-02 11:16:52 +02:00
committed by Tor Harald Sandve
parent d5d890ff23
commit 7581275b03
2 changed files with 218 additions and 1 deletions

View File

@@ -37,6 +37,8 @@
#include <dune/common/dynvector.hh>
#include <dune/common/dynmatrix.hh>
#include <boost/optional.hpp>
namespace Opm
{
@@ -515,6 +517,9 @@ namespace Opm
DeferredLogger& deferred_logger);
boost::optional<double> robustSolveBhpAtThpLimitProd(const Simulator& ebos_simulator,
const SummaryState& summary_state,
DeferredLogger& deferred_logger) const;
};
}