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:
Halvor M Nilsen
2025-01-31 18:12:34 +01:00
committed by Bård Skaflestad
parent 7952ba0d0d
commit a212a1b82e

View File

@@ -99,7 +99,6 @@ public:
void evalUDQAssignments(const unsigned episodeIdx,
UDQState& udq_state);
private:
/// Convey dynamic updates triggered by an action block back to the
/// running simulator.
///
@@ -125,6 +124,7 @@ private:
const TransFunc& updateTrans,
bool& commit_wellstate);
private:
/// Static properties such as permeability and transmissibility.
EclipseState& ecl_state_;