Unable to get structural temperature from a 2D static structural model with dpf core
Hi, I am trying to perform post processing on a 2D (quad8) static structural model. I have temperature loads applied on the model. When i create a user defined result, "BFE", i get the nodal temperatures for all time steps.
But, when i try to get the same with an ansys.dpf.core, i get an empty list.
The script works fine for a model with 3d elements (SOLID 187)
Comments
-
Can someone from @AKD-Scripting-Team look into this? Many thanks
0 -
@dutta which dpf server version are you using. I tested with 24R2 - Server version 8.2, seems to work fine for SHELL181.
https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html
Use the following command in your session to check the Server version:
dpf.SERVER.info
0 -
Hi @dutta I also checked in 24R2 for 2D elements (plane183) and they seem to give the structural temperature data as well.
1