62 lines
1.4 KiB
HTML
62 lines
1.4 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_Archimedes command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
Archimedes
|
|
);
|
|
ArchimedesProps
|
|
{
|
|
gravityFieldName "gravity";
|
|
twoDimensional;
|
|
suppressProbe switch1;
|
|
treatForceDEM switch2;
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>gravity</I> = name of the finite volume gravity field
|
|
|
|
<LI><I>twoDimensional</I> = optional keyword for conducting a two dimensional calculation
|
|
|
|
<LI><I>switch1</I> = (optional, default false) can be used to suppress the output of the probe model
|
|
|
|
<LI><I>switch2</I> = (optional, default true) sub model switch, see <A HREF = "forceSubModel.html">forceSubModel</A> for details
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
Archimedes
|
|
);
|
|
ArchimedesProps
|
|
{
|
|
gravityFieldName "g";
|
|
}
|
|
</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 Archimedes model is a model that calculates the Archimedes' volumetric lift force stemming from density difference of fluid and particle.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|