adding the function computeSegmentDensities()

Not verified yet.
This commit is contained in:
Kai Bao
2015-10-12 16:43:15 +02:00
parent 653e55d7db
commit d79536b0dd
2 changed files with 149 additions and 1 deletions

View File

@@ -271,6 +271,13 @@ namespace Opm {
const std::vector<ADB>& b_perfcells,
const WellState& xw);
void
computeSegmentDensities(const SolutionState& state,
const WellState& xw,
const std::vector<ADB>& b_seg,
const ADB& rsmax_seg,
const ADB& rvmax_seg);
};