what are "set","total","noBlanks", "slash" in LiggghtsCommands dictonary

Submitted by yyu on Tue, 08/06/2013 - 15:29

Hello everyone,

I have a problem about the document of LiggghtsCommands in the constant folder. I can search the liggghtsCommandModels and execute files from the CFDEM folder or liggghts one. But I cannot get any clue about "set","total","noBlanks", "slash" in executeProps 1. Are they the command from the ubuntu system? or or opencode? any comments will be appreciated. thanks in advanced.

yyu

cgoniva's picture

cgoniva | Thu, 10/24/2013 - 16:59

Hi yyu,

liggghtsCommandModels have the purpose to execute liggghts commands during a coupled run (e.g. insert particles during a coupled run).
The execute model is a generic model which you can use to "build" a command word by word.
Some words are "keywords" such as "noBlanks" or "blanks". It is somehow clunky but very versatile.
For a std. run or saving liggghts data there are dedicated models which do not need further input.
Cheers,
Chris

mouse19529 | Sat, 03/17/2018 - 17:53

Hi Chirs,

I am confusing about the execute commands.
I want how to input some Liggghts command like:

if "1.<2." then "print 3."

to the liggghtsCommandModels?