adding the code to calculate the segment viscosities.

not tested yet.
This commit is contained in:
Kai Bao
2017-09-28 10:04:04 +02:00
parent 391abcec7f
commit 7ae5bd5187
2 changed files with 35 additions and 1 deletions

View File

@@ -259,6 +259,9 @@ namespace Opm
// we should not have this member variable
std::vector<EvalWell> segment_densities_;
// the viscosity of the segment
std::vector<EvalWell> segment_viscosities_;
std::vector<double> segment_depth_diffs_;
void initMatrixAndVectors(const int num_cells) const;