mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(lc,CFDEMcoupling_Manual.html#comm)
|
|
|
|
:line
|
|
|
|
momCoupleModel_implicitCouple command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in couplingProperties dictionary.
|
|
|
|
momCoupleModels
|
|
(
|
|
implicitCouple
|
|
);
|
|
implicitCoupleProps
|
|
\{
|
|
velFieldName "U";
|
|
granVelFieldName "Us";
|
|
voidfractionFieldName "voidfraction";
|
|
\} :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
{Us} = name of the finite volume granular velocity field :l
|
|
{voidfraction} = name of the finite volume voidfraction field :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
momCoupleModels
|
|
(
|
|
implicitCouple
|
|
);
|
|
implicitCoupleProps
|
|
\{
|
|
velFieldName "U";
|
|
granVelFieldName "Us";
|
|
voidfractionFieldName "voidfraction";
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The implicitCouple-model is a momCoupleModel model providing an implicit momentum source term for the CFD solver.
|
|
|
|
[Restrictions:]
|
|
|
|
Only for solvers that include implicit momentum exchange.
|
|
|
|
[Related commands:]
|
|
|
|
"momCoupleModel"_momCoupleModel.html
|
|
|