mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
69 lines
1.7 KiB
HTML
69 lines
1.7 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_GidaspowDrag command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
GidaspowDrag
|
|
);
|
|
GidaspowDragProps
|
|
{
|
|
velFieldName "U";
|
|
voidfractionFieldName "voidfraction";
|
|
granVelFieldName "Us";
|
|
phi "scalar";
|
|
interpolation switch1;
|
|
implForceDEM switch2;
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>U</I> = name of the finite volume fluid velocity field
|
|
|
|
<LI><I>voidfraction</I> = name of the finite volume voidfraction field
|
|
|
|
<LI><I>Us</I> = name of the finite volume cell averaged particle velocity field
|
|
|
|
<LI><I>phi</I> = drag correction factor (in doubt 1)
|
|
|
|
<LI><I>switch1</I> = (optional, normally off) flag to use interpolated voidfraction and fluid velocity values
|
|
|
|
<I>switch2</I> = (optional, normally off) flag to use implicit formulation of drag on DEM side:l
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
GidaspowDrag
|
|
);
|
|
GidaspowDragProps
|
|
{
|
|
velFieldName "U";
|
|
voidfractionFieldName "voidfraction";
|
|
granVelFieldName "Us";
|
|
}
|
|
</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 GidaspowDrag model is a model that calculates the particle based drag force following the correlation of Gidaspow which is a combination of Ergun (1952) and Wen & Yu (1966) (see Zhu et al. (2007): "Discrete particle simulation of particulate systems: Theoretical developments", ChemEngScience).
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|