register the transmissibilities at the EcliseWriter

missing: the simulator using dune-cornerpoint. Once again, this is
because there is no good way to convert an intersection to a unique
global index (yet).
This commit is contained in:
Andreas Lauser 2014-11-19 12:55:51 +01:00
parent 8cd993b9d2
commit 9e93fa2298

View File

@ -210,6 +210,12 @@ try
Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, grav);
// TODO: also do this in sim_fibo_ad_cp
bool writeTrans = param.getDefault("write_transmissibilities", false);
if (writeTrans) {
outputWriter.setFaceTransmissibilities(*grid->c_grid(), geology.transmissibility().data());
}
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid->c_grid());
SimulatorFullyImplicitBlackoil<UnstructuredGrid> simulator(param,