|
3 | 3 | Mass Action Law
|
4 | 4 | ~~~~~~~~~~~~~~~
|
5 | 5 |
|
6 |
| -**Group /input/model/unit_XXX/reaction - REACTION_MODEL = MASS_ACTION_LAW** |
| 6 | +**Group /input/model/unit_XXX/reaction_phase/reaction_model_YYY - REACTION_MODEL = MASS_ACTION_LAW** |
7 | 7 |
|
8 | 8 | For information on model equations, refer to :ref:`mass_action_law_model`.
|
9 | 9 |
|
10 |
| -``MAL_KFWD_BULK`` |
| 10 | +``MAL_KFWD`` |
11 | 11 |
|
12 | 12 | Forward rate constants for bulk volume reactions (available for external functions)
|
13 | 13 |
|
14 | 14 | ================ ========================= ===================================
|
15 | 15 | **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}`
|
16 | 16 | ================ ========================= ===================================
|
17 | 17 |
|
18 |
| -``MAL_KBWD_BULK`` |
| 18 | +``MAL_KBWD`` |
19 | 19 |
|
20 | 20 | Backward rate constants for bulk volume reactions (available for external functions)
|
21 | 21 |
|
22 | 22 | ================ ========================= ===================================
|
23 | 23 | **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}`
|
24 | 24 | ================ ========================= ===================================
|
25 |
| - |
26 |
| -``MAL_KFWD_LIQUID`` |
27 | 25 |
|
28 |
| - Forward rate constants for particle liquid phase reactions (available for external functions) |
29 |
| - |
30 |
| - ================ ========================= =================================== |
31 |
| - **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}` |
32 |
| - ================ ========================= =================================== |
33 |
| - |
34 |
| -``MAL_KBWD_LIQUID`` |
35 |
| - |
36 |
| - Backward rate constants for particle liquid phase reactions (available for external functions) |
37 |
| - |
38 |
| - ================ ========================= =================================== |
39 |
| - **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}` |
40 |
| - ================ ========================= =================================== |
41 |
| - |
42 |
| -``MAL_KFWD_SOLID`` |
43 |
| - |
44 |
| - Forward rate constants for particle solid phase reactions (available for external functions) |
45 |
| - |
46 |
| - ================ ========================= =================================== |
47 |
| - **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}` |
48 |
| - ================ ========================= =================================== |
49 |
| - |
50 |
| -``MAL_KBWD_SOLID`` |
51 |
| - |
52 |
| - Backward rate constants for particle solid phase reactions (available for external functions) |
53 |
| - |
54 |
| - ================ ========================= =================================== |
55 |
| - **Type:** double **Range:** :math:`\geq 0` **Length:** :math:`\texttt{NREACT}` |
56 |
| - ================ ========================= =================================== |
57 |
| - |
58 |
| -``MAL_STOICHIOMETRY_BULK`` |
| 26 | +``MAL_STOICHIOMETRY`` |
59 | 27 |
|
60 | 28 | Stoichiometric matrix of bulk volume reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage
|
61 | 29 |
|
62 | 30 | ================ ========================================================
|
63 | 31 | **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}`
|
64 | 32 | ================ ========================================================
|
65 |
| - |
66 |
| -``MAL_EXPONENTS_BULK_FWD`` |
67 | 33 |
|
68 |
| - Forward exponent matrix of bulk volume reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_BULK}` by default) |
69 |
| - |
70 |
| - ================ ======================================================== |
71 |
| - **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}` |
72 |
| - ================ ======================================================== |
73 |
| - |
74 |
| -``MAL_EXPONENTS_BULK_BWD`` |
| 34 | +``MAL_EXPONENTS_FWD`` |
75 | 35 |
|
76 |
| - Backward exponent matrix of bulk volume reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_BULK}` by default) |
77 |
| - |
78 |
| - ================ ======================================================== |
79 |
| - **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}` |
80 |
| - ================ ======================================================== |
81 |
| - |
82 |
| -``MAL_STOICHIOMETRY_LIQUID`` |
83 |
| - |
84 |
| - Stoichiometric matrix of particle liquid phase reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage |
85 |
| - |
86 |
| - ================ ======================================================== |
87 |
| - **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}` |
88 |
| - ================ ======================================================== |
89 |
| - |
90 |
| -``MAL_EXPONENTS_LIQUID_FWD`` |
91 |
| - |
92 |
| - Forward exponent matrix of particle liquid phase reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_LIQUID}` by default) |
93 |
| - |
94 |
| - ================ ======================================================== |
95 |
| - **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}` |
96 |
| - ================ ======================================================== |
97 |
| - |
98 |
| -``MAL_EXPONENTS_LIQUID_BWD`` |
99 |
| - |
100 |
| - Backward exponent matrix of particle liquid phase reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_LIQUID}` by default) |
| 36 | + Forward exponent matrix of bulk volume reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_BULK}` by default) |
101 | 37 |
|
102 | 38 | ================ ========================================================
|
103 | 39 | **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}`
|
104 | 40 | ================ ========================================================
|
105 |
| - |
106 |
| -``MAL_EXPONENTS_LIQUID_FWD_MODSOLID`` |
107 |
| - |
108 |
| - Forward solid phase modifier exponent matrix of particle liquid phase reactions as :math:`\texttt{NTOTALBND} \times \texttt{NREACT}` matrix in row-major storage (optional, defaults to all 0) |
109 |
| - |
110 |
| - ================ ============================================================ |
111 |
| - **Type:** double **Length:** :math:`\texttt{NTOTALBND} \cdot \texttt{NREACT}` |
112 |
| - ================ ============================================================ |
113 |
| - |
114 |
| -``MAL_EXPONENTS_LIQUID_BWD_MODSOLID`` |
115 | 41 |
|
116 |
| - Backward solid phase modifier exponent matrix of particle liquid phase reactions as :math:`\texttt{NTOTALBND} \times \texttt{NREACT}` matrix in row-major storage (optional, defaults to all 0) |
117 |
| - |
118 |
| - ================ ============================================================ |
119 |
| - **Type:** double **Length:** :math:`\texttt{NTOTALBND} \cdot \texttt{NREACT}` |
120 |
| - ================ ============================================================ |
121 |
| - |
122 |
| -``MAL_STOICHIOMETRY_SOLID`` |
123 |
| - |
124 |
| - Stoichiometric matrix of particle solid phase reactions as :math:`\texttt{NTOTALBND} \times \texttt{NREACT}` matrix in row-major storage |
125 |
| - |
126 |
| - ================ ============================================================ |
127 |
| - **Type:** double **Length:** :math:`\texttt{NTOTALBND} \cdot \texttt{NREACT}` |
128 |
| - ================ ============================================================ |
129 |
| - |
130 |
| -``MAL_EXPONENTS_SOLID_FWD`` |
131 |
| - |
132 |
| - Forward exponent matrix of particle solid phase reactions as :math:`\texttt{NTOTALBND} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_SOLID}` by default) |
133 |
| - |
134 |
| - ================ ============================================================ |
135 |
| - **Type:** double **Length:** :math:`\texttt{NTOTALBND} \cdot \texttt{NREACT}` |
136 |
| - ================ ============================================================ |
137 |
| - |
138 |
| -``MAL_EXPONENTS_SOLID_BWD`` |
139 |
| - |
140 |
| - Backward exponent matrix of particle solid phase reactions as :math:`\texttt{NTOTALBND} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_SOLID}` by default) |
141 |
| - |
142 |
| - ================ ============================================================ |
143 |
| - **Type:** double **Length:** :math:`\texttt{NTOTALBND} \cdot \texttt{NREACT}` |
144 |
| - ================ ============================================================ |
145 |
| - |
146 |
| -``MAL_EXPONENTS_SOLID_FWD_MODLIQUID`` |
| 42 | +``MAL_EXPONENTS_BWD`` |
147 | 43 |
|
148 |
| - Forward liquid phase modifier exponent matrix of particle solid phase reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, defaults to all 0) |
149 |
| - |
150 |
| - ================ ======================================================== |
151 |
| - **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}` |
152 |
| - ================ ======================================================== |
153 |
| - |
154 |
| -``MAL_EXPONENTS_SOLID_BWD_MODLIQUID`` |
155 |
| - |
156 |
| - Backward liquid phase modifier exponent matrix of particle solid phase reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, defaults to all 0) |
| 44 | + Backward exponent matrix of bulk volume reactions as :math:`\texttt{NCOMP} \times \texttt{NREACT}` matrix in row-major storage (optional, calculated from :math:`\texttt{MAL_STOICHIOMETRY_BULK}` by default) |
157 | 45 |
|
158 | 46 | ================ ========================================================
|
159 | 47 | **Type:** double **Length:** :math:`\texttt{NCOMP} \cdot \texttt{NREACT}`
|
|
0 commit comments