adding the function to compute shear-thinning effect based on PLYSHLOG

This commit is contained in:
Kai Bao
2015-06-02 17:12:59 +02:00
parent a9f55128d4
commit 587a0c747b
2 changed files with 98 additions and 1 deletions

View File

@@ -270,7 +270,8 @@ namespace Opm {
/// return true, if found.
bool findIntersection (Point2D line_segment1[2], Point2D line2[2], Point2D& intersection_point);
/// Computing the shear multiplier based on the water velocity/shear rate with PLYSHLOG keyword
bool computeShearMultLog( std::vector<double>& water_vel, std::vector<double>& visc_mult, std::vector<double>& shear_mult);
};