Introducing NNC output

* Compute NNC by face2cell information from a grid
* Pass NNC information to EclipseWriter
* Made NNC respect ECLIPSE input data
* nncStructure() is now exportNncStructure()
This commit is contained in:
Pål Grønås Drange
2016-05-03 10:12:29 +02:00
parent 1f4b9e56f8
commit 973914931d
5 changed files with 59 additions and 9 deletions

View File

@@ -246,10 +246,10 @@ namespace Opm
void
BlackoilOutputWriter::
writeInit(const SimulatorTimerInterface& timer)
writeInit(const SimulatorTimerInterface& timer, const NNC& nnc)
{
if( eclWriter_ ) {
eclWriter_->writeInit(timer);
eclWriter_->writeInit(timer, nnc);
}
}