diff --git a/docs/src/models/models.md b/docs/src/models/models.md index ef17479..41c6a73 100644 --- a/docs/src/models/models.md +++ b/docs/src/models/models.md @@ -42,7 +42,7 @@ Langmuir.Quadratic Langmuir.BrunauerEmmettTeller ``` -## Four and more parameters Isother Models +## Four and more parameters Isotherm Models ```@docs Langmuir.MultiSite diff --git a/docs/src/tutorials/background.md b/docs/src/tutorials/background.md index 98fb3fb..4cbe70c 100644 --- a/docs/src/tutorials/background.md +++ b/docs/src/tutorials/background.md @@ -27,18 +27,18 @@ $Q_{st, i} = -T*(V_g - V_a)*\left( \frac{\frac{\partial N_i}{\partial T}\rvert_P The basic equations of the IAST are the analogue of Raoult's law in vapour–liquid equilibrium: -$Py_i = P_i^0(\pi)x_i$ (1) +$Py_i = P_i^0(\pi)x_i$ where -$\pi = \pi_i = \int_{0}^{P_i^0} \frac{N_i^0(P)}{P}dP$ for $i = 1,...,N_c$ (2) +$\pi = \pi_i = \int_{0}^{P_i^0} \frac{N_i^0(P)}{P}dP$ for $i = 1,...,N_c$ -$\sum_i^{N_c} x_i = 1$ (3) +$\sum_i^{N_c} x_i = 1$ Combining (1) and (3), the following nonlinear solve is set to: -$f(\pi) = 1 - \sum_1^{N_c}\frac{Py_i}{P_i^0\left(\pi\right)}$ = 0 (4) +$f(\pi) = 1 - \sum_1^{N_c}\frac{Py_i}{P_i^0\left(\pi\right)}$ = 0