mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
48 lines
1.1 KiB
Plaintext
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
|
|
|