basicIO
Syntax
Defined in couplingProperties dictionary.
IOModel "basicIO";
Examples
IOModel "basicIO";
Description
The basic IO-model writes particle positions velocities and radii to files.
The default output directory is $casePath/CFD/processor*/<time>/lagrangian.
Using the keyword serialOutput; in couplingProperties IO will be performed
in serial mode and output is written to the directory $casePath/CFD/lagrangian.
Note
In the serial case only the data on processor 0 is written!
Data is written every write time of the CFD simulation as specified in controlDict.
Restrictions
None.
Home