mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 22:51:55 -06:00
Adding the shear-thinning factors member varaiables.
This commit is contained in:
parent
1baa2eb06a
commit
9b93579d00
@ -135,6 +135,11 @@ namespace Opm {
|
||||
std::vector<double> wells_rep_radius_;
|
||||
std::vector<double> wells_perf_length_;
|
||||
|
||||
// shear-thinning factor for cell faces
|
||||
std::vector<double> shear_mult_faces_;
|
||||
// shear-thinning factor for well perforations
|
||||
std::vector<double> shear_mult_wells_;
|
||||
|
||||
// Need to declare Base members we want to use here.
|
||||
using Base::grid_;
|
||||
using Base::fluid_;
|
||||
|
Loading…
Reference in New Issue
Block a user