Ansys Learning Forum Forums Discuss Simulation General Mechanical How to open verification manual test cases? Reply To: How to open verification manual test cases?

peteroznewman
Subscriber

Assuming you are working on a Windows OS, copy the vm221.dat file from this folder


C:Program FilesANSYS Incv182ansysdataverif


to a folder you want to use, say 


E:ansysdatastudentcommunityvm221


Open a command window and set the current directory to that folder.


Paste the command below into the command window (make any edits to the path you need) or put that string into a run.bat file and type run.bat at the command line (this is what I did).


"C:Program FilesANSYS Incv182ansysbinwinx64ANSYS182.exe" -b  nolist -j file -i vm221.dat -o vm221.out -np  4


This will run ANSYS using 4 cores. Use -np 2 at the end if you have only 2 cores.


Once ANSYS finishes, there will be some files in that directory.



I generally avoid reading or writing APDL, the programming language behind the ANSYS system, but you can start Mechanical APDL 18.2 in the ANSYS menu. Then you can open the file.db and you will see that the model is a 5 mm cube.



 


 


 


Â