mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
63 lines
2.1 KiB
HTML
63 lines
2.1 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_bigParticleVoidFraction command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>voidfractionModel bigParticle;
|
|
bigParticleProps
|
|
{
|
|
maxCellsPerParticle number1;
|
|
alphaMin number2;
|
|
weight number3;
|
|
porosity number4;
|
|
}
|
|
</PRE>
|
|
<UL><LI><I>number1</I> = maximum number of cells covered by a particle (search will fail when more than <I>number1</I> cells are covered by the particle)
|
|
|
|
<LI><I>number2</I> = minimum limit for voidfraction
|
|
|
|
<LI><I>number3</I> = (optional) scaling of the particle volume to account for porosity or agglomerations.
|
|
|
|
<LI><I>number4</I> = (optional) diameter of the particle's representation is artificially increased according to <I>number2</I> * Vparticle, volume remains unaltered!
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>voidfractionModel bigParticle;
|
|
bigParticleProps
|
|
{
|
|
maxCellsPerParticle 1000;
|
|
alphaMin 0.10;
|
|
weight 1.;
|
|
porosity 5.0;
|
|
}
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The bigParticle voidFraction model is supposed to be used when a particle (or its representation) is bigger than a CFD cell. The voidfraction field is set in those cell whose centres are inside the particle which results in a stairstep representation of the bodies within the mesh (i.e. voidfraction is either 1 (fluid) of zero (solid)). For archiving accurate results, approx. 8 cells per particle diameter are necessary.
|
|
</P>
|
|
<P>The region of influence of a particle can be increased artificially by "porosity", which blows up the particles, but keeps their volume (for voidfraction calculation) constant.
|
|
</P>
|
|
<P>The particle volume occupied in the CFD domain can be adjusted by the parameter "weight", using Vparticle=dsphere^3*pi/6*weight.
|
|
</P>
|
|
<P>Parts of this sub-model contributed by Alice Hager, JKU.
|
|
</P>
|
|
<P><B>Restrictions:</B> none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "voidfractionModel.html">voidfractionModel</A>
|
|
</P>
|
|
</HTML>
|