mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
47 lines
1.0 KiB
HTML
47 lines
1.0 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>forceSubModel_ImExCorr command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<P>Defined in couplingProperties sub-dictionary of the force model in use.
|
|
</P>
|
|
<P>forceSubModels
|
|
(
|
|
ImExCorr;
|
|
);
|
|
</P>
|
|
<P>treatExplicit true; // optional for some force models.
|
|
treatDEM true; // optional for some force models.
|
|
implDEM true; // optional for some force models.
|
|
explicitInterpCorr true; // optional for some force models.
|
|
</P>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<P>forceSubModels
|
|
(
|
|
ImExCorr;
|
|
);
|
|
treatExplicit true; // optional for some force models.
|
|
</P>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P> Same as ImEx, but it additionally reads "explicitInterpCorr" to correct the error steming from interpolation of Ufluid and averaging of Uparticles.
|
|
</P>
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>none.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "forceSubModel.html">forceSubModel</A>
|
|
</P>
|
|
</HTML>
|