Use of Connectors V – Connecting Condenser, Trays, and Reboiler with Different Naming Policies

This tutorial demonstrates how to connect a couple of different equation systems to one larger equation for an application in chemical engineering. Here, we have three equation systems for condenser, tray, and reboiler. This example is relatively complex as it features optional elements, such as parameter lists, functions, and connectors. Our goal is to simulate the distillation of water (component 1) and methanol (component 2).

Model description

In the following, we introduce the model of the three sub-systems. Afterwards, we show the functions calculating the thermodynamic properties liquid molar enthalpy, vapor pressure, and enthalpy of vaporization.

Condenser

The condenser model consists of the component balances, the equilibrium (we assume a thermodynamically ideal system), the summation relations for liquid and vapor phase, the energy balance, the momentum balance, the reflux ratio, and the mixing rule for the liquid enthalpy:

   0 = F^{V,\mathrm{in}} \cdot y_c^\mathrm{in} - \left( F_\mathrm{reflux}^L + D\right) \cdot x_{\mathrm{C},c} \\[2ex] y_{\mathrm{C},c} \cdot P_\mathrm{C} = x_{\mathrm{C},c} \cdot P_{\mathrm{C},c}^{LV} \\[2ex] 1 = \sum_{c=1}^{NC} x_{\mathrm{C},c} \\[2ex] 1 = \sum_{c=1}^{NC} y_{\mathrm{C},c} \\[2ex] 0 = Q_\mathrm{C} + F^{V,\mathrm{in}} h^{V,\mathrm{in}} - \left(F_\mathrm{reflux}^L + D\right) \cdot h_\mathrm{C}^L \\[2ex] \Delta P = P_{tr=NTR} - P_\mathrm{C} \\[2ex] F_\mathrm{reflux}^L = r \cdot D \\[2ex] h_\mathrm{C}^L = \sum_{c=1}^{NC} x_{\mathrm{C},c} \cdot h_{\mathrm{C},c}^L.

Trays

The tray model consists of similar equations. In addition, we have the mixing rule for the feed enthalpy, the liquid enthalpy, and the vapor enthalpy. The latter is calculated as sum of liquid enthalpy and enthalpy of vaporization:

   0 = F_{tr}^{\mathrm{f},L} \cdot x_c^\mathrm{f} + F_{tr+1}^L \cdot x_{tr+1,c} + F_{tr-1}^V \cdot y_{tr-1,c} - F_{tr}^L \cdot x_{tr,c} - F_{tr}^V \cdot y_{tr,c} \\[2ex] y_{tr,c} \cdot P_{tr} = x_{tr,c} \cdot P_{tr,c}^{LV} \\[2ex] 1 = \sum_{c=1}^{NC} x_{tr,c} \\[2ex] 1 = \sum_{c=1}^{NC} y_{tr,c} \\[2ex] 0 = F_{tr}^{\mathrm{f},L} \cdot h^{\mathrm{f},L} + F_{tr+1}^L \cdot h_{tr+1}^L + F_{tr-1}^V \cdot h_{tr-1}^V - F_{tr}^L \cdot h_{tr}^L - F_{tr}^V \cdot h_{tr}^V \\[2ex] \Delta P = P_{tr-1} - P_{tr} \\[2ex] h^{\mathrm{f},L} = \sum_{c=1}^{NC} x_c^\mathrm{f} \cdot h_c^{\mathrm{f},L} \\[2ex] h_{tr}^L = \sum_{c=1}^{NC} x_{tr,c} \cdot h_{tr,c}^L \\[2ex] h_{tr}^V = \sum_{c=1}^{NC} y_{tr,c} \cdot \left(h_{tr,c}^L + \Delta h_{tr,c}^{LV}\right).

Reboiler

