mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1487 - pre-proto - Making functions for calculating relevant transmissibilities static, and using cell sizes, conductivities etc as inputs instead of entire RigStimPlanCell
This commit is contained in:
@@ -50,12 +50,13 @@ private:
|
||||
cvf::Vec3d & localX,
|
||||
cvf::Vec3d & localY,
|
||||
cvf::Vec3d & localZ);
|
||||
double calculateMatrixTransmissibility(double permX,
|
||||
static double calculateMatrixTransmissibility(double permX,
|
||||
double NTG,
|
||||
double Ay,
|
||||
double dx,
|
||||
double skinfactor,
|
||||
double fractureAreaWeightedlength);
|
||||
double fractureAreaWeightedlength,
|
||||
double cDarcy);
|
||||
|
||||
const RimEclipseCase* m_case;
|
||||
double m_cDarcy;
|
||||
|
||||
Reference in New Issue
Block a user