Simplified arguments to computeWaterShearVelocityFaces

This commit is contained in:
babrodtk
2016-09-15 15:56:06 +02:00
parent 537c5d71b8
commit 5b75649a07
3 changed files with 7 additions and 7 deletions

View File

@@ -257,7 +257,7 @@ namespace Opm {
/// Computing the water velocity without shear-thinning for the cell faces.
/// The water velocity will be used for shear-thinning calculation.
void computeWaterShearVelocityFaces(const V& transi, const std::vector<typename Base::ReservoirResidualQuant>& rq,
void computeWaterShearVelocityFaces(const V& transi,
const std::vector<ADB>& phasePressure, const SolutionState& state,
std::vector<double>& water_vel, std::vector<double>& visc_mult);