mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add WellInterfaceGeneric::getDynamicThpLimit() method.
This commit is contained in:
@@ -347,6 +347,11 @@ void WellInterfaceGeneric::setDynamicThpLimit(const double thp_limit)
|
||||
dynamic_thp_limit_ = thp_limit;
|
||||
}
|
||||
|
||||
std::optional<double> WellInterfaceGeneric::getDynamicThpLimit() const
|
||||
{
|
||||
return dynamic_thp_limit_;
|
||||
}
|
||||
|
||||
void WellInterfaceGeneric::updatePerforatedCell(std::vector<bool>& is_cell_perforated)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user