mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
61 lines
1.4 KiB
HTML
61 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_ArchimedesIB command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
ArchimedesIB
|
|
);
|
|
ArchimedesIBProps
|
|
{
|
|
densityFieldName "density";
|
|
gravityFieldName "gravity";
|
|
voidfractionFieldName "voidfraction";
|
|
};
|
|
</PRE>
|
|
<UL><LI><I>density</I> = name of the finite volume density field
|
|
|
|
<LI><I>gravity</I> = name of the finite volume gravity field
|
|
|
|
<LI><I>voidfraction</I> = name of the finite volume voidfraction field
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>forceModels
|
|
(
|
|
ArchimedesIB
|
|
);
|
|
ArchimedesIBProps
|
|
{
|
|
densityFieldName "rho";
|
|
gravityFieldName "g";
|
|
voidfractionFieldName "voidfractionNext";
|
|
}
|
|
</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 ArchimedesIB model is a model that calculates the ArchimedesIB' volumetric lift force stemming from density difference of fluid and particle. This model is especially suited for resolved CFD-DEM simulations where the particle is represented by immersed boundrary method.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>Only for immersed boundary solvers.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceModel.html">forceModel</A>
|
|
</P>
|
|
</HTML>
|