The tutorial Running OptiStruct from HyperMesh demonstrated how OptiStruct could be launched from within HyperMesh. OptiStruct also can be run at the command line (UNIX or MSDOS). This tutorial assumes you already have the running OptiStruct file, plate.fem, in either your UNIX or MSDOS directory. This tutorial also assumes you know the location of the OptiStruct executable.
In this tutorial, $OSDIR describes the directory containing the OptiStruct executable. On UNIX machines, the executable is normally located in the HyperWorks installation directory under /scripts/. On Windows, it is normally located in the HyperWorks installation directory under \optistruct\bin\.
$OSDIR/optistruct plate.fem
$OSDIR/optistruct -version
$OSDIR/optistruct plate.fem -check
Information regarding memory requirements is written to the file plate.out.
Please see the Running OptiStruct section of the OptiStruct User's Guide for more detailed information.
Go To