Generate an Autodesk Simulation File from a Database

ASD2FEM.EXE is a standalone console program. It converts the database files in the .mod folder (the files used by the processor) into a geometry file that you can manipulate (the Autodesk Simulation file). The usage is as follow:

ASD2FEM model_name[.mod] [fem_name[.fem]] [-silent]

where any item in the brackets [ ] is optional. If no fem_name is given, then model_name.fem will be the default.

If the silent option is used, no output is sent to the command prompt window; otherwise a few messages will be displayed during the conversion. To use silent mode, both model_name and fem_name must also be given.