Working With Parallel Servers

A parallel computation is one where the work is computed by more than one process.

In distributing the parallel processes across multiple cores, the time that is taken to complete the work can be reduced. It is highly desirable to compute CFD solutions in parallel because of the computationally intensive work that is required to acquire converged solutions. Simcenter STAR-CCM+ can be run in parallel mode providing a scalable solution to solving problems faster and to attempting larger problems.

The core of this functionality is based upon a data parallelism paradigm in which the mesh is distributed across a number of processes. Each process applies numerical methods identical to those used in a serial solution. Communication between the processes ensures consistency with a serial solution.

This section describes the following: