New Reply

Ansys Workbench Scripting...

 
Share Thread Thread Tools
Jun12-12, 10:27 AM   #1
 

Ansys Workbench Scripting...


I am required to do scripting in ansys workbench......i know python, jscript and APDL can be used for this....now how do we really use them???

jscript can be used with help of sendcommand() in python for geometric modelling....can we use APDL in python????

In Mechanical(formerly simulation) can we use APDL?????

We can record journal in workbench but it only give the details of operation performed....
e.g.
journal will show
# encoding: utf-8
SetScriptVersion(Version="13.0")
template1 = GetTemplate(
TemplateName="Static Structural",
Solver="ANSYS")
system1 = template1.CreateSystem()
geometry1 = system1.GetContainer(ComponentName="Geometry")
geometry1.Edit()
geometry1.Exit()


but what really happens in "geometry1.Edit()"?????
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
New Reply

Tags
ansys, ansys workbench
Thread Tools


Similar Threads for: Ansys Workbench Scripting...
Thread Forum Replies
ansys workbench 12 problem Mechanical Engineering 3
ANSYS scripting in Workbench..... Mechanical Engineering 7
Ansys Workbench Displacement Mechanical Engineering 5
ansys workbench General Engineering 0
ANSYS workbench 11 mesh help! Mechanical Engineering 25