mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make Simulator Update Operation Public
This is an independently useful operation that is applicable outside of just the ACTIONX processing.
This commit is contained in:
committed by
Bård Skaflestad
parent
7952ba0d0d
commit
a212a1b82e
@@ -99,7 +99,6 @@ public:
|
|||||||
void evalUDQAssignments(const unsigned episodeIdx,
|
void evalUDQAssignments(const unsigned episodeIdx,
|
||||||
UDQState& udq_state);
|
UDQState& udq_state);
|
||||||
|
|
||||||
private:
|
|
||||||
/// Convey dynamic updates triggered by an action block back to the
|
/// Convey dynamic updates triggered by an action block back to the
|
||||||
/// running simulator.
|
/// running simulator.
|
||||||
///
|
///
|
||||||
@@ -125,6 +124,7 @@ private:
|
|||||||
const TransFunc& updateTrans,
|
const TransFunc& updateTrans,
|
||||||
bool& commit_wellstate);
|
bool& commit_wellstate);
|
||||||
|
|
||||||
|
private:
|
||||||
/// Static properties such as permeability and transmissibility.
|
/// Static properties such as permeability and transmissibility.
|
||||||
EclipseState& ecl_state_;
|
EclipseState& ecl_state_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user