mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
65 lines
1.5 KiB
HTML
65 lines
1.5 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_MeiLift command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
MeiLift
|
|
);
|
|
MeiLiftProps
|
|
{
|
|
velFieldName "U";
|
|
useSecondOrderTerms;
|
|
interpolation "switch1";
|
|
verbose "switch2";
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>U</I> = name of the finite volume fluid velocity field
|
|
|
|
<LI><I>useSecondOrderTerms</I> = switch to activate second order terms in the lift force model
|
|
|
|
<LI><I>switch1</I> = switch to activate tri-linear interpolation of the flow quantities at the particle position
|
|
|
|
<LI><I>switch2</I> = switch to activate the report of per-particle quantities to the screen
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
MeiLift
|
|
);
|
|
MeiLiftProps
|
|
{
|
|
velFieldName "U";
|
|
useSecondOrderTerms;
|
|
interpolation true;
|
|
verbose true;
|
|
}
|
|
</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 MeiLift model calculates the lift force for each particle based on Loth and Dorgan (2009). In case the keyword "useSecondOrderTerms" is not specified, this lift force model uses the expression of McLaughlin (1991, Journal of Fluid Mechanics 224:261-274).
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>None.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|