mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
53 lines
950 B
HTML
53 lines
950 B
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>momCoupleModel_explicitCouple command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>momCoupleModels
|
|
(
|
|
explicitCouple
|
|
);
|
|
explicitCoupleProps
|
|
{
|
|
fLimit vector;
|
|
}
|
|
</PRE>
|
|
<UL><LI><I>vector</I> = limiter vector for explicit force term (default (1e10,1e10,1e10) )
|
|
|
|
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>momCoupleModels
|
|
(
|
|
explicitCouple
|
|
);
|
|
explicitCoupleProps
|
|
{
|
|
fLimit (1e3 1e2 1e4);
|
|
}
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The explicitCouple-model is a momCoupleModel model providing an explicit momentum source term for the CFD solver.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>Only for solvers that include explicit momentum exchange.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "momCoupleModel.html">momCoupleModel</A>
|
|
</P>
|
|
</HTML>
|