mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
49 lines
791 B
Plaintext
49 lines
791 B
Plaintext
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(lc,CFDEMcoupling_Manual.html#comm)
|
|
|
|
:line
|
|
|
|
momCoupleModel_explicitCouple command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in 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
|
|
|