mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding the function to compute shear-thinning effect based on PLYSHLOG
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user