GLE

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Liquid.Transfer.GLE

Partition.svg

Description

The component determines the molar flow rates of all species in the respective liquid and gas phase due to \(M\) individual gas-liquid equilibria (GLE).

The \(j^{th}\) dissolution is modelled as reversible reaction between the respective species in both domains.

\begin{equation*}
A_{i}^{G} \rightleftharpoons A_{k}^{L}
\qquad \text{für} \qquad
j = 1,\cdots,M
\end{equation*}

Since for every equilibrium under consideration only one species per domain is involved, only one respective stoichiometric coefficient in the \(j^{th}\) 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

\begin{equation*}
r_{j} = k \, \left(\frac{\varphi_{j} \, y_{j} \, p}{H_{j}}-\gamma_{j} \, x_{j} \right)
\end{equation*}

Variables

The molar rates for both domains are given as

\begin{equation*}
F_{i}^{G} = A \, \sum_{j}^{M} \nu_{ij}^{G} \, r_{j}
\end{equation*}
\begin{equation*}
F_{i}^{L} = A \, \sum_{j}^{M} \nu_{ij}^{L} \, r_{j}
\end{equation*}

and the energy flow rates

\begin{equation*}
\Phi^{G} = \sum_{i}^{N} F_{i}^{G} \, {\overline H}_{i}^{G} 
\end{equation*}
\begin{equation*}
\Phi^{L} = \sum_{i}^{N} F_{i}^{L} \, {\overline H}_{i}^{L} +
A \, \sum_{j}^{M} \Delta_{s} H_{j} \, r_{j}
\end{equation*}

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 areaInput is set to On.

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 areaInput is set to Off.

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 Table
    

    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.

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

\(A\) area
\(F_{i}\) molar flow rate of species Ai
\({\Delta_{f} H}\) molar enthalpy of species Ai
\(\Delta_{s} H\) enthalpy of dissolution
\(H\) Henry coefficient
\(K\) equilibrium constant
\(k\) rate constant
\(N\) total number of species
\(M\) number of equlibria
\(p\) pressure
\(r\) mass transfer rate
\(R\) universal gas constant
\(T\) temperature
\(x_{i}\) mole fraction of species Ai
\(\Phi\) energy flow rate
\(\gamma\) activity coefficient of species Ai
\(\varphi\) fugacity coefficient of species Ai