DustyGas
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Gas.Transport.DustyGas
Description
The component generates the diffusional fluxes according to the dusty-gas model (Frerich Keil, 1999) due to partial pressure gradients.
using averaged mole fractions
.
The energy flow rate is determined as
with
The positive direction for the fluxes is from port A to port B.
Ports
Conserving
Gas conserving port
Port_A = Gas; %
Gas conserving port
Port_B = Gas; %
Input
Physical signal that controls the cross sectional area
Ain = {0,'m^2'};Dependencies: The port is only visible when the option
areaInputis set toOn.
Parameters
Options
Option to select area input
areaInput = OnOff.Off;
Off|OnOption to select porosity input
porosityInput = OnOff.Off;
Off|On
Geometry
Cross sectional area
A0 = {1,'m^2'};Dependencies: The parameter is only visible when the option
areaInputis set toOff.Transport distance
delta = {1.0e-03,'m'};
Mass Transport
Stefan-Maxwell diffusion coefficients
Dbin = {ones(2,2),'m^2/s'};Note Initially only two species are considered. As the number of species can be changed via the properties dialogue, the size of the array must be adjusted accordingly.
Knudsen diffusion coefficients
Dk = {1.0e-06*ones(2,1),'m^2/s'};Note Initially only two species are considered. As the number of species can be changed via the properties dialogue, the size of the array must be adjusted accordingly.
Void Fraction
epsp = {1,'1'};Tortuosity Factor
tau = {1,'1'};
Nomenclature
![]() |
binary Stefan-Maxwell diffusion coefficient |
![]() |
Knudsen diffusion coefficient of species Ai |
![]() |
molar flow rate of species Ai |
![]() |
molar enthalpy of species Ai |
![]() |
departure enthalpy of the mixture |
![]() |
diffusional flux of species Ai |
![]() |
total number of species |
![]() |
pressure |
![]() |
universal gas constant |
![]() |
time |
![]() |
temperature |
![]() |
mole fraction of species Ai |
![]() |
energy flow rate |
![]() |
void fraction |
![]() |
tortuosity factor |
Bibliography
Frerich Keil (1999). Diffusion und Chemische Reaktionen in der Gas-Feststoff-Katalyse, Springer Berlin.














