Files
CFDEMcoupling-PFM/doc/liggghtsCommandModel_writeLiggghts.txt
2012-07-17 15:56:10 +02:00

49 lines
1.2 KiB
Plaintext

"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:line
liggghtsCommandModel_writeLiggghts command :h3
[Syntax:]
Defined in liggghtsCommmands dictionary.
liggghtsCommandModels
(
writeLiggghts
);
//- optional
writeLiggghtsProps
\{
writeLast switch1;
writeName "name";
overwrite switch2;
\} :pre
{switch1} = switch (choose on/off) to select if only last step is stored or every write step. "off" is not recommended (DEM data might get lost) :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 :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