Building the Project

Build the NetBeans project.

At this stage, you must update the assistant class with the name of the class for Task 1:
  1. Return to the assistant class, InternalFlowAssistant, and locate the line:
    tasks.add(new Task1Name());
  2. In that line, replace Task1Name() with the name of the Task 1 class:
    Task01ImportGeometry()
  3. Save the file (Ctrl-S).
You can now build the Simulation Assistant project:
  1. Select Run > Build Project.
When complete, InternalFlowAssistant.jar is placed in the [Simulation_Assistant_Project]/dist folder. This is the assistant file that you load into Simcenter STAR-CCM+.