The reboiler equations also consist of component balances, thermodynamic equilibrium, summation terms, energy balance, and mixing rules for liquid and vapor enthalpy:

   0 = F_\mathrm{R}^{L,\mathrm{in}} \cdot x_{\mathrm{R},c}^\mathrm{in} - B \cdot x_{\mathrm{R},c} - F_\mathrm{R}^V \cdot y_{\mathrm{R},c} \\[2ex] y_{\mathrm{R},c} \cdot P_\mathrm{R} = x_{\mathrm{R},c} \cdot P_{\mathrm{R},c}^{LV} \\[2ex] 1 = \sum_{c=1}^{NC} x_{\mathrm{R},c} \\[2ex] 1 = \sum_{c=1}^{NC} y_{\mathrm{R},c} \\[2ex] 0 = Q_\mathrm{R} + F_\mathrm{R}^{L,\mathrm{in}} \cdot h_\mathrm{R}^{L,\mathrm{in}} -B \cdot h_\mathrm{R}^L - F_\mathrm{R}^V \cdot h_\mathrm{R}^V \\[2ex] h_\mathrm{R}^L = \sum_{c=1}^{NC} x_{\mathrm{R},c} \cdot h_{\mathrm{R},c}^L \\[2ex] h_\mathrm{R}^V = \sum_{c=1}^{NC} y_{\mathrm{R},c} \cdot \left(h_{\mathrm{R},c}^L + \Delta h_{\mathrm{R},c}^{LV}\right).

Functions

Finally, the liquid enthalpy, the vapor pressure, and the enthalpy of vaporization are calculated using DIPPR equations (100, 101, and 106):

   h^L (T) = A_{d100} \cdot (T-T^{h,ref}) + \frac{B_{d100}}{2} \cdot ((T)^{2}-(T^{h,ref})^{2}) + \frac{C_{d100}}{3} \cdot ((T)^{3}-(T^{h,ref})^{3}) + \frac{D_{d100}}{4} \cdot ((T)^{4}-(T^{h,ref})^{4}) + \frac{E_{d100}}{5} \cdot ((T)^{5}-(T^{h,ref})^{5}) + h^{L,ref} \\[2ex] P^{LV} (T) = \exp(A_{d101} + \frac{B_{d101}}{T}+C_{d101} \cdot \ln(T) + D_{d101} \cdot (T)^{E_{d101}}) \\[2ex] \Delta h^{LV} (T) = A_{d106} \cdot (1 - \frac{T}{T^{LV,ref}})^{B_{d106} + C_{d106} \cdot \frac{T}{T^{LV,ref}} + D_{d106} \cdot (\frac{T}{T^{LV,ref}})^{2} + E_{d106} \cdot (\frac{T}{T^{LV,ref}})^{3}}.

Modeling workflow

In the following, we show the workflow for setting up the equation system with two different naming policies for the variables, i.e., integrate and encapsulate. We start by defining the notation for this example. For the sake of simplicity, we limit ourselves to one notation, but the example would also work with a different notation for each unit.

Notation

Set up a notation with the following base names and indices:

Base names
  • \Delta h, enthalpy difference in kJ/mol
  • \Delta P, pressure drop in bar
  • A, parameter
  • B, bottom product flow in mol/s and parameter
  • C, parameter
  • D, distillate flow in mol/s and parameter
  • E, parameter
  • F, parameter
  • h, molar enthalpy in kJ/mol
  • P, pressure in bar
  • Q, heat flow in kW
  • r, reflux ratio
  • T, temperature in K
  • x, liquid mole fraction in mol/mol
  • y, vapor mole fraction in mol/mol
Superscripts
  • f, feed
  • h, enthalpy
  • in, inlet
  • L, liquid
  • LV, equilibrium between liquid and vapor
  • ref, reference
  • V, vapor
Subscripts
  • C, condenser
  • d100, DIPPR 100
  • d101, DIPPR 101
  • d106, DIPPR 106
  • product, product
  • R, reboiler
  • reflux, reflux
Indices
  • c, component index 1…NC
  • tr, tray index 1…NTR

The resulting notation has ID 185711.

Parameter list

Go to the parameter list section and add the parameters for the DIPPR equations to the parameter list:

DIPPR 100
  • A_\mathrm{d100}, B_\mathrm{d100}, C_\mathrm{d100}D_\mathrm{d100}, E_\mathrm{d100}, T^{h,\mathrm{ref}}, and h^{L,\mathrm{ref}}
