mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add robustSolveBhpAtThpLimitProd() method.
This commit is contained in:
committed by
Tor Harald Sandve
parent
d5d890ff23
commit
7581275b03
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user