Files
CFDEMcoupling-PFM/doc/chemistryModel_diffusionCoefficients.html
2018-06-29 15:14:19 +02:00

63 lines
1.5 KiB
HTML

<HTML>
<CENTER><A HREF = "http://www.cfdem.com">CFDEMproject WWW Site</A> - <A HREF = "CFDEMcoupling_Manual.html#comm">CFDEM Commands</A>
</CENTER>
<HR>
<H3>chemistryModel_diffusionCoefficients command
</H3>
<P><B>Syntax:</B>
</P>
<P>Defined in couplingProperties dictionary.
</P>
<PRE>chemistryModels
(
diffusionCoefficients
);
diffusionCoefficientsProps
{
verbose switch1;
ChemistryFile "$casePath/CFD/constant/foam.inp";
diffusantGasNames ( speciesNames );
};
</PRE>
<LI><I>switch1</I> = (optional, normally off) flag to give information
<UL><LI><I>ChemistryFile</I> = path to file, where the reacting species are listed
<LI><I>diffusantGasNames</I> = list of gas field names that are the reactant gases
</UL>
<P><B>Examples:</B>
</P>
<PRE>chemistryModels
(
diffusionCoefficients
);
speciesProps
{
verbose false;
ChemistryFile "$casePath/CFD/constant/foam.inp";
diffusantGasNames ( CO
H2
);
}
</PRE>
<P><B>Description:</B>
</P>
<P>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.
</P>
<P><B>Restrictions:</B>
</P>
<P>Species model needs to be active.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "chemistryModel.html">chemistryModel</A>
</P>
</HTML>