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