Add computeFluidInPlace function.

This commit is contained in:
Liu Ming
2016-07-18 08:50:50 +08:00
committed by Atgeirr Flø Rasmussen
parent 78a5381f5d
commit 28583e4237
9 changed files with 159 additions and 23 deletions

View File

@@ -247,7 +247,12 @@ namespace Opm {
}
/// Compute fluid in place.
V computeFluidInPlace(const ReservoirState& x,
const WellState& xw) const
{
return transport_solver_.computeFluidInPlace(x, xw);
}