GLE
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Liquid.Transfer.GLE
Description
The component determines the molar flow rates of all species in the
respective liquid and gas phase due to
individual gas-liquid
equilibria (GLE).
The
dissolution is modelled as reversible reaction
between the respective species in both domains.
Since for every equilibrium under consideration only one species per
domain is involved, only one respective stoichiometric coefficient in
the
mass transfer rate is different from zero. Using this
criterion the relevant data are extracted and used in calculating
the sorption rate.
The mass transfer rate is given as
Variables
The molar rates for both domains are given as
and the energy flow rates
Note The heat of dissolution is solely attributed to the liquid domain. Thus, a convective heat transport block with appropriate parameter values should be added in the model to achieve thermal equilibrium in both phases.
Ports
Conserving
Liquid conserving port
Port_B_L = Liquid; %
Gas conserving port
Port_B_G = Gas; %
Input
Physical signal that represents the surface area
Ain = {0,'m^2'};Dependencies: The port is only visible when
areaInputis set toOn.
Parameters
Options
Option to select area input
areaInput = OnOff.Off;
Off|On
Geometry
Surface Area
A0 = {0,'cm^2'};Dependencies: The parameter is only visible when the option
areaInputis set toOff.
Stoichiometry
Stoichiometric coefficients for liquid domain
nu_L = {[-1;0],'1'};Note Initially only one equilibrium is considered. When the number of individual equilibria is increased, the size of the array must be adjusted accordingly.
Stoichiometric coefficients for gas domain
nu_G = {[1;0],'1'};Note Initially only one equilibrium is considered. When the number of individual equilibria is increased, the size of the array must be adjusted accordingly.
Thermodynamics
Temperature table
table_T = {[273,400],'K'};Table of Henry coefficients as a function of temperature
table_Henry = {zeros(2,2),'bar'};Note The table contains values for all species present in the gas/liquid system. Initially, only two species are considered. When the number of species is increased, the size of the array must be adjusted accordingly.
Table of dissolution enthalpies
table_dHs = {zeros(2,2),'kJ/mol'}; % Enthalpy of Dissolution TableNote The table contains values for all species present in the gas/liquid system. Initially, only two species are considered. When the number of species is increased, the size of the array must be adjusted accordingly.
Kinetics
Rate constants
k = {0,'mol/(m^2*s)'};Note Initially only one equilibrium is considered. When the number of individual equilibria is increased, the size of the array must be adjusted accordingly.
Nomenclature
![]() |
area |
![]() |
molar flow rate of species Ai |
![]() |
molar enthalpy of species Ai |
![]() |
enthalpy of dissolution |
![]() |
Henry coefficient |
![]() |
equilibrium constant |
![]() |
rate constant |
![]() |
total number of species |
![]() |
number of equlibria |
![]() |
pressure |
![]() |
mass transfer rate |
![]() |
universal gas constant |
![]() |
temperature |
![]() |
mole fraction of species Ai |
![]() |
energy flow rate |
![]() |
activity coefficient of species Ai |
![]() |
fugacity coefficient of species Ai |