DIPPR 101
  • A_\mathrm{d101}, B_\mathrm{d101}, C_\mathrm{d101}D_\mathrm{d101}, and E_\mathrm{d101}
DIPPR 106
  • A_\mathrm{d106}, B_\mathrm{d106}, C_\mathrm{d106}D_\mathrm{d106}, E_\mathrm{d106}, and T^{LV,\mathrm{ref}}

Save the parameter lists. The parameter list of this example has ID 185740.

Equations

Go to the Equation tab and perform the following steps:

  1. Load the notation set up above
  2. Enter the equations of condenser, trays, and reboiler and save them

The condenser equations have IDs 185724, 185725, 185726, 185727, 185728, 185752, 185729, and 185730.
The tray equations have IDs 185712, 185714, 185715, 185716, 185717, 185718, 185719, 185720, and 185721.
The reboiler equations have IDs 185733, 185734, 185735, 185736, 185737, 185738, and 185739.

Functions

Go to the function tab and do as follows:

  1. Load the notation and the parameter list set up above
  2. Add a reasonable description
  3. Go to the Interface & Body Settings and make sure that Free interface and Specify formula are selected
  4. Add h^L as output and T as input
  5. Add the DIPPR 100 equation as Body Specification
  6. Save the function
  7. Repeat the steps 1-6 for DIPPR 101 and DIPPR 106 with the outputs P^{LV} and \Delta h^{LV} and the input T in both cases, respectively

The functions have IDs 185741, 185742, and 185743.

Connectors

We could now solve the three systems one by one. However, we cannot connect them as, for example, the liquid flow from the condenser is F_\mathrm{reflux}^L, whereas the tray model expects the flow F_{tr=NTR+1}^L. Hence, we need two connectors that translate these variable names. For this purpose, go to the Connector tab and do the following:

  1. Add a helpful description for the connector
  2. Activate the tab Edit Matching and select the notation of this example as both Sub and Super Notation
  3. Generate the missing variables for the Sub Notation and the Super Notation, i.e.,
    • Sub Notation: \Delta P, F^{V,\mathrm{in}}, F_\mathrm{reflux}^L, P_{tr=NTR}, P_\mathrm{C}, h^{V,\mathrm{in}}, h_\mathrm{C}^L, x_{\mathrm{C},c}, and y_c^\mathrm{in}
    • Super Notation: \Delta P, F_{tr=NTR}^V, F_{tr=NTR+1}^L, P_{tr=NTR}, P_{tr=NTR+1}, h_{tr=NTR}^V, h_{tr=NTR+1}^L, x_{tr=NTR+1,c}, and y_{tr=NTR,c}
  4. Select the analogous variables and click on Match to achieve the following matching:
    • \Delta P \rightarrow \Delta P
    • F^{V,\mathrm{in}} \rightarrow F_{tr=NTR}^V
    • F_\mathrm{reflux}^L \rightarrow F_{tr=NTR+1}^L
    • P_{tr=NTR} \rightarrow P_{tr=NTR}
    • P_\mathrm{C} \rightarrow P_{tr=NTR+1}
    • h^{V,\mathrm{in}} \rightarrow h_{tr=NTR}^V
    • h_\mathrm{C}^L \rightarrow h_{tr=NTR+1}^L
    • x_{\mathrm{C},c} \rightarrow x_{tr=NTR+1,c}
    • y_c^\mathrm{in} \rightarrow y_{tr=NTR,c}
  5. Make sure that the indices were matched by clicking on variable pairs that contain the index c
  6. Save the connector for the connection of condenser and trays
  7. Repeat the steps 1-6 for a second reactor connecting reboiler and trays.
    • Therefore, set up the the following variables in sub and super notation:
      • Sub Notation: F_\mathrm{R}^{L,\mathrm{in}}, F_{tr=1}^L, P_\mathrm{R}, h_\mathrm{R}^{L,\mathrm{in}}, h_\mathrm{R}^V, x_{\mathrm{r},c}^\mathrm{in}, and y_{\mathrm{R},c}
      • Super Notation: F_{tr=1}^L, F_{tr=0}^V, P_{tr=0}, h_{tr=1}^L, h_{tr=0}^V, x_{tr=1,c}, and y_{tr=0,c}
    • Match these variables as follows:
      • F_\mathrm{R}^{L,\mathrm{in}} \rightarrow F_{tr=1}^L
      • F_{tr=1}^L \rightarrow F_{tr=0}^V
      • P_\mathrm{R} \rightarrow P_{tr=0}
      • h_\mathrm{R}^{L,\mathrm{in}} \rightarrow h_{tr=1}^L
      • h_\mathrm{R}^V \rightarrow h_{tr=0}^V
      • x_{\mathrm{r},c}^\mathrm{in} \rightarrow x_{tr=1,c}
      • y_{\mathrm{R},c} \rightarrow y_{tr=0,c}

