CFDEMproject WWW Site - CFDEM Commands

chemistryModel_diffusionCoefficients command

Syntax:

Defined in couplingProperties dictionary.

chemistryModels
(
    diffusionCoefficients
);
diffusionCoefficientsProps
{
    verbose			switch1;        
    ChemistryFile 		"$casePath/CFD/constant/foam.inp";
     diffusantGasNames          ( speciesNames ); 
}; 
  • switch1 = (optional, normally off) flag to give information

    Examples:

    chemistryModels	
    (
        diffusionCoefficients
    );
    speciesProps
    {
        verbose			false;        
        ChemistryFile 		"$casePath/CFD/constant/foam.inp";
        diffusantGasNames       (    CO
                                     H2
                                ); 
    } 
    

    Description:

    The chemistry model performs the calculation of chemical reactional effects acting on each DEM particle. The diffusionCoefficients model activates the binary molecular diffusion calculation of the reacting species using the Fuller-Schettler-Giddings correlation.

    Restrictions:

    Species model needs to be active.

    Related commands:

    chemistryModel