mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Faults: Reading from Eclipse text files and basic visualization
Added reading of faults directly from Eclipse text files Added named faults in project tree Added fault geompetry parts Added test data
This commit is contained in:
9
TestModels/fault_test/include/grid_faults.grdecl
Normal file
9
TestModels/fault_test/include/grid_faults.grdecl
Normal file
@@ -0,0 +1,9 @@
|
||||
FAULTS
|
||||
-- NAME IX1 IX2 IY1 IY2 IZ1 IZ2 FACE
|
||||
|
||||
'grid_C202' 1 1 1 1 1 3 'X-' /
|
||||
'grid_C202' 1 1 1 1 1 3 'Z-' /
|
||||
'grid_C202' 1 2 1 1 1 3 'X-' /
|
||||
'grid_C202' 1 2 1 1 1 2 'Z-' /
|
||||
|
||||
/
|
||||
14
TestModels/fault_test/include/mother_grid_faults.grdecl
Normal file
14
TestModels/fault_test/include/mother_grid_faults.grdecl
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
INCLUDE
|
||||
'grid_faults.grdecl' /
|
||||
|
||||
FAULTS
|
||||
-- NAME IX1 IX2 IY1 IY2 IZ1 IZ2 FACE
|
||||
|
||||
'mother_grid_C202' 1 1 1 1 1 3 'X-' /
|
||||
'mother_grid_C202' 1 1 1 1 1 3 'Z-' /
|
||||
'mother_grid_C202' 1 2 1 1 1 3 'X-' /
|
||||
'mother_grid_C202' 1 2 1 1 1 2 'Z-' /
|
||||
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user