The connectors are available with IDs 185748 and 185750.

Equation systems

To construct the equation systems, go to the Equation System tab and take the following steps.

Condenser system
  1. Load the notation and add a reasonable description
  2. Click on “Add EQU/EQS” and add the equations for the condenser
  3. Make sure that the Naming policy is integrate
  4. Go to the tab Functions and add the DIPPR 100 function with the applied output variable h_{\mathrm{C},c}^L and the input T_\mathrm{C}
  5. Make sure that the applied parameter names are A_{\mathrm{d100},c}, B_{\mathrm{d100},c}, C_{\mathrm{d100},c}, D_{\mathrm{d100},c}, E_{\mathrm{d100},c}, T_c^{h,\mathrm{ref}}, and h_c^{L,\mathrm{ref}}
  6. Confirm, then add the DIPPR 101 function with the applied output variable P_{\mathrm{C},c}^{LV} and the input T_\mathrm{C}
  7. Make that the applied parameter names are A_{\mathrm{d101},c}, B_{\mathrm{d101},c}, C_{\mathrm{d101},c}, D_{\mathrm{d101},c}, and E_{\mathrm{d101},c}
  8. Save the equation system
Tray system
  1. Load the notation and add a reasonable description
  2. Click on “Add EQU/EQS” and add the equations for the trays
  3. Make sure that the Naming policy is integrate
  4. Go to the tab Functions and add the DIPPR 100 function with the applied output variables h_c^{L,\mathrm{f}} and h_{tr,c}^L, and the inputs T^\mathrm{f} and T_{tr}, respectively
  5. Make that the applied parameter names are A_{\mathrm{d100},c}, B_{\mathrm{d100},c}, C_{\mathrm{d100},c}, D_{\mathrm{d100},c}, E_{\mathrm{d100},c}, T_c^{h,\mathrm{ref}}, and h_c^{L,\mathrm{ref}}
  6. Confirm, then add the DIPPR 101 function with the applied output variable P_{tr,c}^{LV} and the input T_{tr}
  7. Make that the applied parameter names are A_{\mathrm{d101},c}, B_{\mathrm{d101},c}, C_{\mathrm{d101},c}, D_{\mathrm{d101},c}, and E_{\mathrm{d101},c}
  8. Confirm, then add the DIPPR 106 function with the applied output variable \Delta h_{tr,c}^{LV} and the input T_{tr}
  9. Make that the applied parameter names are A_{\mathrm{d106},c}, B_{\mathrm{d106},c}, C_{\mathrm{d106},c}, D_{\mathrm{d106},c}, and E_{\mathrm{d106},c}, and T_c^{LV,\mathrm{ref}}
  10. Save the equation system
