mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
46 lines
942 B
Plaintext
46 lines
942 B
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
forceSubModel ImExCorr command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
sub-dictionary of the force model in use.
|
|
|
|
forceSubModels
|
|
(
|
|
ImExCorr;
|
|
);
|
|
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. :pre
|
|
|
|
[Examples:]
|
|
|
|
forceSubModels
|
|
(
|
|
ImExCorr;
|
|
);
|
|
treatExplicit true; // optional for some force models. :pre
|
|
|
|
[Description:]
|
|
|
|
Same as "ImEx"_forceSubModel_ImEx.html, but it additionally reads
|
|
"explicitInterpCorr" to correct the error steming from interpolation of Ufluid
|
|
and averaging of Uparticles.
|
|
|
|
[Restrictions:]
|
|
|
|
none
|
|
|
|
[Related commands:]
|
|
|
|
"forceSubModel"_forceSubModel.html
|
|
|