mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding a test for well model.
It is just test for StandardWell.
This commit is contained in:
@@ -135,9 +135,9 @@ namespace Opm
|
||||
virtual void computeWellConnectionPressures(const Simulator& ebosSimulator,
|
||||
const WellState& xw);
|
||||
|
||||
// Ax = Ax - C D^-1 B x
|
||||
/// Ax = Ax - C D^-1 B x
|
||||
virtual void apply(const BVector& x, BVector& Ax) const;
|
||||
// r = r - C D^-1 Rw
|
||||
/// r = r - C D^-1 Rw
|
||||
virtual void apply(BVector& r) const;
|
||||
|
||||
/// using the solution x to recover the solution xw for wells and applying
|
||||
|
||||
Reference in New Issue
Block a user