Reboiler system
  1. Load the notation and add a reasonable description
  2. Click on “Add EQU/EQS” and add the equations for the reboiler
  3. Make sure that the Naming policy is integrate
  4. Go to the tab Functions and add the DIPPR 100 function with the applied output variable h_{\mathrm{R},c}^L and the input T_\mathrm{R}
  5. Make that the applied parameter names are A_{\mathrm{d100},c}, B_{\mathrm{d100},c}, C_{\mathrm{d100},c}, D_{\mathrm{d100},c}, E_{\mathrm{d100},c}, T_c^{h,\mathrm{ref}}, and h_c^{L,\mathrm{ref}}
  6. Confirm, then add the DIPPR 101 function with the applied output variable P_{\mathrm{R},c}^{LV} and the input T_\mathrm{R}
  7. Make that the applied parameter names are A_{\mathrm{d101},c}, B_{\mathrm{d101},c}, C_{\mathrm{d101},c}, D_{\mathrm{d101},c}, and E_{\mathrm{d101},c}
  8. Confirm, then add the DIPPR 106 function with the applied output variable \Delta h_{\mathrm{R},c}^{LV} and the input T_\mathrm{R}
  9. Make that the applied parameter names are A_{\mathrm{d106},c}, B_{\mathrm{d106},c}, C_{\mathrm{d106},c}, D_{\mathrm{d106},c}, and E_{\mathrm{d106},c}, and T_c^{LV,\mathrm{ref}}
  10. Save the equation system

The three equation systems have the IDs 185744, 185745, and 185746.

Combined system with naming policy integrate

To combine the three sub-systems, click on “New” and do as follows:

  1. Load the notation and add a reasonable description
  2. Add the condenser sub-system with naming policy integrate, but also with the prepared connector
  3. Add the tray sub-system with naming policy integrate
  4. Add the reboiler sub-system with naming policy integrate, but also with the prepared connector
  5. Save the equation system
Combined system with naming policy encapsulate

To combine the three sub-systems, click on “New” and do as follows:

  1. Load the notation and add a reasonable description
  2. Add the condenser sub-system with naming policy encapsulate, but also with the prepared connector
  3. Add the tray sub-system with naming policy integrate
  4. Add the reboiler sub-system with naming policy encapsulate, but also with the prepared connector
  5. Save the equation system

Simulation workflow

Equation system and Indexing

Equation system and indexing for naming policy integrate

Go to the “Simulation” section and do the following:

  1. Load your equation system in the tab Equation System
  2. Set the maximum value NC to 2 and the maximum value NTR to 10 in the tab Indexing
Equation system and indexing for naming policy encapsulate

Go to the “Simulation” section and do the following:

  1. Load your equation system in the tab Equation System
  2. Set the maximum value for all NC to 2 and the maximum value for all NTR to 10 in the tab Indexing

Initialization and results

Potential problems with the naming policy integrate

As you have seen, the naming policy integrate ensures that all variables in the equation system receive the same namespace, i.e., e0. Although everything works out well here, this approach can cause problems: Imagine, you had named the temperature in the condenser and reboiler model “T”. Then, these two temperatures would have received the same namespace and would be treated as the same variable. In this example, though, we have given all variables unique names so that this problem does not occur. In general, we recommend the naming policy encapsulate for such applications to avoid equal variable names by accident.

Variable and parameter specification for naming policy integrate

To initialize and specify the model, take the following steps:

  1. Initialize this example with the design values and initial guesses given in Table 1
  2. Save the variable specification
  3. Enter the parameters according to Table 2 and save the parameter specification
  4. Save the simulation
  5. Go to the Evaluation tab and generate the code for your preferred environment
  6. Solve the system using the generated code

This simulation is available with ID 185749 with variable specification 185751 and parameter specification 185753. The solution for all iteration variables is also given in Table 1.

Variable and parameter specification for naming policy encapsulate

If you scroll through the variables with this naming policy, you will see that three namespaces were created: e0 for the trays and those variables that are renamed by the connector, e0e0 for the condenser variables, and e0e2 for the reboiler. These names depend on the order in which the sub-systems are included in the equation system. For example, if the tray system would be loaded first, followed by condenser and reboiler system, we would have the namespaces e0, e0e1, and e0e2.

