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:
parent
7d7172f811
commit
5899c56b82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user