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
@@ -99,6 +99,14 @@ namespace Opm
|
||||
return wellIterationsLast_;
|
||||
}
|
||||
|
||||
template <class PhysicalModel>
|
||||
V NonlinearSolver<PhysicalModel>::computeFluidInPlace(const ReservoirState& x,
|
||||
const WellState& xw) const
|
||||
{
|
||||
return model_->computeFluidInPlace(x, xw);
|
||||
}
|
||||
|
||||
|
||||
template <class PhysicalModel>
|
||||
int
|
||||
NonlinearSolver<PhysicalModel>::
|
||||
|
||||
Reference in New Issue
Block a user