Skip to content

Commit

Permalink
pymechanical : updated standalone launch command (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-bh-n authored Aug 30, 2023
1 parent d6081b6 commit 441d434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mechanical = pymechanical.launch_mechanical()
# BREAK BLOCK
# Standalone Mechanical from a local or remote terminal
"C:/Program Files/ANSYS Inc/v232/aisol/bin/winx64/AnsysWBU.exe" -DSApplet -AppModeMech -nosplash -notabctrl -grpc 10000
ansys-mechanical -r 232 --port 10000 -g
# BREAK BLOCK
import ansys.mechanical.core as pymechanical
# #Note: The following code uses port 10000, but you can specify an alternative port if required.
Expand Down

0 comments on commit 441d434

Please sign in to comment.