dataExchangeModel

Syntax

Defined in couplingProperties dictionary.

dataExchangeModel model;
  • model = name of data exchange model to be applied

Examples

dataExchangeModel twoWayFiles;
dataExchangeModel twoWaySocket;

Note

The dataExchangeModel twoWaySocket is loaded by default whenever no explicit dataExchangeModel is set by the user.

Description

The data exchange model performs the data exchange between Aspherix® and the cfdemCloud within the CFDEM®coupling toolbox. The exchanged data at least consists of particle positions, radii, velocities and forces.

The twoWaySocket model is considered as the standard model and loaded by default when no other dataExchangeModel is specified by the user.

Restrictions

None.