mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
storing the wellbore diameters for model and simulators.
Will be used in the shear rate calculation.
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Opm {
|
||||
const bool has_shrate,
|
||||
const std::vector<double>& wells_rep_radius,
|
||||
const std::vector<double>& wells_perf_length,
|
||||
const std::vector<double>& wells_bore_diameter,
|
||||
const bool terminal_output);
|
||||
|
||||
/// Called once before each time step.
|
||||
@@ -146,6 +147,8 @@ namespace Opm {
|
||||
// to be used in shear-thinning computation.
|
||||
std::vector<double> wells_rep_radius_;
|
||||
std::vector<double> wells_perf_length_;
|
||||
// wellbore diameters
|
||||
std::vector<double> wells_bore_diameter_;
|
||||
|
||||
// shear-thinning factor for cell faces
|
||||
std::vector<double> shear_mult_faces_;
|
||||
|
||||
Reference in New Issue
Block a user