Coupler
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Liquid.Transfer.Coupler
Description
The component calculates the molar flow rates for all species according to
for
independent mass transfer processes. The exchange rates
are
provided by physical signals attached to the respective input port.
Thus, it is possible to model mass transfer processes between phases
belonging to the same interface domain.
Since for every mass transfer process under consideration only one
species per domain is involved, only one respective stoichiometric
coefficient for the
exchange rate is different from
zero. Using this criterion the relevant data are extracted for
calculating the number of sites involved.
Ports
Conserving
Liquid conserving port
Port_B = Liquid; %
Input
Physical signal that represents the area
A = {0,'l'}; % ADependencies: The port is only visible when
rateReferenceis set toArea.Physical signal that represents the exchange rate
r = {zeros(M,1),'mol/(cm^2*s)'};
Outputs
Physical signal that represents the concentrations of all species
c_out = {zeros(M,1),'mol/l'}; % cNote The activity coefficients are implicitly accounted for.
Physical signal that represents the mole fractions of all species
x_out = {zeros(M,1),'1'}; % x
Parameters
Options
Option to select area input
areaInput = OnOff.Off;
On|OffOption to select the definition of the reaction rate
formulated = RateFormulatedInTermsOf.Concentrations;
ConcentrationsMoleFractions
Geometry
Area
A0 = {0,'m^2'};The parameter is only visible when the option
areaInputis set
Stoichiometry
Number of transfer rates
M = {1,'1'};Stoichiometric Coefficients
nu = {[-1 0],'1'};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
![]() |
area |
![]() |
molar flow rate of species Ai |
![]() |
total number of species |
![]() |
reaction rate |
![]() |
stoichiometric coefficient of species Ai in the process |




