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

45 lines
864 B
HTML

<HTML>
<CENTER><A HREF = "http://www.cfdem.com">CFDEMproject WWW Site</A> - <A HREF = "CFDEMcoupling_Manual.html#comm">CFDEM Commands</A>
</CENTER>
<HR>
<H3>liggghtsCommandModel command
</H3>
<P><B>Syntax:</B>
</P>
<P>Defined in liggghtsCommmands dictionary.
</P>
<PRE>liggghtsCommandModels
(
model_x
model_y
);
</PRE>
<UL><LI>model = name of the liggghtsCommandModel to be applied
</UL>
<P><B>Examples:</B>
</P>
<PRE>liggghtsCommandModels
(
runLiggghts
writeLiggghts
);
</PRE>
<P>Note: This examples list might not be complete - please look for other models (liggghtsCommandModel_XY) in this documentation.
</P>
<P><B>Description:</B>
</P>
<P>The liggghtsCommandModel is the base class to execute DEM commands within a CFD run.
</P>
<P><B>Restrictions:</B>
</P>
<P>Works only with MPI coupling.
</P>
<P><B>Default:</B> none.
</P>
</HTML>