Aspen Plus - Matlab: Optimization of Distillation Column

버전 1.1.1 (14.4 KB) 작성자: Andrés F. Abril
Multi-Objective Optimization of Aspen Plus Distillation Column using Stochastic Algorithm (NSGA II).
다운로드 수: 889
업데이트 날짜: 2024/6/15

라이선스 보기

Many optimization problems in chemical engineering involve integer variables and trade-off objective. One approach to address this type of problem is using algorithms that handle continuous and integer variables, for example, BARON algorithm (deterministic) or NSGA II (Stochastic).This matlab code is an example of Multi-Objective optimization of Aspen Plus distillation column using NSGA II algorithm.
Simulation of distillation column was carried out in Aspen Plus V8.8, because simulation time of each interation in version V9 or 10 was 10 times more than in version V8.8.
Optimization Problem Statement:
Objective Functions (2) : [min{CAPEX}, min{OPEX}]
Optimization Variables (3): [x1=Column Stages Number, x2=Reflux Ratio, x3: Normalized Column Feed Stage]
Constraints: Cons 1=Ethanol Mole Recovery > 99%; Cons 2=Ethanol Mole Purity > 80%
NSGA II Setup
Generations: 20
Population: 20
Note: Please, refer to code "Opt_EthanolColumn.m" for better understanding of NSGA algorithm parameters.
Run the code: Put all files in the same folder and run script "Opt_EthanolColumn.m"
Simulation file "ETHANOLColumn_v8.8" (Aspen Plus V.8.8) in: https://drive.google.com/file/d/1LaTGf3_yY98TsxdwVbVIWvNt8wr3etOx/view?usp=sharing
Please let me know any questions.
Regards,
Andrés Abril.

인용 양식

Andrés F. Abril (2025). Aspen Plus - Matlab: Optimization of Distillation Column (https://kr.mathworks.com/matlabcentral/fileexchange/74745-aspen-plus-matlab-optimization-of-distillation-column), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
R2017b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Distillation Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.1

The simulation file is now available for anyone (Link)

1.1.0

-Link Added.

1.0.0