Search

Tuesday, April 10, 2012

Very good freeware editor for ANSYS APDL

 

I was trying to find an APDL freeware editor, with auto-completion feature. After a while of searching, I found a very good one that is based on the freeware PSpad editor. you can find it in the following location:

http://www.2doworld.com/software/ansys-editor-10.html 

It supports 1500 ANSYS command lines for user. Each text editor supports instant command help for APDL commands by locating the cursor on the line containing the command of interest. I failed to make the context help command work with new ANSYS help system based on java, which is not mentioned in the site, probably they developed the editor for the old help system. But you still can activate the auto-completion  by CTRL+SPACE it will give you a short description for the command. It is portable, standalone application.

Untitled

Another interesting aspect of the above mentioned site is the available tutorials for ANSYS products. Check it out it is informative.

2 comments:

  1. Why not Emacs with ANSYS-Mode?

    http://code.google.com/p/ansys-mode/

    It is a standard editor on all operating systems where ANSYS is running. Plus it is also free and open source. The mode completes all current ANSYS keywords (around 2000), has an in-built syntax help system (without the need having ANSYS installed). And much, much more...

    ReplyDelete
    Replies
    1. ANSYS-Mode is now hosted on GitHub: https://github.com/dieter-wilhelm/ansys-mode

      Delete

Your comments are most welcomed