Files
CFDEMcoupling-PFM/doc/forceModel_SchillerNaumannDrag.html
Christoph Goniva, DCS Computing GmbH 409283acc3 release on 2014-11-10_07-57-15
2014-11-10 07:57:15 +01:00

53 lines
1023 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_SchillerNaumannDrag command
</H3>
<P><B>Syntax:</B>
</P>
<P>Defined in couplingProperties dictionary.
</P>
<PRE>forceModels
(
SchillerNaumannDrag
);
SchillerNaumannDragProps
{
velFieldName "U";
};
</PRE>
<UL><LI><I>U</I> = name of the finite volume fluid velocity field
</UL>
<P><B>Examples:</B>
</P>
<PRE>forceModels
(
SchillerNaumannDrag
);
SchillerNaumannDragProps
{
velFieldName "U";
}
</PRE>
<P><B>Description:</B>
</P>
<P>The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The SchillerNaumannDrag model is a model that calculates the particle based drag force following the correlation of Schiller and Naumann.
</P>
<P><B>Restrictions:</B>
</P>
<P>none.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "forceModel.html">forceModel</A>
</P>
</HTML>