Add output of surface volume.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-09-14 09:51:28 +02:00
parent fa27792c45
commit 373f628095

View File

@@ -175,6 +175,7 @@ namespace Opm
Opm::DataMap dm;
dm["saturation"] = &state.saturation();
dm["pressure"] = &state.pressure();
dm["surfvolume"] = &state.surfacevol();
std::vector<double> cell_velocity;
Opm::estimateCellVelocity(grid, state.faceflux(), cell_velocity);
dm["velocity"] = &cell_velocity;