Files
CFDEMcoupling-PFM/doc/probeModel_noProbe.html
2013-11-25 10:56:57 +01:00

49 lines
953 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>probeModel_noProbe command
</H3>
<P><B>Syntax:</B>
</P>
<P>To be activated via couplingProperties dictionary.
</P>
<PRE>particleIDsToSample (ID1 ID2 ID3 ...);
forceModels
{
myForceModel1
myForceModel2
myForceModel3
};
</PRE>
<P><B>Examples:</B>
</P>
<PRE>probeModel noProbe;
</PRE>
<P>Alternatively use:
</P>
<PRE>probeModel off;
</PRE>
<P>Note: This examples list might not be complete - please check below for the list of force models that can perform particle probing.
</P>
<P><B>Description:</B>
</P>
<P>Does not perform any probing.
</P>
<P><B>Restrictions:</B>
</P>
<P>None.
</P>
<P><B>Related commands which are currently enabled for particle probing:</B>
</P>
<P><A HREF = "probeModel_particleProbe.html">particleProbe</A>
</P>
<P><B>Default:</B> none.
</P>
</HTML>