mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
12918ec107
Added reading of faults directly from Eclipse text files Added named faults in project tree Added fault geompetry parts Added test data
31 lines
590 B
Plaintext
31 lines
590 B
Plaintext
|
|
-- ==========================================================================
|
|
--
|
|
-- *************************** GRID SECTION ******************************
|
|
--
|
|
-- Specification of geometry of computational grid, and of rock
|
|
-- properties in each grid block.
|
|
--
|
|
-- ==========================================================================
|
|
|
|
GRID
|
|
|
|
-- GEOMETRY
|
|
INCLUDE
|
|
'./regular27cell.grdecl' /
|
|
|
|
|
|
-- FAULTS
|
|
INCLUDE
|
|
'./main_faults.grdecl' /
|
|
|
|
|
|
FAULTS
|
|
-- NAME IX1 IX2 IY1 IY2 IZ1 IZ2 FACE
|
|
|
|
'DATA_FILE_MAIN' 2 3 1 1 1 3 'X-' /
|
|
|
|
/
|
|
|
|
|
|
EDIT |