To initialize and specify the model, you could now go through all variables, reassign them as design or iteration variable, and enter their values. This takes time. You could now try instead to naively load the variable specification from above (ID 185751). However, not all variables would be matched because of the different namespaces. Instead, you can do the following:

  1. Click on Import Values
  2. Select a language specificator, e.g., Matlab NLE
  3. Select SpecList as Source and load the variable specification from above (ID: 185751)
  4. Select “Match Namespaces” and “Import Classification”
  5. Selecting Match Namespaces adds a second tab. Go to this tab and remove all lines by clicking on “Delete Match” at the bottom right corner
  6. Click on “+ Match” and enter the namespace e0
  7. You can now select three namespaces on the right side in the column System
  8. Select the namespace e0 on the right side and click on “Test Import”. You will now see which variables will be changed if you import them. Close this window and click on “Import”.
  9. Repeat this step by changing the namespace in the system to e0e0 (test import and then import) and e0e2 (test import and then import)
  10. Your whole system should now be initialized in the same way as the simulation with the naming policy integrate and have a degree of freedom equal to zero
  11. Save the variable specification
  12. Go to the parameter specification and import the parameters the same way as for the variable specification because the parameters also appear in different namespaces now
  13. Save the parameter specification
  14. Save the simulation
  15. Go to the Evaluation tab and generate the code for your preferred environment
  16. Solve the system using the generated code

This simulation is available with ID 185755 with variable specification 185756 and parameter specification 185757. The solution for all iteration variables is also given in Table 1.

