Hi, I am new to PyDPF. I have a transient thermal analysis and I would like to retrieve by using PyDPF the temperature solution on nodes which have the smallest distance from specific coordinates. What would be the best way to do this?
Hello, I think these two solution should provide you examples to help you start with your task: 1.-Print temperatures node ids and locations using DPF inside mechanicalhttps://discuss.ansys.com/discussion/2383/print-temperatures-node-ids-and-locations-using-dpf-inside-mechanical?utm_source=community-search&utm_medium=organic-search&utm_term=thermal+dpf
2.-How to plot temperature time history on a set of nodes in Mechanical using DPF?https://discuss.ansys.com/discussion/3144/how-to-plot-temperature-time-history-on-a-set-of-nodes-in-mechanical-using-dpf?utm_source=community-search&utm_medium=organic-search&utm_term=thermal+dpf
Best Regards
Dear Abel,
Thank you for the solution provided. I would like to run the python script not from Mechanical, but from terminal. In this case, how the python code should change? I made some tests, but I got some errors. For instance, I got some attribute errors with Connect() or GetData() .
Thank you. Best regards.