April 20, 2024, 12:10:20 PM
Forum Rules: Read This Before Posting


Topic: program for distillation sequence using matlab  (Read 2244 times)

0 Members and 1 Guest are viewing this topic.

Offline deathcrush

  • Very New Member
  • *
  • Posts: 1
  • Mole Snacks: +0/-0
program for distillation sequence using matlab
« on: April 30, 2013, 08:59:28 PM »
Hi all
As a homework, I have to create a program in MATLAB that creates the optimal sequence of distillation columns for 5 components using only conventional towers, that means I have to generate all possible sequences, design every column (using shortcut methods like Fenske-Underwood-Gilliland) and calculate their costs.
My problem is that I dont know what would be the best way to represent and generate every possible column and create a structure.

I have to find a way to represent all possible columns with their respective possible splits, for example a column with componentes ABCDE in feed would require splits A/BCDE, AB/CDE ABC/DE and so on, and after that, the unseparated componentes would have to be separated by a corresponding column, until I have only pure components

If anyone can help me find a way to represent and organize this kind of information I would be very grateful.
thanks in advance

Offline curiouscat

  • Chemist
  • Sr. Member
  • *
  • Posts: 3006
  • Mole Snacks: +121/-35
Re: program for distillation sequence using matlab
« Reply #1 on: May 05, 2013, 03:23:58 AM »
There's tons of work on this. Look up a book on Separations Design.

A classic is the work by Westerberg n Grossman

Sponsored Links