Skip to content

Commit

Permalink
Deploying to gh-pages from @ c33b563 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jun 7, 2024
1 parent 3abb592 commit 67b96c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified master/.doctrees/embedded.doctree
Binary file not shown.
Binary file modified master/.doctrees/environment.pickle
Binary file not shown.
6 changes: 3 additions & 3 deletions master/_sources/embedded.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ To interact with the simulator in the embedded Python code, you can access four
report_step = opm_embedded.current_report_step
- current_ecl_state: An instance of the EclipseState class - this is a representation of all static properties in the model, ranging from porosity to relperm tables. The content of the ecl state is immutable - you are not allowed to change the static properties at runtime.
- current_ecl_state: An instance of the `EclipseState <common.html#opm.io.ecl_state.EclipseState>`_ class - this is a representation of all static properties in the model, ranging from porosity to relperm tables. The content of the ecl state is immutable - you are not allowed to change the static properties at runtime.

- current_schedule: An instance of the Schedule class - this is a representation of all the content from the SCHEDULE section, notably all well and group information and the timestepping.
- current_schedule: An instance of the `Schedule <common.html#opm.io.schedule.Schedule>`_ class - this is a representation of all the content from the SCHEDULE section, notably all well and group information and the timestepping.

- current_report_step: This is an integer for the report step we are currently working on. Observe that the PYACTION is called for every simulator timestep, i.e. it will typically be called multiple times with the same value for the report step argument.

- current_summary_state: An instance of the SummaryState class, this is where the current summary results of the simulator are stored. The SummaryState class has methods to get hold of well, group and general variables.
- current_summary_state: An instance of the `SummaryState <common.html#opm.io.sim.SummaryState>`_ class, this is where the current summary results of the simulator are stored. The SummaryState class has methods to get hold of well, group and general variables.
6 changes: 3 additions & 3 deletions master/embedded.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ <h1>OPM Embedded Python Documentation<a class="headerlink" href="#opm-embedded-p
</pre></div>
</div>
<ul class="simple">
<li><p>current_ecl_state: An instance of the EclipseState class - this is a representation of all static properties in the model, ranging from porosity to relperm tables. The content of the ecl state is immutable - you are not allowed to change the static properties at runtime.</p></li>
<li><p>current_schedule: An instance of the Schedule class - this is a representation of all the content from the SCHEDULE section, notably all well and group information and the timestepping.</p></li>
<li><p>current_ecl_state: An instance of the <a class="reference external" href="common.html#opm.io.ecl_state.EclipseState">EclipseState</a> class - this is a representation of all static properties in the model, ranging from porosity to relperm tables. The content of the ecl state is immutable - you are not allowed to change the static properties at runtime.</p></li>
<li><p>current_schedule: An instance of the <a class="reference external" href="common.html#opm.io.schedule.Schedule">Schedule</a> class - this is a representation of all the content from the SCHEDULE section, notably all well and group information and the timestepping.</p></li>
<li><p>current_report_step: This is an integer for the report step we are currently working on. Observe that the PYACTION is called for every simulator timestep, i.e. it will typically be called multiple times with the same value for the report step argument.</p></li>
<li><p>current_summary_state: An instance of the SummaryState class, this is where the current summary results of the simulator are stored. The SummaryState class has methods to get hold of well, group and general variables.</p></li>
<li><p>current_summary_state: An instance of the <a class="reference external" href="common.html#opm.io.sim.SummaryState">SummaryState</a> class, this is where the current summary results of the simulator are stored. The SummaryState class has methods to get hold of well, group and general variables.</p></li>
</ul>
</section>

Expand Down

0 comments on commit 67b96c3

Please sign in to comment.