Creation Date: 22-Dec-2000 01:29AM
Aspen Plus 10.1 and higher
Is it possible to automatically vary the total number of trays in a distillation column using ActiveX automation?
The attached example shows how to run multiple cases with different feed tray location and total number of theoretical stages in a RadFrac block. As those parameters are changed for a given column, it is important to account for any possible change in pumparound, heater, or other feed locations within the column as they might change as well.
It is possible, though somewhat difficult, to use a Sensitivity analysis within Aspen Plus to vary the feed tray location and the number of trays in a column model. (See document 3615 for an example.) Using ActiveX automation will make it possible to also do so from a Visual Basic, C++ or Java application.
Set my_sim = Getobject ("D:\work\mch.bkp")
ActiveX, COM, VBA, VB, Visual Basic,RADFRAC, Feed tray, Number of Trays,Visual Basic automation