Submit the Bulk Data File for Analysis

The bulk data file is now ready to be submitted for analysis.

A batch file named msc-compan.bat is included with the Simulation Composite Analysis installation that simplifies the submission of Simulation Composite Analysis jobs. This batch file is located in the 'bin' folder in the Simulation Composite Analysis directory on your computer. The use of this batch file is demonstrated here. Note, there are a couple slight differences when running on Windows vs. on Linux operating systems.

Running on Windows

  1. Open the Simulation Composite Analysis 2015.1 Command Shell accessible from the desktop shortcut.
  2. Change the directory to the location of the ASCA_Tutorial_2_Nastran.bdf file.
    >>cd <directory containing input file>
  3. In the Command Shell, enter:
    >>msc-compan C:\MSC.Software\MSC_Nastran\20131\bin\nastran.exe ASCA_Tutorial_2_Nastran.bdf
    where C:\MSC.Software\MSC_Nastran\20131\bin\nastran.exe is the path to the nastran.exe file.
    Note: If you do not know the location of the nastran.exe file on your machine, type msc-compan into the Command Shell and it will conveniently provide you with its location.
  4. Refer to the View and Interpret Results section of Tutorial 1 after the finite element solution is complete for instructions to examine the results.

Running on Linux

There is no Command Shell for Linux, therefore you must provide the complete path to the msc-compan.sh file.

  1. In the LInux command prompt, navigate to the directory containing the ASCA_Tutorial_2_Nastran.bdf file.
  2. Provide the path to the msc-compan.sh file.
    $ /diana/autodesk/asca2015.1/bin/msc-compan.sh
  3. Now provide the path to the Nastran executable file.
    $ /diana/autodesk/asca2015.1/bin/msc-compan.sh /diana/msc/20131/bin/nast20131
  4. Finally type the name of the file to be run. A completed example is shown below:
    $ /diana/autodesk/asca2015.1/bin/msc-compan.sh /diana/msc/20131/bin/nast20131 ASCA_Tutorial_2_Nastran.bdf
  5. Refer to the View and Interpret Results section of Tutorial 1 after the finite element solution is complete for instructions to examine the results.