mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
chemistryModel reactantPerParticle command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
chemistryModels
|
|
(
|
|
reactantPerParticle
|
|
);
|
|
reactantPerParticleProps
|
|
\{
|
|
voidfractionFieldName "voidfraction";
|
|
Nevery number1;
|
|
\} :pre
|
|
|
|
{voidfraction} = (optional, default "voidfraction") name of the finite volume void fraction field :l
|
|
{number1} = (optional, default 1) number to adjust execution interval :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
chemistryModels
|
|
(
|
|
reactantPerParticle
|
|
);
|
|
reactantPerParticleProps
|
|
\{
|
|
voidfractionFieldName "voidfraction";
|
|
Nevery 1;
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The chemistry model performs the calculation of chemical reactional effects
|
|
acting on each DEM particle. The reactantPerParticle model is the model to
|
|
communicate the available reactant per particle.
|
|
|
|
[Restrictions:]
|
|
|
|
none
|
|
|
|
[Related commands:]
|
|
|
|
"chemistryModel"_chemistryModel.html
|
|
|