mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-16 18:34:54 -06:00
Proposal for new names in FractureTransEq class
This commit is contained in:
parent
a45aee0cc2
commit
edbad753b8
@ -21,12 +21,12 @@
|
|||||||
|
|
||||||
class RigFractureTransmissibilityEquations
|
class RigFractureTransmissibilityEquations
|
||||||
{
|
{
|
||||||
public:
|
public: // centerToEdgeStimPlanCellTrans
|
||||||
static double computeStimPlanCellTransmissibilityInFracture(double conductivity,
|
static double computeStimPlanCellTransmissibilityInFracture(double conductivity,
|
||||||
double sideLengthParallellTrans,
|
double sideLengthParallellTrans,
|
||||||
double sideLengthNormalTrans,
|
double sideLengthNormalTrans,
|
||||||
double cDarcyForRelevantUnit);
|
double cDarcyForRelevantUnit);
|
||||||
|
// centerToCenterStimPlanCellTrans
|
||||||
static double computeStimPlanCellTransmissibilityInFractureCenterToCenterForTwoCells(double conductivityCell1,
|
static double computeStimPlanCellTransmissibilityInFractureCenterToCenterForTwoCells(double conductivityCell1,
|
||||||
double sideLengthParallellTransCell1,
|
double sideLengthParallellTransCell1,
|
||||||
double sideLengthNormalTransCell1,
|
double sideLengthNormalTransCell1,
|
||||||
@ -34,14 +34,14 @@ public:
|
|||||||
double sideLengthParallellTransCell2,
|
double sideLengthParallellTransCell2,
|
||||||
double sideLengthNormalTransCell2,
|
double sideLengthNormalTransCell2,
|
||||||
double cDarcyForRelevantUnit);
|
double cDarcyForRelevantUnit);
|
||||||
|
// stimPlanCellToWellRadialTrans
|
||||||
static double computeRadialTransmissibilityToWellinStimPlanCell(double stimPlanCellConductivity,
|
static double computeRadialTransmissibilityToWellinStimPlanCell(double stimPlanCellConductivity,
|
||||||
double stimPlanCellSizeX,
|
double stimPlanCellSizeX,
|
||||||
double stimPlanCellSizeZ,
|
double stimPlanCellSizeZ,
|
||||||
double wellRadius,
|
double wellRadius,
|
||||||
double skinFactor,
|
double skinFactor,
|
||||||
double cDarcyForRelevantUnit);
|
double cDarcyForRelevantUnit);
|
||||||
|
// stimPlanCellToWellLinearTrans
|
||||||
static double computeLinearTransmissibilityToWellinStimPlanCell(double stimPlanConductivity,
|
static double computeLinearTransmissibilityToWellinStimPlanCell(double stimPlanConductivity,
|
||||||
double stimPlanCellSizeX,
|
double stimPlanCellSizeX,
|
||||||
double stimPlanCellSizeZ,
|
double stimPlanCellSizeZ,
|
||||||
@ -50,6 +50,7 @@ public:
|
|||||||
double perforationEfficiency,
|
double perforationEfficiency,
|
||||||
double skinfactor,
|
double skinfactor,
|
||||||
double cDarcyForRelevantUnit);
|
double cDarcyForRelevantUnit);
|
||||||
|
// matrixToFractureTrans
|
||||||
static double calculateMatrixTransmissibility(double permX,
|
static double calculateMatrixTransmissibility(double permX,
|
||||||
double NTG,
|
double NTG,
|
||||||
double Ay,
|
double Ay,
|
||||||
|
Loading…
Reference in New Issue
Block a user