OPM / ResInsight

3D viewer and post processing of reservoir models
http://resinsight.org/
GNU General Public License v3.0
174 stars 92 forks source link

Export transmissibilities using COMPDAT keyword #1092

Closed magnesj closed 7 years ago

OPMUSER commented 7 years ago

As well as writing out the basic COMPDAT data it would be good to allow the user to write out additional property data after the keyword ending slash, something like this:


-- WELL -----LOCATION------ WELL SAT CONN WELL KH SKIN D DIR LAYER LAYER LAYER WELL WELL WELL WELL
-- NAME ..II ..JJ ..K1 ..K2 STATUS TABLE FACT DIAM FACTOR FACT FACT PENT FLUID SEGMENT ZONE NET SAND PERMX KH COMPL


COMPDAT
'GP02 ' 56 35 55 55 'SHUT' 1 1 0.708 1 0.0 1 'Z ' / GAS 0 0 0.0 1.0 0.0 1
'GP02 ' 56 35 56 56 'SHUT' 1 1 0.708 1 0.0 1 'Z ' / GAS 0 0 0.0 1.0 0.0 1
'GP02 ' 56 35 57 57 'SHUT' 1 1 0.708 1 0.0 1 'Z ' / GAS 0 0 0.0 1.0 0.0 1
'GP02 ' 56 35 58 58 'SHUT' 1 1 0.708 1 0.0 1 'Z ' / GAS 0 0 0.0 1.0 0.0 1
And use the same procedure as when you export LAS files.

This should work on trajectory wells as well as simulation wells.