Test the Complete Assistant

Perform a final test on the complete assistant:

  1. Return to InternalFlowAssistant and add the missing tasks to the array list:
    tasks.add(new Task04Meshing());
    tasks.add(new Task05CreateScalarScene());
    tasks.add(new Task06RunTheSimulation());
  2. Save the file (Ctrl-S).
  3. Rebuild the project.
  4. Launch Simcenter STAR-CCM+ and load the rebuilt assistant.
  5. Work through the assistant and make sure that it behaves as expected:
    • Task 1 loads a geometry part into Simcenter STAR-CCM+.
    • Task 2 creates a region from the imported geometry part.
    • Task 3 creates a physics continuum and sets up the physics models, initial conditions, and boundary conditions.
    • Task 4 creates a mesh operation and sets up the mesh parameters. This task also covers the steps to generate the surface and volume meshes.
    • Task 5 creates a scalar scene.
    • Task 6 sets the stopping criteria and runs the Simcenter STAR-CCM+ solver.