mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Enable single-phase runs.
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
e4e8425bad
commit
d873ae165d
@@ -59,6 +59,7 @@ namespace Opm
|
||||
using typename Base::Indices;
|
||||
using typename Base::RateConverterType;
|
||||
using typename Base::SparseMatrixAdapter;
|
||||
using typename Base::FluidState;
|
||||
|
||||
using Base::numEq;
|
||||
|
||||
@@ -293,6 +294,8 @@ namespace Opm
|
||||
|
||||
EvalWell extendEval(const Eval& in) const;
|
||||
|
||||
Eval getPerfPressure(const FluidState& fs) const;
|
||||
|
||||
// xw = inv(D)*(rw - C*x)
|
||||
void recoverSolutionWell(const BVector& x, BVectorWell& xw) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user