Rank: Newbie Groups: Member
Joined: 9/26/2008 Posts: 6 Points: 18 Location: taiwan
|
Dear ALL I modified ansys.bat from tutorials\hst\Ansys.
set ANSYS110_DIR=C:\Program Files\ANSYS Inc\v110\ANSYS set ANSYS_SYSDIR=intel C:\Program Files\ANSYS Inc\v110\ANSYS\bin\intel\ansys -b plate.inp
When I did "Do nominal run" ansys always can't to solve it . Have anyone ever do shpe optimization with ansys? Please give me some information.
Best Regards, Jim
|
Rank: Newbie Groups: Application Engineer
, Member
Joined: 6/24/2004 Posts: 9 Points: 27 Location: Troy. MI
|
Jim,
You need to put quote around the value. Notice that the path has space in it. Something like this:
set ANSYS110_DIR="C:\Program Files\ANSYS Inc\v110\ANSYS" set ANSYS_SYSDIR=intel "C:\Program Files\ANSYS Inc\v110\ANSYS\bin\intel\ansys" -b plate.inp --> You may not need quotes here.
Thanks Ram
|