mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
48 lines
829 B
HTML
48 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>forceModel_dSauter command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
dSauter
|
|
);
|
|
dSauterProps
|
|
{
|
|
coarseGrainingFactors
|
|
(
|
|
X Y Z
|
|
);
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>coarseGrainingFactors</I> = list of coarse graining factors by type, separated by whitespace, optional
|
|
|
|
|
|
</UL>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>This "forceModel" does not influence the particles or the flow - it calculates the Sauter diameter
|
|
</P>
|
|
<CENTER><IMG SRC = "Eqs/d32.png">
|
|
</CENTER>
|
|
<P>.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A></P>
|
|
</HTML>
|