mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
51 lines
832 B
Plaintext
51 lines
832 B
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
momCoupleModel explicitCouple command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
momCoupleModels
|
|
(
|
|
explicitCouple
|
|
);
|
|
explicitCoupleProps
|
|
\{
|
|
fLimit vector;
|
|
\} :pre
|
|
|
|
{vector} = limiter vector for explicit force term (default (1e10,1e10,1e10) ) :ulb,l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
momCoupleModels
|
|
(
|
|
explicitCouple
|
|
);
|
|
explicitCoupleProps
|
|
\{
|
|
fLimit (1e3 1e2 1e4);
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The {explicitCouple} model is a momCoupleModel model providing an explicit
|
|
momentum source term for the CFD solver.
|
|
|
|
[Restrictions:]
|
|
|
|
Only for solvers that include explicit momentum exchange.
|
|
|
|
[Related commands:]
|
|
|
|
"momCoupleModel"_momCoupleModel.html
|
|
|