WO2020147461A1 - Procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par solvant - Google Patents

Procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par solvant Download PDF

Info

Publication number
WO2020147461A1
WO2020147461A1 PCT/CN2019/124325 CN2019124325W WO2020147461A1 WO 2020147461 A1 WO2020147461 A1 WO 2020147461A1 CN 2019124325 W CN2019124325 W CN 2019124325W WO 2020147461 A1 WO2020147461 A1 WO 2020147461A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
model
content
dao
solvent
Prior art date
Application number
PCT/CN2019/124325
Other languages
English (en)
Chinese (zh)
Inventor
钱锋
钟伟民
隆建
杨明磊
杜文莉
Original Assignee
华东理工大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华东理工大学 filed Critical 华东理工大学
Publication of WO2020147461A1 publication Critical patent/WO2020147461A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent

Definitions

  • the invention relates to a data-driven method for optimizing simulation and operating conditions of a solvent deasphalting device.
  • This method can be used to simulate the solvent deasphalting process, predict product yield and properties, and quickly and intelligently optimize the main operating conditions of the device.
  • the solvent deasphalting device is divided into two parts: the solvent extraction section and the solvent recovery section.
  • the principle of the core extraction section is the liquid-liquid extraction of the solvent-based on the solvent's ability to dissolve different chemical components in the residue to separate light and heavy Liquid phase.
  • the composition of residual oil is extremely complex.
  • Most of the existing studies use thermodynamic prediction of phase equilibrium data, supplemented by a small amount of experimental data as an extension, or divide new family components for each temperature fraction according to different K values.
  • the mechanism model mostly adopts trial and error method in the division of residue virtual family components, which requires continuous debugging based on experience, which has high complexity.
  • the invention aims to provide a data-driven simulation and optimization method for a solvent deasphalting device.
  • a data-driven modeling method for solvent deasphalting equipment includes:
  • the on-site data includes production and operation data of the solvent deasphalting device, raw material and product property analysis data;
  • PCA Principal component analysis
  • BP back propagation neural network
  • the preprocessing of the data includes data reconciliation, cleaning, transformation and reduction.
  • the preprocessing of the data includes after removing the abnormal data points, processing the DCS data into a 12h mean value form, and performing an interpolation operation on the default value of the property data for the corresponding time period and operation Combine the data and normalize it to the interval [-1, 1].
  • the characteristic variables include input variables for the DAO yield model and variables of the DAO desulfurization and carbon residue removal model;
  • the input variables of the DAO yield model include residual oil density ⁇ VR , kinematic viscosity ⁇ VR , residual carbon mass fraction w VR , sulfur content w S , iron content w Fe , nickel content w Ni , vanadium content w V.
  • Saturated content w SH aromatic content w AH , colloidal content w R , asphaltene content w A , extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , extraction tower bottom temperature T R1B , The settling tower inlet temperature T R2I , the settling tower top pressure P R2T , the settling tower sub-solvent temperature T R2FRJ , the cold slag feed flow rate F VR and the solvent ratio R total 19-dimensional input characteristic variables.
  • the variables of the DAO desulfurization and decarbonization model include residual oil density ⁇ VR , kinematic viscosity ⁇ VR , sulfur content w S , iron content W Fe , nickel content w Ni , saturation content w SH , aromatic content content w AH , colloid content w R , asphaltene content w A , extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , settling tower top pressure P R2T , settling tower top temperature T R2T , settling tower secondary solvent temperature T R2FRJ , cold slag feed flow rate F VR and solvent ratio R total 16-dimensional characteristic variables.
  • the PCA method is used to reduce the dimensionality of feature variables, and components with feature contribution rates greater than 99% are selected as modeling variables.
  • a data-driven method for optimizing a solvent deasphalting device includes using the method provided by the present invention to construct a data-driven solvent deasphalting device model to optimize the solvent deasphalting device
  • the optimization includes: using a particle swarm algorithm based on differential evolution and using a trained model to optimize the operating conditions of the solvent deasphalting device according to the production target.
  • the optimization target is defined as:
  • the decision variable X is the operating conditions of the solvent deasphalting device.
  • y DAO represents the output of the DAO yield model, which is the yield of the product deasphalted oil.
  • the DAO yield model is linked with the desulfurization and decarbonization model, and the device is operated through the DAO yield model according to the production goal of maximizing the yield of deasphalted oil
  • the conditions are optimized, and the operating conditions generated in each iteration are sent to the desulfurization and decarbonization model to obtain the sulfur and carbon residue content of the deasphalted oil, and determine whether the value meets the constraints, and set the temperature at the top of the extraction tower to be greater than The temperature at the bottom of the extraction tower to ensure the executable of the optimized results.
  • the present invention solves the problems in the prior art by providing a simulation method for a solvent deasphalting device.
  • Figure 1 is a schematic diagram of the solvent deasphalting process.
  • Figure 2 is a distribution diagram of the DAO sample yield.
  • Figure 3 is the PCA-BP model structure.
  • Figure 4 shows the effect of DAO yield model on yield.
  • Figure 5 shows the simulation effect of DAO desulfurization and carbon residue removal model on carbon residue.
  • Figure 6 is the simulation effect of the DAO desulfurization and decarbonization model on the sulfur content.
  • Figure 7 shows the effect of simulated operating conditions on the DAO yield.
  • Figure 8 shows the effect of simulated operating conditions on the DAO sulfur and carbon residue content.
  • the inventor provided a method for predicting the product yield and sulfur and residual carbon content of a solvent deasphalting device based on industrial data, and an optimization method for device operating conditions.
  • this method uses the methods of data reconciliation, cleaning, transformation, and reduction to preprocess the field data to eliminate fault points and smooth the data; after preprocessing
  • the characteristic variables are selected according to the process principle and the characteristics of the production process, and the characteristic variables that have a greater impact on the DAO yield, DAO sulfur content and residual carbon content are screened out; the principal component analysis method ( PCA) dimensionality reduction to reduce the impact of noise;
  • the dimensionality reduction data is input into the neural network model for training, and the DAO yield and DAO desulfurization and carbon residue removal model are obtained;
  • the particle swarm algorithm based on differential evolution is used to build The model optimizes the operating conditions, and obtains the operating conditions that the DAO
  • the data-driven simulation and optimization method of a solvent deasphalting device includes the following steps:
  • Step 1 Collect production operation data, raw material and product property analysis data of solvent deasphalting device
  • Step 2 Perform data reconciliation, cleaning, transformation and reduction of the missing and redundant parts of the field data
  • Step 3 Preliminarily screen the characteristic variables in the data obtained in Step 2 according to the process principle and process characteristics;
  • Step 4 Use principal component analysis (PCA) to reduce the dimensionality of the data set filtered by the feature variable in step 3 to eliminate abnormal noise;
  • PCA principal component analysis
  • Step 5 The data set after dimensionality reduction in step 4 is modeled by back propagation (BP) neural network, and the DAO yield model and the desulfurization and decarbonization model are established respectively;
  • BP back propagation
  • Step 6 Use the particle swarm algorithm based on differential evolution and use the trained model to optimize the operating conditions of the solvent deasphalting device according to the production target.
  • the optimization target is defined as:
  • the decision variable X is the operating conditions of the solvent deasphalting device.
  • y DAO represents the output of the DAO yield model, which is the yield of the product deasphalted oil.
  • step one the production operation data, raw material and product analysis data of the solvent deasphalting device are collected on site.
  • the production operation data is generally measured in seconds. Considering that there is a certain time lag in the industrial process, in one embodiment of the present invention, after removing data points with abnormal noise, the production operation data is processed into a 12h average form.
  • the analysis data usually has a daily analysis cycle, and the default value of the material analysis data corresponding to the production operation data is interpolated, and finally combined with the production operation data. Finally, a data set corresponding to the properties of raw materials, operating conditions and product properties is obtained and normalized to the interval [-1, 1].
  • modeling variables are screened for DAO yield and sulfur and carbon residue indicators respectively.
  • the input variables of the DAO yield model include residual oil density ⁇ VR and kinematic viscosity ⁇ VR , residual carbon mass fraction w VR , sulfur content w S , iron content w Fe , nickel content w Ni , vanadium content w V , saturation content w SH , aromatic content w AH , colloidal content w R , asphaltene Content w A , extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , extraction tower bottom temperature T R1B , settling tower inlet temperature T R2I , settling tower top pressure P R2T , settling tower secondary solvent temperature T R2FRJ ,
  • the cold slag feed flow rate F VR and the solvent ratio R are 19-dimensional input characteristic variables.
  • the DAO desulfurization and decarbonization model includes residual oil density ⁇ VR , kinematic viscosity ⁇ VR , sulfur content w S , iron content w Fe , and nickel content w Ni , saturation content w SH , aromatic content w AH , colloidal content w R , asphaltene content w A , extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , settling tower top pressure P R2T , sedimentation The temperature at the top of the tower T R2T , the temperature of the secondary solvent in the settling tower T R2FRJ , the cold slag feed flow rate F VR and the solvent ratio R total 16-dimensional characteristic variables.
  • step four the principal component analysis method is used to reduce the dimension of the selected feature subset, compress it to a low-dimensional space, and remove the noise in the original feature.
  • PCA is used to reduce the dimensionality of the characteristic variables of the solvent deasphalting process, and components with a characteristic contribution rate greater than 99% are selected as modeling variables.
  • back-propagation neural network is used to establish the models of DAO yield, DAO sulfur content, and residual carbon content.
  • the input is 19-dimensional raw material properties and operating conditions, and the output is the DAO yield;
  • the input is 16-dimensional The nature of raw materials and operating conditions, the output is DAO carbon residue content and sulfur content.
  • the particle swarm optimization algorithm based on differential evolution is used to link the DAO yield model with the desulfurization and decarbonization model, and according to the production goal of maximizing the yield of deasphalted oil, through DAO
  • the yield model optimizes the operating conditions of the device, and sends the operating conditions generated in each iteration to the desulfurization and decarbonization model to obtain the sulfur and carbon residue content of the deasphalted oil, and determine whether the value meets the constraints and set
  • the temperature at the top of the extraction tower is greater than the temperature at the bottom of the extraction tower to ensure the executable of the optimized results.
  • step 6 a particle swarm algorithm based on differential evolution is used to optimize the model.
  • the optimization goal is defined as:
  • the decision variable X is the operating conditions of the solvent deasphalting unit, including extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , extraction tower bottom temperature T R1B , settling tower inlet temperature T R2I , settling tower top pressure P R2T , the sub-solvent temperature T R2FRJ of the settling tower, the cold slag feed flow rate F VR and the solvent ratio R total 8 dimensional variables.
  • y DAO represents the output of the trained DAO yield model.
  • the method of the present invention is simple, fast and practical, and avoids the tediousness and uncertainty of artificially dividing the virtual components of the feed into groups and determining the content by trial and error.
  • the present invention uses a neural network to realize rapid prediction of product DAO yield and its sulfur and residual carbon content; adopts swarm intelligence optimization algorithm to optimize the operating conditions of the device, so that it can meet the demand for maximizing production benefits.
  • the process flow of the device is shown in Figure 1.
  • the whole device is mainly divided into two parts: subcritical extraction and supercritical solvent recovery.
  • the vacuum residue from the previous device is mixed with the solvent and then enters the extraction tower, and the heavy deasphalted solution from the top enters the colloid settling tower for further sedimentation and separation.
  • the DAO solution drawn from the top of the settling tower is heated and enters the stripping system for solvent recovery.
  • the colloidal solution drawn from the bottom of the settling tower and the DOA solution drawn from the bottom of the extraction tower are mixed and heated to enter the stripping tower to recover the solvent.
  • the recovered solvent is returned to the tower for recycling.
  • the sources of factory data are generally divided into two types, one is the device operating condition data collected by the distributed distributed control system (DCS), and the other is the raw material and product analysis data collected by the laboratory information management system (LIMS). Due to the limitation of the reliability of on-site testing instruments, the data directly obtained from DCS often has problems such as material imbalance and heat imbalance, so it cannot be directly used to establish device models. In order to ensure the accuracy of the model sample data, it is necessary to establish cleaning and reconciliation standards for the data collected in real time.
  • DCS distributed distributed control system
  • LIMS laboratory information management system
  • Normalization reduces the influence of the inconsistency of magnitude and dimension between features on the model, and speeds up the solution of the model.
  • the purpose of introducing principal component analysis is to use as few input variables as possible to complete the estimation of the variables to be measured, remove the interference information in the original variables, retain useful information, and simplify the input of the model.
  • is the sample mean and ⁇ is the sample standard deviation.
  • the variance contribution rate of all variables is usually used to determine the principal elements that should be retained. Define the variance contribution rate of the first k inputs:
  • a principal element with a contribution rate greater than 99% is selected as the input of the subsequent neural network.
  • the data after dimensionality reduction by PCA is used as the input of BP neural network to establish DAO yield and DAO sulfur content and residual carbon content models respectively.
  • the present invention adopts back propagation (BP) neural network, which is a neural network structure most widely used in process control.
  • BP neural network is shown in Figure 3.
  • FS Feature Selection
  • the n features with the highest importance are selected as the new feature subset
  • X FS ⁇ x 1 , x 2 ,..., x n ⁇ .
  • X FS selects the first k principal elements P 1 , P 2 ,..., P k with the largest contribution after PCA dimensionality reduction as the input of the BP neural network.
  • the neural network is composed of an input layer, a hidden layer and an output layer: the input layer has a total of k neurons, the hidden layer has a total of q nodes, and the output layer has p outputs.
  • the connection weights between the input layer and the hidden layer, and between the hidden layer and the output layer are W k ⁇ q and V q ⁇ p respectively .
  • the hidden layer and output layer neurons of the neural network adopt the Sigmoid nonlinear activation function.
  • the purpose of learning is to find a series of weights so that after each set of input vectors of the sample acts on the network, the actual output vector of the network and the expected output of the sample The vectors are consistent.
  • the whole process is to adjust the connection weight of each neuron in the network to minimize the error energy function of the network:
  • I the predicted output of the input sample x k .
  • the error backpropagation (BP) algorithm is used for training, and the Levenberg-Marquart algorithm with faster search speed is used to replace the traditional gradient descent method to minimize the error square sum.
  • H is the number of neurons in the hidden layer
  • m is the number of neurons in the input layer
  • n is the number of neurons in the output layer
  • L is a constant between 1 and 10.
  • the PCA-BP models of DAO yield and sulfur and carbon residue content were established respectively.
  • the network structure of the DAO yield model is: 13-7-1
  • Figure 4 is the comparison between the simulated results of the test data on the yield model and the actual value
  • the network structure of the DAO desulfurization and carbon residue removal model is 13-6-2, Figure 4 5.
  • Figure 6 shows the comparison between the simulated results of the residual carbon content and the sulfur content and the actual values
  • Figures 7 and 8 show the effect of changes in operating conditions on the yield and properties of DAO.
  • Table 1 shows the prediction accuracy of the model. It can be seen that the model has a high simulation accuracy for DAO yield and carbon residue and sulfur content.
  • the production optimization direction of solvent deasphalting equipment is usually to find the best operating conditions that maximize the yield of deasphalted oil under the condition that the properties of deasphalted oil meet the constraint requirements.
  • the intelligent search algorithm based on the built DAO yield and property simulation model, the key operating conditions of the solvent deasphalting process can be optimized according to this production demand.
  • PSO Particle Swarm Optimization
  • PSO organically combines the individuality and sociality of the particles in the group to guide the search. It has the characteristics of simple and easy implementation and fast convergence speed, but it also has the problem of easily falling into a local optimal solution.
  • Differential evolution algorithm (Differential Evolution, DE), like PSO algorithm, is also an optimization algorithm based on the theory of swarm intelligence. The competition and cooperation between populations are the basis for optimized search among individuals within a group.
  • the mutation mechanism of the algorithm that is, the method of generating offspring is:
  • r′ r 1 +F(r 2 -r 3 ) (7)
  • r 1 , r 2 and r 3 are 3 different individuals randomly selected from the evolutionary group. r'is a new individual generated from three randomly selected individuals.
  • DE algorithm does not depend on specific problems and has the ability to memorize individual optimal solutions. At the same time, DE algorithm also has problems such as slow convergence speed in the later stage and insufficient robustness.
  • the present invention introduces a differential evolution correction strategy on the basis of PSO, that is, performs a differential after each iteration.
  • the evolution operator is based on the crossover and mutation of the individual's current optimal solution. Replace the current optimal solution with the optimal solution with better fitness after evolution, guide the PSO to search for the optimal solution, and increase its ability to jump out of the local optimal solution.
  • the industry generally hopes to maximize the yield of DAO while ensuring that the production index meets a certain requirement.
  • carbon residue content and sulfur content are more important indicators to measure the yield of DAO.
  • the DE-PSO algorithm is now used to optimize the main operating conditions of the solvent deasphalting unit.
  • the operating conditions generated by each iteration of the DAO yield model are sent to the desulfurization and decarbonization model, and then the deasphalted oil under the corresponding operating conditions is obtained.
  • the sulfur content and residual carbon value are compared with the set deasphalted oil sulfur and residual carbon constraint indicators to determine the final executable optimal operating conditions.
  • the given quality index is CCR ⁇ 7%, S ⁇ 1.8%.
  • the model prediction result is used as the individual fitness value:
  • F i is the fitness value of individual i
  • y DAOi is the model prediction value of the yield of individual i.
  • the optimization goal is defined as:
  • the decision variable X is the operating conditions of the solvent deasphalting unit, including extraction tower inlet temperature T R1I , extraction tower top temperature T R1T , extraction tower bottom temperature T R1B , settling tower inlet temperature T R2I , settling tower top pressure P R2T , the sub-solvent temperature T R2FRJ of the settling tower, the cold slag feed flow rate F VR and the solvent ratio R total 8 dimensional variables.
  • y DAO represents the output of the DAO yield model.
  • Three sets of LIMS raw material data are selected as shown in Table 2. Under the condition that the properties of the raw materials remain unchanged, the operating conditions that maximize F i are found. In order to obtain the optimal operating conditions within the set carbon residue index range and conform to the principle of the extraction process, set the constraint condition as T R1T >T R1B , that is to ensure that the temperature at the top of the extraction tower is greater than the temperature at the bottom of the tower during the optimization process . In each iteration process, the value obtained by the yield model is sent to the desulfurization and decarbonization model to obtain the residual carbon content, and the particles that do not meet the requirements are punished, as shown in formula (10).

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Geometry (AREA)
  • Production Of Liquid Hydrocarbon Mixture For Refining Petroleum (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

L'invention concerne un procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par un solvant. Le procédé de modélisation piloté par des données destiné à un dispositif de désasphaltage par un solvant consiste à : (1) pré-traiter des données sur site, les données sur site comprenant des données d'opération de production, des données d'analyse de matière première et de propriété de produit dudit dispositif ; (2) sélectionner des variables de caractéristique, la sélection étant réalisée selon des principes et des processus technologiques, (3) réduire la dimensionnalité des variables de caractéristique par une analyse en composantes principales (ACP) ; et modéliser selon un ensemble de données de dimensionnalité réduite à l'aide d'un réseau de neurones à propagation arrière (BP) pour créer un modèle de rendement d'huile désasphaltée (DAO) ainsi qu'un modèle de désulfuration et d'élimination du carbone résiduel, respectivement. Le procédé d'optimisation comprend une étape d'optimisation des conditions de fonctionnement dudit dispositif à l'aide du modèle piloté par des données construit dudit dispositif.
PCT/CN2019/124325 2019-01-18 2019-12-10 Procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par solvant WO2020147461A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910048915.2 2019-01-18
CN201910048915.2A CN109657411B (zh) 2019-01-18 2019-01-18 一种基于数据驱动的溶剂脱沥青装置建模及优化方法

Publications (1)

Publication Number Publication Date
WO2020147461A1 true WO2020147461A1 (fr) 2020-07-23

Family

ID=66120448

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/124325 WO2020147461A1 (fr) 2019-01-18 2019-12-10 Procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par solvant

Country Status (2)

Country Link
CN (1) CN109657411B (fr)
WO (1) WO2020147461A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113780626A (zh) * 2021-08-16 2021-12-10 中冶南方工程技术有限公司 一种基于进化算法的炉渣粘度预测方法

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109657411B (zh) * 2019-01-18 2023-08-04 华东理工大学 一种基于数据驱动的溶剂脱沥青装置建模及优化方法
CN115830201B (zh) * 2022-11-22 2024-05-24 光线云(杭州)科技有限公司 一种基于聚簇的粒子系统优化渲染方法和装置
CN116523388B (zh) * 2023-04-17 2023-11-10 无锡雪浪数制科技有限公司 一种基于工业互联网平台的数据驱动的质量建模方法
CN116300774B (zh) * 2023-05-23 2023-08-08 蓝星智云(山东)智能科技有限公司 基于主元分析与核密度估计的间歇过程可视化监控方法
CN116448209A (zh) * 2023-06-15 2023-07-18 合肥市富林物联网技术股份有限公司 一种基于压力传感器的液位识别方法、装置及电子设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765346A (zh) * 2015-03-26 2015-07-08 华东理工大学 一种炼油过程全流程建模方法
CN104915522A (zh) * 2015-07-01 2015-09-16 华东理工大学 结合过程先验和数据驱动模型的混合建模方法及系统
CN109657411A (zh) * 2019-01-18 2019-04-19 华东理工大学 一种基于数据驱动的溶剂脱沥青装置建模及优化方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463343A (zh) * 2014-10-27 2015-03-25 中国石油大学(北京) 一种预测催化裂化轻质油产率的方法
CN104789256B (zh) * 2015-03-26 2016-07-06 华东理工大学 一种催化裂化装置的收率实时预测方法
WO2017117685A1 (fr) * 2016-01-08 2017-07-13 Mcmaster University Modèles de maladie et outils de pronostic pour la pré-leucémie et la leucémie

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765346A (zh) * 2015-03-26 2015-07-08 华东理工大学 一种炼油过程全流程建模方法
CN104915522A (zh) * 2015-07-01 2015-09-16 华东理工大学 结合过程先验和数据驱动模型的混合建模方法及系统
CN109657411A (zh) * 2019-01-18 2019-04-19 华东理工大学 一种基于数据驱动的溶剂脱沥青装置建模及优化方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LONG XUN-JIAN,QIAN JU, LIANG CHUAN: "Water Demand Forecast Model of BP Neutral Networks based on Principle Component Analysis", JOURNAL OF CHENGDU UNIVERSITY OF TECHNOLOGY (SCIENCE & TECHNOLOGY EDITION), vol. 2, no. 37, 30 April 2010 (2010-04-30), pages 206 - 210, XP009522012 *
RONG, GANG ET AL.: "A Robust Engineering Strategy for Scheduling Optimization of Refinery Fuel Gas System", INDUSTRIAL & ENGINEERING CHEMISTRY RESEARCH, vol. 57, no. 5, 31 December 2018 (2018-12-31), pages 1547 - 1559, XP055719239 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113780626A (zh) * 2021-08-16 2021-12-10 中冶南方工程技术有限公司 一种基于进化算法的炉渣粘度预测方法

Also Published As

Publication number Publication date
CN109657411B (zh) 2023-08-04
CN109657411A (zh) 2019-04-19

Similar Documents

Publication Publication Date Title
WO2020147461A1 (fr) Procédé de modélisation et d'optimisation piloté par des données destiné à un dispositif de désasphaltage par solvant
He et al. Improved deep transfer auto-encoder for fault diagnosis of gearbox under variable working conditions with small training samples
CN104765346B (zh) 一种炼油过程全流程建模方法
CN106845796B (zh) 一种加氢裂化流程产品质量在线预测方法
Wu et al. A just-in-time fine-tuning framework for deep learning of SAE in adaptive data-driven modeling of time-varying industrial processes
CN102626557B (zh) 基于ga-bp算法的分子蒸馏工艺参数优化方法
CN110739031B (zh) 一种冶金烧结过程的有监督预测方法、装置及存储介质
CN111026058B (zh) 基于瓦瑟斯坦距离和自编码器的半监督深度学习故障诊断方法
CN106354017A (zh) 一种稀土萃取分离过程组分含量区间控制方法
CN109102002A (zh) 结合卷积神经网络和概念机递归神经网络的图像分类方法
CN105278520A (zh) 基于t-kprm复杂工业过程运行状态评价方法及应用
CN111649779B (zh) 基于密集神经网络的油井含油率和总流速测量方法及应用
Alhajree et al. Modeling and optimization of an industrial hydrocracker plant
CN108062566A (zh) 一种基于多核潜在特征提取的智能集成软测量方法
CN107273633A (zh) 多工序间变量时滞估计方法及加氢裂化流程时滞估计方法
WO2006126647A1 (fr) Dispositif de prédiction de paramètre de raffinerie de pétrole et procédé de prédiction de paramètre
Niu et al. Machine learning-based beta transus temperature prediction for titanium alloys
Pater Application of artificial neural networks and genetic algorithms for crude fractional distillation process modeling
CN109920489A (zh) 一种基于Lasso-CCF-CNN的加氢裂化模型及建立方法
Li et al. Multiple-input multiple-output soft sensors based on KPCA and MKLS-SVM for quality prediction in atmospheric distillation column
CN116595880A (zh) 一种沸腾床渣油加氢装置智能混合建模方法
CN116662925A (zh) 一种基于加权稀疏神经网络工业过程软测量方法
CN112464554A (zh) 一种汽油精制设备的操作参数优化方法
Zhu et al. Data-driven models of crude distillation units for production planning and for operations monitoring
CN115374858B (zh) 基于混合集成模型的流程工业生产品质的智能诊断方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19909802

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19909802

Country of ref document: EP

Kind code of ref document: A1