mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
14 lines
265 B
Python
14 lines
265 B
Python
import rips
|
|
|
|
resInsight = rips.Instance.find()
|
|
|
|
view = resInsight.project.view(0)
|
|
|
|
cellResult = view.cellResult()
|
|
|
|
cellResult.printObjectInfo()
|
|
|
|
cellResult.setValue("ResultType", "FLOW_DIAGNOSTICS")
|
|
cellResult.setValue("ResultVariable", "TOF")
|
|
|
|
cellResult.update() |