77 lines
1.9 KiB
HTML
77 lines
1.9 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_virtualMassForce command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
virtualMassForce
|
|
);
|
|
virtualMassForceProps
|
|
{
|
|
velFieldName "U";
|
|
phiFieldName "phi";
|
|
splitUrelCalculation switch1;
|
|
Cadd scalar1;
|
|
treatForceExplicit switch2;
|
|
treatForceDEM switch3;
|
|
interpolation switch4;
|
|
UInterpolationType "type1"
|
|
DDtUInterpolationType "type2"
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>U</I> = name of the finite volume fluid velocity field
|
|
|
|
<LI><I>phi</I> = name of the finite volume flux field
|
|
|
|
<LI><I>switch1</I> = indicator to split calculation of Urel between CFDEM and LIGGGHTS
|
|
|
|
<LI><I>scalar1</I> = scalar value
|
|
|
|
<LI><I>switch2</I> = (optional, default true) sub model switch, see <A HREF = "forceSubModel.html">forceSubModel</A> for details
|
|
|
|
<LI><I>switch3</I> = (optional, default false) sub model switch, see <A HREF = "forceSubModel.html">forceSubModel</A> for details
|
|
|
|
<LI><I>switch4</I> = (optional, default false) sub model switch, see <A HREF = "forceSubModel.html">forceSubModel</A> for details
|
|
|
|
<LI><I>type1</I> = (optional, default cellPointFace) interpolation type for U field
|
|
|
|
<LI><I>type2</I> = (optional, default cellPointFace) interpolation type for ddt(U) field
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
virtualMassForce
|
|
);
|
|
virtualMassForceProps
|
|
{
|
|
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 virtualMassForce model calculates the virtual mass force for each particle.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>Model not validated!
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|