mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add computeFluidInPlace function.
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
78a5381f5d
commit
28583e4237
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user