mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding the code to calculate the segment viscosities.
not tested yet.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user