Skip to content

Commit

Permalink
__DOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
viniviena committed Oct 13, 2024
1 parent 06cc8ee commit ac6469b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/models/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Langmuir.Quadratic
Langmuir.BrunauerEmmettTeller
```

## Four and more parameters Isother Models
## Four and more parameters Isotherm Models

```@docs
Langmuir.MultiSite
Expand Down
8 changes: 4 additions & 4 deletions docs/src/tutorials/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit ac6469b

Please sign in to comment.