OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
coupling_factory.h File Reference
#include "coupling.h"

Go to the source code of this file.

Functions

CouplingAdaptercreateCouplingAdapter ()

Function Documentation

◆ createCouplingAdapter()

CouplingAdapter * createCouplingAdapter ( )

Definition at line 34 of file coupling_factory.cpp.

34 {
35#ifdef WITH_PRECICE
36 return new PreciceCouplingAdapter();
37#elif defined(WITH_CWIPI)
38 return new CwipiCouplingAdapter();
39#else
40 return new DummyCouplingAdapter();
41#endif
42}