Files
CFDEMcoupling-PFM/doc/liggghtsCommandModel_runLiggghts.txt
2018-07-18 13:50:07 +02:00

42 lines
1.0 KiB
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
liggghtsCommandModel runLiggghts command :h3
[Syntax:]
Defined in liggghtsCommmands dictionary.
liggghtsCommandModels
(
runLiggghts
);
//- optional
runLiggghtsProps
\{
preNo true;
verbose; (optional)
\} :pre
[Examples:]
liggghtsCommandModels
(
runLiggghts
); :pre
[Description:]
The liggghtsCommand models can be used to execute a LIGGGHTS command during a CFD run. The "runLiggghts" command executes the command "run $nrDEMsteps", where $nrDEMsteps is automatically set according to the coupling intervals, every coupling step. Optionally a dictionary called runLiggghtsProps can be specified where the "preNo" switch can be set, which uses the command "run $nrDEMsteps pre no" for every time step except the first.
[Restrictions:] Warning: the "pre no" option can cause troubles (dump data of particles changing the domain might be erroneous)!
[Related commands:]
"liggghtsCommandModel"_liggghtsCommandModel.html