Skip to content

Commit ecbbd70

Browse files
committed
fix typo
1 parent 707819d commit ecbbd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/Distillation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"## Shortcut distillation models\n",
1919
"\n",
20-
"Distillation is a complex unit to model. Given M stages and N chemicals, we get M * (3 * N + 1) nonlinear and highly coupled equations for material, energy, and phase equilibria. Optimizing a distillation column is even more challenging. As a start, we can use \"shortcut\" methods which use simplifying assumptions to design and model a distillation column. Two common shortcut methods include the McCabe-Thiele methods for binary (2-component) distillation and the Fenske-Underwood-Gilliland method for multicomponent distillation. These methods can be surprisingly accurate (in some cases) and are often used for agile analyses where high-fidelity is not required."
20+
"Distillation is a complex unit to model. Given M stages and N chemicals, we get M * (2 * N + 1) nonlinear and highly coupled equations for material, energy, and phase equilibria. Optimizing a distillation column is even more challenging. As a start, we can use \"shortcut\" methods which use simplifying assumptions to design and model a distillation column. Two common shortcut methods include the McCabe-Thiele methods for binary (2-component) distillation and the Fenske-Underwood-Gilliland method for multicomponent distillation. These methods can be surprisingly accurate (in some cases) and are often used for agile analyses where high-fidelity is not required."
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)