mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
41 lines
740 B
HTML
41 lines
740 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_noCouple command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties dictionary.
|
|
</P>
|
|
<PRE>momCoupleModels
|
|
(
|
|
off
|
|
);
|
|
</PRE>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>momCoupleModels
|
|
(
|
|
off
|
|
);
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>The noCouple-model is a dummy momCoupleModel model providing a no momentum source term for the CFD solver.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>Only for solvers that include no momentum exchange, e.g. immersed boundary.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "momCoupleModel.html">momCoupleModel</A>
|
|
</P>
|
|
</HTML>
|