There is no such method in class GridManager.


However, if you "just" need an UnstructuredGrid that doesn't observe ACTNUM you 
can accomplish the task manually by extracting the grid information through 
Method GridManager::createGrdecl(), assign a null pointer to grdecl::actnum and 
then form the UnstructuredGrid by a separate call to the lower-level grid 
constructor



    create_grid_cornerpoint()



Method GridManager::GridManager(DeckConstPtr) can be used for inspiration.



I'm a little reluctant to add the method you suggest because it is a very 
specialised need.  The common case is to honour ACTNUM-information if it's 
there.





Bård



________________________________
From: Opm [[email protected]] on behalf of Paolo Orsini 
[[email protected]]
Sent: 28 June 2014 19:21
To: [email protected]
Subject: [OPM] UG grid - ignoring ACTUNUM

Hi,

Is there any method to call the GridManager to load an eclipse mesh from deck 
and build ug ignoring the active cell information?

Basically, I want to build a ug mesh including the non-active cells, and retain 
the information loaded from ACTNUM.

If there isn't anything I can add a new method on GridManager that reading a 
bool argument skip or not the data loading from ACTNUM in createGrdecl ....

Is there better way of doing this?

Thanks

Paolo
_______________________________________________
Opm mailing list
[email protected]
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to