mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: make getMaxCoeff public
to make it possible to call externally
This commit is contained in:
@@ -1606,7 +1606,6 @@ namespace Opm {
|
||||
ebosSimulator_.problem().endEpisode();
|
||||
}
|
||||
|
||||
private:
|
||||
template<class FluidState, class Residual>
|
||||
void getMaxCoeff(const unsigned cell_idx,
|
||||
const IntensiveQuantities& intQuants,
|
||||
@@ -1723,6 +1722,7 @@ namespace Opm {
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
double dpMaxRel() const { return param_.dp_max_rel_; }
|
||||
double dsMax() const { return param_.ds_max_; }
|
||||
double drMaxRel() const { return param_.dr_max_rel_; }
|
||||
|
||||
Reference in New Issue
Block a user