mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
liggghtsCommandModel writeLiggghts command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in liggghtsCommmands dictionary.
|
|
|
|
liggghtsCommandModels
|
|
(
|
|
writeLiggghts
|
|
);
|
|
//- optional
|
|
writeLiggghtsProps
|
|
\{
|
|
writeLast switch1;
|
|
writeName "name";
|
|
overwrite switch2;
|
|
verbose;
|
|
\} :pre
|
|
|
|
{switch1} = switch (choose on/off) to select if only last step is stored or every write step (default on). :ulb,l
|
|
{name} = name of the restart file to be written in /$caseDir/DEM/ default (default "liggghts.restartCFDEM") :l
|
|
{switch2} = switch (choose on/off) to select if only one restart file $name or many files $name_$timeStamp are written (default off):l
|
|
{verbose} = (default off) for verbose run :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
liggghtsCommandModels
|
|
(
|
|
runLiggghts
|
|
writeLiggghts
|
|
); :pre
|
|
|
|
[Description:]
|
|
|
|
The liggghtsCommand models can be used to execute a LIGGGHTS command during a CFD write. The "writeLiggghts" command executes the command "write_restart $name", where $name is the name of the restart file, every write step.
|
|
|
|
[Restrictions:] None.
|
|
|
|
[Related commands:]
|
|
|
|
"liggghtsCommandModel"_liggghtsCommandModel.html
|
|
|