Running in batch mode

Running in batch mode

  1. Open terminal of your choosing. We are using Windows PowerShell in the example.
  2. Navigate to the bin file for NDSim

  3. Complete your command line input.
    1. First, type the application name.  In this example: .\NDSim.exe
    2. Then input the file path to your .sim file.

    3. Add "run batch"

        1. 'run' is a keyword to tell NDSim to start calculations immediately
        2. 'batch' is a keyword that tells NDSim to exit when calculations are finished
    4. Finally, add your base filename to be used for all output files.


To run multiple simulations
      Create a Batch file and create multiple lines using the format explained above.



    • Related Articles

    • Saving and Loading Data

      Loading the Data To load a dataset, you will select "file" as and then "Import Dataset" You will want to then navigate to your .vtk file containing the data you wish to view. Saving the Data You will start by selecting the 3-D Rendering Controls ...
    • First Launch

      Getting the application Windows You should have received a ZIP archive called NDSim_v1.zip.  Extract the contents to your local computer. You may place the NDSim application anywhere on your computer where you have write access, such as your Desktop ...