mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
1.6 KiB
HTML
55 lines
1.6 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>voidfractionModel_GaussVoidFraction command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>voidfractionModel Gauss;
|
|
GaussProps
|
|
{
|
|
maxCellsPerParticle number1;
|
|
alphaMin number2;
|
|
scaleUpVol number3;
|
|
}
|
|
</PRE>
|
|
<UL><LI><I>number1</I> = max number of cells covered by a partilce (search will fail when more than <I>number1</I> cells are covered by the particle)
|
|
|
|
<LI><I>number2</I> = mininmum limit for voidfraction
|
|
|
|
<LI><I>number3</I> = diameter of the particle's representation is artificially increased according to <I>number3</I> * Vparticle, volume remains unaltered!
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>voidfractionModel Gauss;
|
|
GaussProps
|
|
{
|
|
maxCellsPerParticle 1000;
|
|
alphaMin 0.10;
|
|
scaleUpVol 5.0;
|
|
}
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The Gauss voidFraction model is supposed to be used when a particle (or it's representation) is bigger than a CFD cell. The voidfraction field is set in those cell whose centres are inside the particle. The volume is here distributed according to a Gaussian dirstibution.
|
|
</P>
|
|
<P>The region of influence of a particle can be increased artificially by "scaleUpVol", which blows up the particles, but keeps their volume (for voidfraction calculation) constant.
|
|
</P>
|
|
<P><B>Restrictions:</B> none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "voidfractionModel.html">voidfractionModel</A> , <A HREF = "voidFractionModel_bigParticleVoidFraction.html">bigParticle</A>
|
|
</P>
|
|
</HTML>
|