Files
CFDEMcoupling-PFM/doc/IOModel_basicIO.txt
danielque 521b95520d update documentation of IO model
document cartesianOutput option
2022-03-22 17:27:29 +01:00

48 lines
1.1 KiB
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
IOModel basicIO command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
IOModel basicIO; :pre
[Examples:]
IOModel basicIO;
serialOutput;
cartesianOutput; :pre
[Description:]
The {basicIO} model writes particle positions, velocities and radii to files.
The default output directory is {$casePath/CFD/proc*/time/lagrangian}.
Using the keyword {serialOutput;} in the
"couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties dictionary,
the IO is serial to the directory {$casePath/CFD/lagrangian}. In this case
only the data on processor 0 is written!
Using the keyword {cartesianOutput;} in the
"couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties dictionary,
particle positions will be written as cartesian coordinates instead of
barycentric coordinates.
Data is written every write time of the CFD simulation.
[Restrictions:]
none
[Related commands:]
"IOModel"_IOModel.html