document computeFluidInPlace function.

This commit is contained in:
Liu Ming
2016-08-09 15:30:25 +08:00
committed by Atgeirr Flø Rasmussen
parent b2432c871f
commit a492a60a64
4 changed files with 17 additions and 1 deletions

View File

@@ -110,6 +110,10 @@ namespace Opm {
const PolymerBlackoilState& current ) const;
/// Compute fluid in place.
/// \param[in] ReservoirState
/// \param[in] WellState
/// \param[in] FIPNUM for active cells not global cells.
/// \return fluid in place, number of fip regions, each region contains 5 values which are liquid, vapour, water, free gas and dissolved gas.
std::vector<V>
computeFluidInPlace(const PolymerBlackoilState& x,
const WellStateFullyImplicitBlackoilPolymer& xw,