62 lines
1.2 KiB
HTML
62 lines
1.2 KiB
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>forceModel_particleVolume command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
particleVolume
|
|
);
|
|
particleVolumeProps
|
|
{
|
|
verbose switch1;
|
|
writeToFile switch2;
|
|
scale scalar1;
|
|
startTime scalar2;
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>switch1</I> = (optional, default false) switch for output to screen
|
|
|
|
<LI><I>switch2</I> = (optional, default true) switch for output to file
|
|
|
|
<LI><I>scalar1</I> = (optional, default 1) scaling of the particle volume d=dSphere/scale
|
|
|
|
<LI><I>scalar2</I> = (optional, default 0) start time of volume calculation and output
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
particleVolume
|
|
);
|
|
particleVolumeProps
|
|
{
|
|
writeToFile false;
|
|
}
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>This "forceModel" does not influence the particles or the simulation - it is a postprocessing tool! The total volume of the particles is calculated.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>None.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|