Function Mapping and Deformation-Driven Equilibrium #2283
-
I am currently exploring the functionality of Python in combination with Ansys Mechanical and have a couple of questions regarding specific functionalities. Your guidance would be greatly appreciated in clarifying these points.
Thank you in advance for your assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @notatallaguru I believe what you say it should be possible. Presumably you mean the following workflow.
It should be possible |
Beta Was this translation helpful? Give feedback.
-
Hi @notatallaguru Can you please clarify which product you are asking about. Ansys (Workbench) Mechanical is not Mechanical APDL. It seems that you are asking about Workbench [WB] Mechanical. Which has its own PyMechanical language library and GitHub page. And this is an much different problem in WB Mechanical than it is in Mechanical APDL. For question 1 the answer is yes for PyMAPDL. For PyMechanical the answer is I'm pretty sure no, not yet. In 'standard' WB Mechanical mapping of load/bc data involves both WB Mechanical and WB External Data component system. PyMechanical is instancing a stand-alone version of Mechanical, which requires additional development to support such things as imported loads. As Mechanical would need the functionality that Extenal Data now provides. The stand-alone version of Mechanical does not yet have all the imported loads that external data supports...but they are being added! For question 2 what @germa89 outlined should work with PyMAPDL. Mike |
Beta Was this translation helpful? Give feedback.
Hi @notatallaguru Can you please clarify which product you are asking about. Ansys (Workbench) Mechanical is not Mechanical APDL. It seems that you are asking about Workbench [WB] Mechanical. Which has its own PyMechanical language library and GitHub page. And this is an much different problem in WB Mechanical than it is in Mechanical APDL.
For question 1 the answer is yes for PyMAPDL. For PyMechanical the answer is I'm pretty sure no, not yet. In 'standard' WB Mechanical mapping of load/bc data involves both WB Mechanical and WB External Data component system. PyMechanical is instancing a stand-alone version of Mechanical, which requires additional development to support such things as i…