-
Hey! I'm dipping my toes into pyMAPDL so sorry if I'm going to ask dumb questions. I want to implement a python script alongside an existing workbench model. After having finished a thermal radiation study on a geometry (so the geometry has been built in spaceclaim and the meshing has all been done in workbench), I'd like to export the mesh and viewfactor data to further elaborate it outside of ansys using pyMAPDL. I've seen there's the ACT console option but it looks limited since I have to operate inside ansys, so pyMAPDL looks the way to go for me. Is this possible to do? I've seen the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @fdinhSG That being said since the WB Mechanical is solved, you could just import the ds.dat file that Mechanical created using the PyMAPDL input command. The view factor file may still exist as well, and you could use the vfopt read option to read it in. How to launch PyMAPDL, if necessary, I'll wait on your answer to the first question. Mike |
Beta Was this translation helpful? Give feedback.
Hi @fdinhSG
Can I ask what the 'further elaboration' is? Depending on what you want to do there may be a better path than using PyMAPDL from WB Mechanical.
That being said since the WB Mechanical is solved, you could just import the ds.dat file that Mechanical created using the PyMAPDL input command. The view factor file may still exist as well, and you could use the vfopt read option to read it in.
How to launch PyMAPDL, if necessary, I'll wait on your answer to the first question.
Mike