Files
CFDEMcoupling-PFM/doc/momCoupleModel_implicitCouple.txt
2012-07-17 15:56:10 +02:00

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