mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Moved some calculations to computeExplicitData() method.
This commit is contained in:
@@ -88,8 +88,13 @@ namespace Opm {
|
||||
ADB total_residual_;
|
||||
std::vector<V> kr_;
|
||||
std::vector<V> well_kr_;
|
||||
ADB qs_;
|
||||
V well_perf_dp_;
|
||||
|
||||
// Methods for assembling and solving.
|
||||
void computeExplicitData(const double dt,
|
||||
const BlackoilState& state,
|
||||
const WellState& well_state);
|
||||
void assemble(const double dt,
|
||||
const BlackoilState& state,
|
||||
const WellState& well_state);
|
||||
|
Reference in New Issue
Block a user