mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updating number of cells used when setting up fracture grid based on ellipse
This commit is contained in:
@@ -201,8 +201,8 @@ void RimEllipseFractureTemplate::setupFractureGridCells()
|
||||
|
||||
bool wellCenterFractureCellFound = false;
|
||||
|
||||
int numberOfCellsX = 25;
|
||||
int numberOfCellsY = 25;
|
||||
int numberOfCellsX = 35;
|
||||
int numberOfCellsY = 35;
|
||||
|
||||
double cellSizeX = (halfLength * 2) / numberOfCellsX;
|
||||
double cellSizeZ = height / numberOfCellsY;
|
||||
|
||||
Reference in New Issue
Block a user