(745c) Real-Time Optimization of a Reduced-Order Residue Fluidized Catalytic Cracker Model with Trust Region Method
AIChE Annual Meeting
2020
2020 Virtual AIChE Annual Meeting
Computing and Systems Technology Division
Real-Time Optimization of Operations
Thursday, November 19, 2020 - 8:30am to 8:45am
The ROM of the RFCC unit is based on a general plug flow reactor (PFR) model and is visualized as an Aspen Custom model (ACM) connecting to the whole RECAP flowsheet as well as to the detailed model. Since ROMs are sufficiently accurate only in a restricted zone around the point in decision variable space where they are constructed [1], the TRF strategy is applied to optimize this RTO problem. Here, a trust-region sub-problem (TRSP) incorporates the ROM-RFCC model including (i) adding the penalty term to the objective function; (ii) adding the correction terms to the ROM to form the full reduced-order model; and (iii) adding the TR radius constraints on the degrees of freedom. In particular, the penalty term on the objective function avoids the expensive compatibility check in the trust-region algorithm [2]. The correction terms on the PFR model are used to pass the criticality check since they can reduce the gap between the truth model and the ROM at different inputs.
Python programming platform is used to develop the trust-region algorithm driver, which reads data from and writes data back to Aspen files for TRSP, truth model (RFCC), and the ROM-RECAP. For each iteration, the driver first transfers the input values into the isolated truth model and the isolated ROM to calculate the Jacobian matrices. Then, this driver collects the matrices and sends them to the TRSP part as the correction terms and solves the TRSP. Next, the driver reads the solution of the TRSP and helps it go through the filter check, optimality check, and step-type check to calculate the radius for the next iteration. Finally, the new location is fed back to the isolated ROM and the isolated truth model to calculate new Jacobian matrices. Their results, with the new radius, are then moved to the TRSP for the next iteration until the optimality check holds.
This approach will be illustrated on a number of real-world examples in order to demonstrate the effectiveness and efficiency of this ROM-based optimization approach.
[1] A. Agarwal, L.T. Biegler, A trust-region framework for constrained optimization using reduced-order modeling, Optim. Eng. 14 (2013) 3â35.
[2] J.P. Eason, L.T. Biegler, A trust region filter method for glass box/black-box optimization, AIChE J. 62 (2016) 3124â3136.
Keywords: Real-Time Optimization, Reduced Order Models, Crude Distillation, Equation-Oriented Optimization, Trust Region Method.