mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
various improvement and bug fixing.
fixed one invalid memory reading of perforation_segment_depth_diffs_ in computePerfRate, which caused different results for different running.
This commit is contained in:
@@ -190,6 +190,11 @@ namespace Opm {
|
||||
if (param_.solve_welleq_initially_ && iterationIdx == 0) {
|
||||
// solve the well equations as a pre-processing step
|
||||
report = solveWellEq(ebosSimulator, dt, well_state);
|
||||
if (report.converged) {
|
||||
std::cout << " solveWellEq converged ! " << std::endl;
|
||||
} else {
|
||||
std::cout << " solveWellEq does not get converged ! " << std::endl;
|
||||
}
|
||||
}
|
||||
assembleWellEq(ebosSimulator, dt, well_state, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user