Francesco La
Mechanical
- Jul 4, 2019
- 5
Hi guys,
i'm new to ANSYS and i have some difficulties with APDL commands on Workbench.
I have a component with some named selections and i need to find the surface area of some areas. I need to use it in another command so i need to store it in a variable. I think i should use this *GET, Par, AREA, 0, Item1, IT1NUM, Item2, IT2NUM , but previously i think i should use ASEL and ASUM but i obtain errors. This is my code but surely is wrong.
ASEL,s,contact
ASUM,DEFAULT
*GET, my_area, AREA,0,AREA
Do you know how to do it?
thank you very much.
i'm new to ANSYS and i have some difficulties with APDL commands on Workbench.
I have a component with some named selections and i need to find the surface area of some areas. I need to use it in another command so i need to store it in a variable. I think i should use this *GET, Par, AREA, 0, Item1, IT1NUM, Item2, IT2NUM , but previously i think i should use ASEL and ASUM but i obtain errors. This is my code but surely is wrong.
ASEL,s,contact
ASUM,DEFAULT
*GET, my_area, AREA,0,AREA
Do you know how to do it?
thank you very much.