Files
opm-core/test.m

13 lines
337 B
Mathematica
Raw Normal View History

2009-06-18 13:31:31 +00:00
nx = 6;
ny = 6;
nz = 11;
2009-06-18 13:31:31 +00:00
%g=simpleGrdecl([nx, ny, nz], @(x) 0.05+0.11*x+0.011 );
g = makeModel3([5,5,300]);
%G=processGRDECL(g);
%clf,plotGrid(G);view(3);
g.ACTNUM=int32(g.ACTNUM);
grdecl = readGRDECL(fullfile(ROOTDIR, 'examples','grids','GSmodel.grdecl'));
%grdecl = readGRDECL(fullfile(ROOTDIR, 'projects','co2','Sector15.grdecl'));