Namespace (integ./encap.)NameValue / Initial guessSolution
e0 / e0\Delta P1.0e-4
e0 / e0F_{tr=1}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=2}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=3}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=4}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=5}^{L,\mathrm{f}}1000.0
e0 / e0F_{tr=6}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=7}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=8}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=9}^{L,\mathrm{f}}0.0
e0 / e0F_{tr=10}^{L,\mathrm{f}}0.0
e0 / e0P_{tr=11}1.0
e0 / e0e0r2.0
e0 / e0e2T_\mathrm{R}365.0
e0 / e0T^\mathrm{f}351.0
e0 / e0x_{c=1}^\mathrm{f}0.55
e0 / e0x_{c=2}^\mathrm{f}0.45
e0 / e0e2B1000.0629.22
e0 / e0e0D1000.0370.78
e0 / e0F_{tr=0}^V1000.01027.07
e0 / e0F_{tr=1}^V1000.01051.67
e0 / e0F_{tr=2}^V1000.01070.55
e0 / e0F_{tr=3}^V1000.01080.52
e0 / e0F_{tr=4}^V1000.01084.77
e0 / e0F_{tr=5}^V1000.01086.98
e0 / e0F_{tr=6}^V1000.01100.37
e0 / e0F_{tr=7}^V1000.01107.59
e0 / e0F_{tr=8}^V1000.01110.70
e0 / e0F_{tr=9}^V1000.0111.90
e0 / e0F_{tr=10}^V1000.01112.34
e0 / e0F_{tr=1}^L1000.01656.29
e0 / e0F_{tr=2}^L1000.01680.89
e0 / e0F_{tr=3}^L1000.01699.77
e0 / e0F_{tr=4}^L1000.01709.74
e0 / e0F_{tr=5}^L1000.01713.99
e0 / e0F_{tr=6}^L1000.0716.20
e0 / e0F_{tr=7}^L1000.0729.59
e0 / e0F_{tr=8}^L1000.0736.81
e0 / e0F_{tr=9}^L1000.0739.92
e0 / e0F_{tr=10}^L1000.0741.12
e0 / e0F_{tr=11}^L1000.0741.56
e0 / e0e2h_\mathrm{R}^L-200.0-231.49
e0 / e0h_{tr=0}^V-200.0-184.83
e0 / e0h_{tr=1}^V-200.0-177.11
e0 / e0h_{tr=2}^V-200.0-171.87
e0 / e0h_{tr=3}^V-200.0-169.29
e0 / e0h_{tr=4}^V-200.0-168.23
e0 / e0h_{tr=5}^V-200.0-167.82
e0 / e0h_{tr=6}^V-200.0-164.83
e0 / e0h_{tr=7}^V-200.0-163.31
e0 / e0h_{tr=8}^V-200.0-162.68
e0 / e0h_{tr=9}^V-200.0-162.43
e0 / e0h_{tr=10}^V-200.0-162.34
e0 / e0h_{tr=1}^L-200.0-226.39
e0 / e0h_{tr=2}^L-200.0-220.96
e0 / e0h_{tr=3}^L-200.0-217.17
e0 / e0h_{tr=4}^L-200.0-215.28
e0 / e0h_{tr=5}^L-200.0-214.49
e0 / e0h_{tr=6}^L-200.0-207.20
e0 / e0h_{tr=7}^L-200.0-201.98
e0 / e0h_{tr=8}^L-200.0-199.33
e0 / e0h_{tr=9}^L-200.0-198.22
e0 / e0h_{tr=10}^L-200.0-197.80
e0 / e0h_{tr=11}^L-200.0-197.64
e0 / e0h^{L,\mathrm{f}}-200.0-219.16
e0 / e0P_{tr=0}1.01.0011
e0 / e0P_{tr=1}1.01.0010
e0 / e0P_{tr=2}1.01.0009
e0 / e0P_{tr=3}1.01.0008
e0 / e0P_{tr=4}1.01.0007
e0 / e0P_{tr=5}1.01.0006
e0 / e0P_{tr=6}1.01.0005
e0 / e0P_{tr=7}1.01.0004
e0 / e0P_{tr=8}1.01.0003
e0 / e0P_{tr=9}1.01.0002
e0 / e0P_{tr=10}1.01.0001
e0 / e0P_{tr=11}1.01.0
e0 / e0e0Q_\mathrm{C}-40000.0-39265.76
e0 / e0e2Q_\mathrm{R}40000.039487.86
e0 / e0e0T_\mathrm{C}340.0337.32
e0 / e0T_{tr=1}340.0358.42
e0 / e0T_{tr=2}340.0352.83
e0 / e0T_{tr=3}340.0349.54
e0 / e0T_{tr=4}340.0348.04
e0 / e0T_{tr=5}340.0347.44
e0 / e0T_{tr=6}340.042.54
e0 / e0T_{tr=7}340.0339.55
e0 / e0T_{tr=8}340.0338.17
e0 / e0T_{tr=9}340.0337.61
e0 / e0T_{tr=10}340.0337.40
e0 / e0e2x_{\mathrm{R},c=1}0.50.87
e0 / e0e2x_{\mathrm{R},c=2}0.50.13
e0 / e0x_{tr=1,c=1}0.50.74
e0 / e0x_{tr=2,c=1}0.50.60
e0 / e0x_{tr=3,c=1}0.50.50
e0 / e0x_{tr=4,c=1}0.50.45
e0 / e0x_{tr=5,c=1}0.50.43
e0 / e0x_{tr=6,c=1}0.50.24
e0 / e0x_{tr=7,c=1}0.50.11
e0 / e0x_{tr=8,c=1}0.50.04
e0 / e0x_{tr=9,c=1}0.50.02
e0 / e0x_{tr=10,c=1}0.50.005
e0 / e0x_{tr=11,c=1}0.50.001
e0 / e0x_{tr=1,c=2}0.50.26
e0 / e0x_{tr=2,c=2}0.50.4
e0 / e0x_{tr=3,c=2}0.50.5
e0 / e0x_{tr=4,c=2}0.50.55
e0 / e0x_{tr=5,c=2}0.50.57
e0 / e0x_{tr=6,c=2}0.50.76
e0 / e0x_{tr=7,c=2}0.50.89
e0 / e0x_{tr=8,c=2}0.50.96
e0 / e0x_{tr=9,c=2}0.50.98
e0 / e0x_{tr=10,c=2}0.50.995
e0 / e0x_{tr=11,c=2}0.50.999
e0 / e0e0y_{\mathrm{C},c=1}0.50.0003
e0 / e0e0y_{\mathrm{C},c=2}0.50.9997
e0 / e0y_{tr=0,c=1}0.50.66
e0 / e0y_{tr=1,c=1}0.50.43
e0 / e0y_{tr=2,c=1}0.50.28
e0 / e0y_{tr=3,c=1}0.50.20
e0 / e0y_{tr=4,c=1}0.50.17
e0 / e0y_{tr=5,c=1}0.50.16
e0 / e0y_{tr=6,c=1}0.50.07
e0 / e0y_{tr=7,c=1}0.50.03
e0 / e0y_{tr=8,c=1}0.50.01
e0 / e0y_{tr=9,c=1}0.50.004
e0 / e0y_{tr=10,c=1}0.50.001
e0 / e0y_{tr=0,c=2}0.50.34
e0 / e0y_{tr=1,c=2}0.50.57
e0 / e0y_{tr=2,c=2}0.50.72
e0 / e0y_{tr=3,c=2}0.50.80
e0 / e0y_{tr=4,c=2}0.50.83
e0 / e0y_{tr=5,c=2}0.50.84
e0 / e0y_{tr=6,c=2}0.50.93
e0 / e0y_{tr=7,c=2}0.50.97
e0 / e0y_{tr=8,c=2}0.50.99
e0 / e0y_{tr=9,c=2}0.50.996
e0 / e0y_{tr=10,c=2}0.50.999
Table 1: Overview of design values, initial guesses, and the solution.

