mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
throw when calling addWellContributions() for MSW
This commit is contained in:
@@ -875,6 +875,18 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
void
|
||||
MultisegmentWell<TypeTag>::
|
||||
addWellContributions(Mat& /* mat */) const
|
||||
{
|
||||
OPM_THROW(std::runtime_error, "addWellContributions is not supported by multisegment well yet");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template <typename TypeTag>
|
||||
const WellSegments&
|
||||
MultisegmentWell<TypeTag>::
|
||||
|
||||
Reference in New Issue
Block a user