chemistryModel massTransferCoeff command

Syntax

Defined in couplingProperties dictionary.

chemistryModels
(
    massTransferCoeff
);
massTransferCoeffProps
{
    verbose         switch1;
}
  • switch1 = (optional, default false) flag to output verbose information

Examples

chemistryModels
(
    massTransferCoeff
);
massTransferCoeffProps
{
     verbose        false;
}

Description

The chemistry model performs the calculation of chemical reactional effects acting on each DEM particle. The coefficients needed to calculate the mass transfer coefficients are transferred to the DEM side, where it is used in the fix chem/shrink/core module.

Restrictions

The species model needs to be active.