noDataExchange
Syntax
Defined in couplingProperties dictionary.
dataExchangeModel noDataExchange;
Examples
dataExchangeModel noDataExchange;
Description
The noDataExchange model deactivates data exchange with the DEM side.
It can be used when running simulations without particles and, hence, in CFD
only mode where no data needs to be exchanged.
This is especially useful when setting up or debugging a case.
This model will try to read the gravitational acceleration from the file
constant/g. If the file is not present, g will be set to zero.
Restrictions
If this model is used no IOModel can be used except noIO.
Home