Example renames

This commit is contained in:
Gaute Lindkvist
2019-09-19 15:14:01 +02:00
parent 502a1532b6
commit 2b33592c66
15 changed files with 60 additions and 60 deletions

View File

@@ -8,11 +8,11 @@ import rips
resinsight = rips.Instance.find()
view = resinsight.project.view(0)
#view.apply_flow_diagnostics_cell_result(resultVariable='Fraction',
# selectionMode='FLOW_TR_INJ_AND_PROD')
#view.apply_flow_diagnostics_cell_result(result_variable='Fraction',
# selection_mode='FLOW_TR_INJ_AND_PROD')
# Example of setting individual wells. Commented out because well names are case specific.
view.apply_flow_diagnostics_cell_result(resultVariable='Fraction',
selectionMode='FLOW_TR_BY_SELECTION',
view.apply_flow_diagnostics_cell_result(result_variable='Fraction',
selection_mode='FLOW_TR_BY_SELECTION',
injectors = ['C-1H', 'C-2H', 'F-2H'],
producers = ['B-1AH', 'B-3H', 'D-1H'])