DiffusionS
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Interface.Transport.DiffusionS
The component generates the diffusional fluxes for Stefan-Maxwell surface diffusion (Ross Taylor and R. Krishna, 1993) due to gradients in surface concentrations.
Note: The fluxes are based on the interface width. Thus, the molar flow rates become
Ports
Conserving
Interface conserving port
Port_A = Interface; %
Interface conserving port
Port_B = Interface; %
Input
Physical signal that represents the interface width
wIn = {0,'m'};Dependencies: The port is only visible when
wInputOutputis set toInput.
Output
Physical signal that represents the interface width
wOut = {0,'m'};Dependencies: The port is only visible when
wInputOutputis set toOutput.
Parameters
Options
Option to select interface width input/output
wInputOutput = InOut.Off;
Input | =Output|Off
Geometry
Interface width
w0 = {1,'m'};Dependencies: The port is only visible when
wInputOutputis set toOff.Transport Distance
delta = {1.0e-03,'m'};
Mass Transport
Counter-Sorption Diffusion Coefficients
Dsbin = {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.
Surface Diffusion Coefficients
Ds = {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.
Nomenclature
![]() |
binary counter sorption diffusion coefficient |
![]() |
surface diffusion coefficient of species Ai |
![]() |
molar flow rate of species Ai |
![]() |
diffusional flux of species Ai |
![]() |
total number of species |
![]() |
interface velocity |
![]() |
interface width |
![]() |
impact parameter |
![]() |
surface concentration of species Ai |
![]() |
surface converage of species Ai |
Bibliography
Ross Taylor and R. Krishna (1993). Multicomponent Mass Transfer, Wiley.









