53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
.. index:: dataExchangeModel
|
|
|
|
dataExchangeModel command
|
|
=========================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
Defined in couplingProperties dictionary.
|
|
|
|
.. parsed-literal::
|
|
|
|
dataExchangeModel model;
|
|
|
|
* model = name of data exchange model to be applied
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
dataExchangeModel twoWayFiles;
|
|
dataExchangeModel twoWayMPI;
|
|
|
|
.. note::
|
|
|
|
This examples list might not be complete - please look for other models (dataExchangeModel_XY) in this documentation.
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
The data exchange model performs the data exchange between LIGGGHTS® and the cfdemCloud within CFDEM®coupling toolbox. The exchanged data at least consits of positions, radii, velocities and forces.
|
|
|
|
The twoWayMPI model is considered as the standard model, whereas the file-exchange is much slower and its purpose is debugging.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
|
|
None.
|
|
|
|
Related commands
|
|
""""""""""""""""
|
|
|
|
:doc:`noDataExchange <dataExchangeModel_noDataExchange>`, :doc:`oneWayVTK <dataExchangeModel_oneWayVTK>`, :doc:`twoWayFiles <dataExchangeModel_twoWayFiles>`, :doc:`twoWayMPI <dataExchangeModel_twoWayMPI>`
|
|
|
|
**Default:** none
|
|
|
|
|
|
.. _liws: http://www.cfdem.com
|
|
.. _ld: Manual.html
|
|
.. _lc: Section_commands.html#comm
|