mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
37 lines
829 B
HTML
37 lines
829 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>clockModel command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>clockModel model;
|
|
</PRE>
|
|
<UL><LI>model = name of the clockModel to be applied
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>clockModel standardClock;
|
|
</PRE>
|
|
<P>Note: This examples list might not be complete - please look for other models (clockModel_XY) in this documentation.
|
|
</P>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The clockModel is the base class for models to examine the code/algorithm with respect to run time.
|
|
</P>
|
|
<P>Main parts of the clockModel classes are written by Josef Kerbl, JKU.
|
|
</P>
|
|
<P><B>Restrictions:</B> none.
|
|
</P>
|
|
<P><B>Default:</B> none.
|
|
</P>
|
|
</HTML>
|