NamespaceNameValue
e0 / e0, e0e0, e0e2A_{\mathrm{d100},c=1}0.27637
e0 / e0, e0e0, e0e2B_{\mathrm{d100},c=1}-0.0020901
e0 / e0, e0e0, e0e2C_{\mathrm{d100},c=1}8.125E-6
e0 / e0, e0e0, e0e2D_{\mathrm{d100},c=1}-1.4116E-8
e0 / e0, e0e0, e0e2E_{\mathrm{d100},c=1}9.3701E-12
e0 / e0, e0e0, e0e2A_{\mathrm{d100},c=2}0.1058
e0 / e0, e0e0, e0e2B_{\mathrm{d100},c=2}-3.6223E-4
e0 / e0, e0e0, e0e2C_{\mathrm{d100},c=2}9.379E-7
e0 / e0, e0e0, e0e2D_{\mathrm{d100},c=2}0.0
e0 / e0, e0e0, e0e2E_{\mathrm{d100},c=2}7.1926E-6
e0 / e0, e0e0, e0e2T_{c=1}^{h, \mathrm{ref}}298.15
e0 / e0, e0e0, e0e2T_{c=2}^{h, \mathrm{ref}}298.15
e0 / e0, e0e0, e0e2h_{c=1}^{L,\mathrm{ref}}-241.82
e0 / e0, e0e0, e0e2h_{c=2}^{L,\mathrm{ref}}-200.94
e0 / e0, e0e0, e0e2A_{\mathrm{d101},c=1}61.037
e0 / e0, e0e0, e0e2B_{\mathrm{d101},c=1}-7206.7
e0 / e0, e0e0, e0e2C_{\mathrm{d101},c=1}-7.1385
e0 / e0, e0e0, e0e2D_{\mathrm{d101},c=1}4.046E-6
e0 / e0, e0e0, e0e2E_{\mathrm{d101},c=1}2.0
e0 / e0, e0e0, e0e2A_{\mathrm{d101},c=2}70.255
e0 / e0, e0e0, e0e2B_{\mathrm{d101},c=2}-6876.0
e0 / e0, e0e0, e0e2C_{\mathrm{d101},c=2}-8.7078
e0 / e0, e0e0, e0e2D_{\mathrm{d101},c=2}7.1926E-6
e0 / e0, e0e0, e0e2E_{\mathrm{d101},c=2}2.0
e0 / e0, e0e2A_{\mathrm{d106},c=1}52.053
e0 / e0, e0e2B_{\mathrm{d106},c=1}0.3199
e0 / e0, e0e2C_{\mathrm{d106},c=1}0.0
e0 / e0, e0e2D_{\mathrm{d106},c=1}0.0
e0 / e0, e0e2E_{\mathrm{d106},c=1}0.0
e0 / e0, e0e2A_{\mathrm{d106},c=2}52.39
e0 / e0, e0e2B_{\mathrm{d106},c=2}0.3682
e0 / e0, e0e2C_{\mathrm{d106},c=2}0.0
e0 / e0, e0e2D_{\mathrm{d106},c=2}0.0
e0 / e0, e0e2E_{\mathrm{d106},c=2}0.0
e0 / e0, e0e2T_{c=1}^{LV,\mathrm{ref}}647.35
e0 / e0, e0e2T_{c=2}^{LV,\mathrm{ref}}512.64
Table 2: Overview of parameters.