mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
finishing computeSegmentDensities()
the results remain to be verified.
This commit is contained in:
@@ -269,10 +269,10 @@ namespace Opm {
|
||||
|
||||
void
|
||||
computeSegmentDensities(const SolutionState& state,
|
||||
const WellState& xw,
|
||||
const std::vector<ADB>& b_seg,
|
||||
const ADB& rsmax_seg,
|
||||
const ADB& rvmax_seg);
|
||||
const WellState& xw); //,
|
||||
// const std::vector<ADB>& b_seg,
|
||||
// const ADB& rsmax_seg,
|
||||
// const ADB& rvmax_seg);
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user