CFDEMproject WWW Site - CFDEM Commands
chemistryModel_species command
Syntax:
Defined in couplingProperties dictionary.
chemistryModels
(
species
);
speciesProps
{
ChemistryFile "$casePath/CFD/constant/foam.inp";
verbose switch1;
tempFieldName "T";
densityFieldName "rho"
voidfractionFieldName "voidfraction"
totalMoleFieldName "molarConc"
partTempName "partTemp"
partRhoName "partRho"
};
- ChemistryFile = path to file, where the reacting species are listed
- T = name of the finite volume temperature field, it is already added in default and doesn't need to be specified if name is the same
- rho = name of the finite volume density field, it is already added in default and doesn't need to be specified if name is the same
- voidfraction = name of the finite volume voidfraction field, it is already added in default and doesn't need to be specified if name is the same
- molarConc = name of the finite volume molar concentration field, it is already added in default and doesn't need to be specified if name is the same
- partTemp = name of the finite volume cell averaged particle temperature field, it is already added in default and doesn't need to be specified if name is the same
- partRho = name of the finite volume cell averaged density temperature field, it is already added in default and doesn't need to be specified if name is the same
- switch1 = (optional, normally off) flag to give information
Examples:
chemistryModels
(
species
);
speciesProps
{
ChemistryFile "$casePath/CFD/constant/foam.inp";
verbose false;
}
Description:
The chemistry model performs the calculation of chemical reactional effects acting on each DEM particle. The species model is the model, where the specified species fields (from the foam.inp folder) are intialized, and information such as temperature, density, molar concentration and more importantly the molar fractions are transferred to DEM side.
Restrictions:
none.
Related commands:
chemistryModel