Skip to content

Latest commit

 

History

History
184 lines (147 loc) · 4.5 KB

PythonExamples.rst

File metadata and controls

184 lines (147 loc) · 4.5 KB

Python Examples

This pages is created based on the content in the PythonExamples folder located inside the rips module, made available online for convenience.

AllCases

.. literalinclude:: ../rips/PythonExamples/all_cases.py

AllSimulationWells

.. literalinclude:: ../rips/PythonExamples/all_simulation_wells.py

AllWells

.. literalinclude:: ../rips/PythonExamples/all_wells.py

AlterWbsPlot

.. literalinclude:: ../rips/PythonExamples/alter_wbs_plot.py

CaseGridGroup

.. literalinclude:: ../rips/PythonExamples/case_grid_group.py

CaseInfoStreaming

.. literalinclude:: ../rips/PythonExamples/case_info_streaming_example.py

CellResultData

.. literalinclude:: ../rips/PythonExamples/cell_result_data.py

CommandExample

.. literalinclude:: ../rips/PythonExamples/command_example.py

Create Fracture

.. literalinclude:: ../rips/PythonExamples/create_and_export_fracture_model.py

Create WBS Plot

.. literalinclude:: ../rips/PythonExamples/create_wbs_plot.py

ErrorHandling

.. literalinclude:: ../rips/PythonExamples/error_handling.py

ExportContourMaps

.. literalinclude:: ../rips/PythonExamples/export_contour_maps.py

ExportPlots

.. literalinclude:: ../rips/PythonExamples/export_plots.py

ExportSnapshots

.. literalinclude:: ../rips/PythonExamples/export_snapshots.py

GridInformation

.. literalinclude:: ../rips/PythonExamples/grid_information.py

Import Well Paths

.. literalinclude:: ../rips/PythonExamples/import_well_paths_and_logs.py

InputPropTestAsync

.. literalinclude:: ../rips/PythonExamples/input_prop_test_async.py

InputPropTestSync

.. literalinclude:: ../rips/PythonExamples/input_prop_test_sync.py

InstanceExample

.. literalinclude:: ../rips/PythonExamples/instance_example.py

Launch Using Command Line Options

.. literalinclude:: ../rips/PythonExamples/launch_with_commandline_options.py

ModeledWellPath

.. literalinclude:: ../rips/PythonExamples/modeled_well_path.py

NewSummaryPlot

.. literalinclude:: ../rips/PythonExamples/new_summary_plot.py

ReplaceCase

.. literalinclude:: ../rips/PythonExamples/replace_case.py

SelectedCases

.. literalinclude:: ../rips/PythonExamples/selected_cases.py

SelectedCells

.. literalinclude:: ../rips/PythonExamples/selected_cells.py

SetCellResult

.. literalinclude:: ../rips/PythonExamples/set_cell_result.py

SetFlowDiagnosticsResult

.. literalinclude:: ../rips/PythonExamples/set_flow_diagnostics_result.py

SetGridProperties

.. literalinclude:: ../rips/PythonExamples/set_grid_properties.py

SoilAverageAsync

.. literalinclude:: ../rips/PythonExamples/soil_average_async.py

SoilAverageSync

.. literalinclude:: ../rips/PythonExamples/soil_average_sync.py

SoilPorvAsync

.. literalinclude:: ../rips/PythonExamples/soil_porv_async.py

SoilPorvSync

.. literalinclude:: ../rips/PythonExamples/soil_porv_sync.py

SummaryCases

.. literalinclude:: ../rips/PythonExamples/summary_cases.py

SummaryVectors

.. literalinclude:: ../rips/PythonExamples/summary_vectors.py

SurfaceImport

.. literalinclude:: ../rips/PythonExamples/surface_import.py

ViewExample

.. literalinclude:: ../rips/PythonExamples/view_example.py