Jacobi | An explicit coupling scheme in which the components are executed in parallel—all components solve at the same time. The solution fields exchanged by each component lags by one coupling step, making this the least robust coupling algorithm. This coupling algorithm should only be used for very weak physics coupling in which solution cost savings can be obtain by executing the solvers in parallel. |
---|
Gauss-Seidel | An explicit coupling scheme in which the components are executed in a sequential manner. Typically one component leads the other component, with one solution lag between the components. This coupling scheme is suitable for weakly coupled physics simulations using small coupling steps. |
---|
Gauss-Seidel-Predictor | An explicit coupling algorithm similar to Gauss-Seidel, with the exception that the lagging
component might provide predictor fields for the next coupling step. This reduces the
solution lag between the components when the solution is sufficiently smooth to
provide accurate predicted values. |
---|
GandC | Specialized coupling algorithm for structure-to-structure coupling. Provides stable coupling by ensuring velocity compatibility at the co-simulation interface, and is solution cost-effective since the components are allowed to use their own time incrementation based on stability. |
---|
Iterative | Implicit iterative coupling scheme suitable for stronger physics coupling. The solutions are iterated at the coupling step to remove any lag between the components. |
---|