Files
CFDEMcoupling-PFM/doc/chemistryModel.txt
danielque 4c785b952d [DOC] update chemistryModels docs
dictionary syntax for chemistry models has changed
2018-10-05 16:50:08 +02:00

53 lines
1.0 KiB
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
chemistryModels command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
chemistryModels
(
model_x
model_y
); :pre
model = name of chemistry model to be applied :ul
[Examples:]
chemistryModels
(
species
diffusionCoefficients
massTransferCoeff
); :pre
[Description:]
The chemistry model initializes the required fields for the calculation of molar
fractions, determines the diffusion coefficients of the gaseous reactants,
calculates the necessary coefficients for the calculation of a mass transfer
coefficient. All models are executed sequentially. These values are used in the
DEM calculation of particle reduction models.
[Restrictions:]
none
[Related commands:]
"diffusionCoefficient"_chemistryModel_diffusionCoefficients.html,
"massTransferCoeff"_chemistryModel_massTransferCoeff.html,
"species"_chemistryModel_species.html
[Default:]
none