mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding shear calculation to the polymer simulation.
This commit is contained in:
@@ -57,6 +57,7 @@ namespace Opm
|
||||
SFrac = 3
|
||||
};
|
||||
|
||||
using typename WellInterface<TypeTag>::Scalar;
|
||||
using typename WellInterface<TypeTag>::VectorBlockType;
|
||||
using typename WellInterface<TypeTag>::MatrixBlockType;
|
||||
using typename WellInterface<TypeTag>::Mat;
|
||||
@@ -196,6 +197,10 @@ namespace Opm
|
||||
using WellInterface<TypeTag>::perf_depth_;
|
||||
using WellInterface<TypeTag>::allow_cf_;
|
||||
|
||||
using WellInterface<TypeTag>::perf_rep_radius_;
|
||||
using WellInterface<TypeTag>::perf_length_;
|
||||
using WellInterface<TypeTag>::bore_diameters_;
|
||||
|
||||
// densities of the fluid in each perforation
|
||||
std::vector<double> perf_densities_;
|
||||
// pressure drop between different perforations
|
||||
|
||||
Reference in New Issue
Block a user