Proj:HelpersTools

From CAELinuxWiki
Revision as of 19:00, 22 January 2007 by Wikiadmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

"Helpers" toolset

This page presents a set of tools / wizards designed to simplify the work with OpenSource CAE softwares. You will also find here the latest version of these tools, which corresponds to the directory "/opt/helpers" of CAELinux.


Content of "Helpers" package

This toolset contains the following scripts/wizards:


CreateJob.py

This Python/Tkinter script is a template-based GUI for the creation of ASTK profiles. It really simplifies the joint use of Salome & Code-Aster for beginners.

How to start:

from CAELinux, use the "New FE Study" icon on the desktop.

or

run the following command from a terminal:

python /opt/helpers/CreateJob.py

GenEnsightCase.py

This python script can be used to automatically generate an Ensight ".case" file from a Code-Aster field output written in Ensight format.

How to use it:

in a terminal, run the following command:

python /opt/helpers/GenEnsightCase.py ensight_result_directory

where ensight_result_directory is the path to the Ensight field output directory created by Code-Aster.

When this command has been executed, you can psot-process your data in any "Ensight-compatible" software (like Paraview for example) by loading the ".case" file created in the ensight_result_directory.