Posted Tue, 16 Mar 2021 19:35:50 GMT by albertone
Hi,

I'd like to export the zero pressure isoline from a .dac file for every time step in the .dac.

Does anyone know how to do that simultaneously without scrolling every time step and pressing "export" from the view component's context menu?

Thanks in advance to the one who will save me a LOT of time!
Posted Tue, 30 Mar 2021 11:05:00 GMT by Jintao Liu
Hello,
Unfortunately, there is no such feature in the GUI, you have to write a script to retrieve the pressure and loop through the entire time steps.

This key function might be helpful:
doc.getResultsFlowPressureValue()

Please refer to https://dhi.github.io/ifm/api.html

You must be signed in to post in this forum.