[go: up one dir, main page]

CN119762642B - Station line-to-user penetration dynamic rendering method based on energy flow graph - Google Patents

Station line-to-user penetration dynamic rendering method based on energy flow graph

Info

Publication number
CN119762642B
CN119762642B CN202411714821.1A CN202411714821A CN119762642B CN 119762642 B CN119762642 B CN 119762642B CN 202411714821 A CN202411714821 A CN 202411714821A CN 119762642 B CN119762642 B CN 119762642B
Authority
CN
China
Prior art keywords
sub
power
node
data
energy flow
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202411714821.1A
Other languages
Chinese (zh)
Other versions
CN119762642A (en
Inventor
王立峰
苏彪
卢愿
刘波
张云鹏
王克山
王涛
支应辉
刘刚
武传奇
傅鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Luruan Digital Technology Co Ltd
Original Assignee
Shandong Luruan Digital Technology Co Ltd
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 Shandong Luruan Digital Technology Co Ltd filed Critical Shandong Luruan Digital Technology Co Ltd
Priority to CN202411714821.1A priority Critical patent/CN119762642B/en
Publication of CN119762642A publication Critical patent/CN119762642A/en
Application granted granted Critical
Publication of CN119762642B publication Critical patent/CN119762642B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Supply And Distribution Of Alternating Current (AREA)

Abstract

The invention belongs to the technical field of power system visualization, and particularly relates to a station line-to-user penetration dynamic rendering method based on an energy flow graph. According to the method, edge computing nodes are arranged at station line-to-customer key points, time sequence data compression is improved, redundant transmission is reduced, and real-time accurate data are provided for dynamic rendering. And then, an improved hierarchical topology modeling algorithm is provided, the predicted power flow is accurately analyzed, and the rendering basis of the flow graph is enabled to be more scientific. And then, generating a local energy flow visual layer according to the user interaction requirement, reducing the calculation pressure, and improving the interaction response speed and the fluency of the energy flow diagram display. And finally, realizing smooth dynamic rendering of the two-dimensional and three-dimensional energy flow diagrams based on WebGPU and loader optimization. The method greatly reduces the calculation pressure, realizes quick interaction, and can smoothly display the dynamic local energy flow diagram.

Description

Station line-to-user penetration dynamic rendering method based on energy flow graph
Technical Field
The invention belongs to the technical field of power system visualization, and particularly relates to a station line-to-user penetration dynamic rendering method based on an energy flow graph.
Background
In order to meet the rapid interaction requirement of users on detailed energy flow information of a local area and reduce the whole-network visual computing pressure, the invention dynamically generates a local energy flow data visual layer according to the user interaction requirement. In the present age, the power system is continuously and rapidly developed, and the complexity of the power grid structure presents an exponential growth situation. The change makes the visual analysis of the running state of the power grid an indispensable important link in the power industry, and the dynamic rendering of the energy flow graph is a core technical requirement.
The existing dynamic rendering method of the energy flow graph exposes a plurality of defects which are difficult to overcome in practical application. In the initial stage of data acquisition, due to the limitation of technical means, real-time data acquisition and processing work cannot be efficiently performed. The data acquisition often has obvious hysteresis, so that the energy flow graph is very slow in the aspect of dynamic update, and the instantaneous change of the real-time state of the power grid cannot be accurately and timely reflected. The power grid topology modeling links are also not fully satisfactory, and an effective strategy matched with the characteristics of the power grid hierarchy structure is lacked. The short board directly causes difficulty in accurately analyzing the power flow, so that the dynamic distribution and flow trend of the power in each part of the power grid cannot be accurately presented in the dynamic rendering process of the power flow graph, and reliable decision basis cannot be provided for operation and maintenance personnel. The problem is also quite serious in the visual computing process. Because the calculation mode is not effectively optimized, when the mass power grid data is faced, the whole-grid visualized calculation pressure such as the Taishan mountain is jacked. When the dynamic display of the two-dimensional and three-dimensional energy flow diagrams is carried out, the phenomena of blocking and frame dropping frequently occur, and the phenomenon is like continuous blocking of the pictures during playing. The dynamic sensing of the power grid energy flow information by the user is seriously disturbed, so that the power grid energy flow information cannot be clearly and continuously mastered, and the capability of the user for carrying out deep analysis and accurate judgment on the power grid running state is greatly hindered.
Disclosure of Invention
Aiming at the technical problems, the invention provides a station line-to-user penetration dynamic rendering method based on an energy flow graph.
In order to achieve the above purpose, the technical scheme adopted by the invention comprises the following steps:
s1, firstly, arranging edge computing nodes at key points of station line households to realize real-time acquisition and distributed processing of data, wherein the distributed processing improves time sequence data compression so as to reduce redundant data transmission;
s2, providing an improved hierarchical topology modeling algorithm, decomposing the power grid topology according to a hierarchy, introducing time sequence-based energy flow prediction, and supporting the combination of real-time data and prediction data;
S3, dynamically generating a visual layer of the local energy flow data according to the user interaction requirement, and reducing the whole-network visual computing pressure, wherein the method is specifically implemented as follows:
S31, firstly, calculating a minimum subgraph G sub of a user designated area based on layered topology G= (N, epsilon, W) of a power grid, concentrating whole network calculation to a local area of interest of a user, and dynamically adjusting according to real-time interaction;
S32, dynamically generating a local energy flow visualization layer according to the extracted subgraph G sub, and calculating energy flow intensity S ij for each edge e ij∈εsubsub which is an edge set of the subgraph G sub: wherein P ij is the power flow of nodes i to j, W ij is the power transmission capability of edge e ij, and the energy flow intensity is used for dynamically adjusting the thickness and color of the edge in the layer, and for each node i E N sub,Nsub the node set of sub-graph G sub is obtained by The method is characterized by comprising the following steps of aggregating formulas, wherein S i represents node load ratio, and the colors and the sizes of icons mapped to the nodes, drawing only key edges and the nodes based on the results of S ij and S i, and reducing rendering complexity;
S33, finally, through an improved intelligent region sensing algorithm, the fact that region sensing weight omega i is introduced under real-time interaction, only data in a region of interest N sub are processed, when user interaction changes, only newly added and reduced node sets delta N sub are updated for energy flow calculation and caching of generated local layer data is carried out, and a caching result is directly called when a user repeatedly inquires, so that the cost of multiple times of calculation is reduced;
and S4, finally, dynamically rendering based on WebGPU and loader optimization to realize smooth display of the two-dimensional and three-dimensional energy flow diagrams.
Preferably, the step S1 of implementing the distributed processing to improve time series data compression is to fit time series data { (x 1,y1),(x2,y2),...(xn,yn) } to a straight line y=αx+β using a least square method, whereinThe fitting error calculation formula is: Where x i is the time point, y i is the data value corresponding to the time point, n is the number of samples of the current segment, and when the error is less than the error tolerance threshold, the segment data is compressed into a starting point, an end point and a fitting parameter.
Preferably, the step S2 of implementing the hierarchical topology modeling algorithm includes:
S21, dividing the power grid topology into a station layer, a line layer, a variable layer and a household layer according to a hierarchy to form a multi-layer topology structure based on a graph, wherein a node set is N= { N 1,N2,N3,N4 }, N Station ,N Wire (C) ,N Variable ,N Household is a transformer station node, a power transmission station node, a transformer node and a user node respectively, ε= { e ij|i∈Nl,j∈Nl+1, l=1, 2 and 3} wherein e ij represents the connection relation between a node i in the hierarchy l and a node j in the hierarchy l+1, and a weighted directed graph G= (N, ε and W) is adopted, wherein a weight matrix W represents the power transmission capacity of the line;
s22, in the hierarchical topology structure, the power flow follows the physical rule of the power grid, and each node meets a power balance equation, P in,i=Pout,i+Ploss,i, wherein P in,i is the input power of a node i, P out,i is the output power of the node i, P loss,i is the power loss, and the power loss can be further defined as: wherein P ij is the power of nodes i to j, R ij is the resistance of the line, V i is the voltage of node i, the power transfer relation of each layer of nodes is calculated, and the whole network power flow state is recursively updated;
s23, predicting the power of the node i by adopting LSTM, optimizing the prediction result by utilizing interlayer coupling constraint, enabling the prediction results of the upper layer and the lower layer to be consistent, and enabling an objective function to be: Wherein the method comprises the steps of Is the future power prediction value for node i, i is the number of layers,Is the total predicted input power of all relevant nodes of the next layer;
S24, aiming at the problem that the real-time data and the predicted data have differences, a dynamic data fusion method is adopted, and the fusion power value is as follows: where P real,i,t+1 is the real-time data, Phi real,ipred,i is the credibility of the real-time data and the predicted data respectively.
Preferably, the constraint condition of the objective function in the step S23 is thatEnsuring that the input power of each node is equal to the sum of the output power and the loss power,The output power of each node cannot exceed its design capacity P capacity,i.
Compared with the prior art, the method has the advantages that by means of edge computing nodes and optimizing time sequence data compression, a more timely and simplified data base is provided for dynamic rendering, rendering content is ensured to reflect the latest state of a power grid, and data transmission is efficient. The improved hierarchical topology modeling algorithm is integrated into energy flow prediction, so that the rendering basis is more scientific and accurate, and the power flow trend can be better presented. When the visual image layer is generated, a user region of interest is focused, data is calculated in an optimized mode and cached, calculation pressure is greatly reduced, quick interaction is achieved, and a dynamic-change local energy flow diagram can be displayed smoothly.
Detailed Description
In order that the above objects, features and advantages of the application may be more clearly understood, a further description of the application will be provided with reference to the following examples. It should be noted that, without conflict, the embodiments of the present application and features in the embodiments may be combined with each other.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, but the present invention may be practiced otherwise than as described herein, and therefore the present invention is not limited to the specific embodiments of the disclosure that follow.
In the embodiment, with the development of a power system, a power grid structure is increasingly complex, and the requirement for visual analysis of the running state of the power grid is continuously increased, and especially, the dynamic rendering of an energy flow graph becomes a key technical requirement. The traditional dynamic rendering method of the energy flow graph has a plurality of defects. In the data acquisition link, efficient real-time data acquisition and processing cannot be realized, so that the dynamic update of the energy flow graph is slow, and the real-time state change of the power grid cannot be reflected in time. The power grid topology modeling lacks suitability, and is difficult to accurately analyze the power flow, so that the dynamic distribution and flow trend of the power cannot be accurately presented when the power flow diagram is dynamically rendered. In the visual computing process, as the computing mode is not effectively optimized, the whole network visual computing pressure is huge, and when two-dimensional and three-dimensional energy flow diagrams are dynamically displayed, the phenomena of blocking and frame dropping frequently occur, so that the dynamic perception, analysis and judgment of a user on the energy flow information of the power grid are seriously influenced.
In order to realize efficient acquisition and processing of station line-to-customer data in an electric power system and reduce data transmission redundancy, the invention adopts a scheme that edge computing nodes are arranged at station line-to-customer key points and time sequence data compression is improved. In traditional grid data processing, data acquisition efficiency is low and transmission redundancy is serious. According to the invention, edge computing nodes are arranged at key points of the station line change, so that real-time acquisition and distributed processing of data are realized. Fitting the time series data { (x 1,y1),(x2,y2),...(xn,yn) } to a straight line y=αx+β using the least squares method, whereinThe fitting error calculation formula is: Where x i is the time point, y i is the data value corresponding to the time point, n is the number of samples of the current segment, and when the error is less than the error tolerance threshold, the segment data is compressed into a starting point, an end point and a fitting parameter. By the mode, a large amount of similar or slowly-changing data can be effectively compressed, the data quantity required to be transmitted is reduced, and the real-time performance of data acquisition is improved.
Then, considering that the existing power grid topology modeling lacks an effective layering strategy, the power flow is difficult to accurately analyze, and in order to accurately construct a power grid topology model and accurately analyze and predict the power flow of the power grid, the invention provides an improved layering topology modeling algorithm. Dividing the power grid topology into stations, lines, transformers and four layers according to a hierarchy to form a multi-layer topology structure based on a graph, wherein a node set is N= { N 1,N2,N3,N4 }, N Station ,N Wire (C) ,N Variable ,N Household is a transformer station node, a power transmission station node, a transformer node and a user node respectively, ε= { e ij|i∈Nl,j∈Nl+1, l=1, 2 and 3} wherein e ij represents a connection relation between a node i in the hierarchy l and a node j in the hierarchy l+1, a weighted directed graph G= (N, ε and W) is adopted, wherein a weight matrix W represents the power transmission capacity of the line, in the hierarchical topology structure, a power flow follows the physical rule of the power grid, each node meets a power balance equation, P in,i=Pout,i+Ploss,i, wherein P in,i is the input power of the node i, P out,i is the output power of the node i, and P loss,i is the power loss, and the power loss can be further defined as: wherein P ij is the power of the nodes i to j, R ij is the resistance of a line, V i is the voltage of the node i, the power transfer relation of each layer of nodes is calculated, the state of the power flow of the whole network is recursively updated, then LSTM is adopted to predict the power of the node i, and the prediction result is optimized by utilizing interlayer coupling constraint, so that the prediction results of the upper layer and the lower layer are consistent, and the objective function is as follows: Wherein the method comprises the steps of Is the future power prediction value for node i, i is the number of layers,Is the total predicted input power of all relevant nodes of the next layer, and the constraint condition of the objective function is thatEnsuring that the input power of each node is equal to the sum of the output power and the loss power,Aiming at the problem that the difference exists between real-time data and predicted data, a dynamic data fusion method is adopted, and the fusion power value is as follows: where P real,i,t+1 is the real-time data, Phi real,ipred,i is the credibility of the real-time data and the predicted data respectively. Through the hierarchical topology modeling algorithm, when power flow analysis and prediction are carried out on an urban power grid, power transfer and change trend among different layers can be accurately simulated, and potential problems can be found in advance
And then, in order to meet the rapid interaction requirement of the user on the detailed energy flow information of the local area and reduce the whole-network visual computing pressure, the invention dynamically generates the local energy flow data visual layer according to the user interaction requirement. Firstly, based on the hierarchical topology G= (N, epsilon, W) of a power grid, calculating a minimum sub-graph G sub of a user-specified area, concentrating the whole-network calculation to a local area of interest of a user, dynamically adjusting according to real-time interaction, then dynamically generating a local energy flow visual layer according to the extracted sub-graph G sub, and calculating energy flow intensity S ij of each side e ij∈εsubsub for a side set of the sub-graph G sub: wherein P ij is the power flow of nodes i to j, W ij is the power transmission capability of edge e ij, and the energy flow intensity is used for dynamically adjusting the thickness and color of the edge in the layer, and for each node i E N sub,Nsub the node set of sub-graph G sub is obtained by The method comprises the steps of aggregating formulas, wherein S i represents node load proportion, mapping to colors of nodes and sizes of icons, drawing key edges and nodes based on results of S ij and S i, reducing rendering complexity, finally, introducing region perception weight omega i under real-time interaction, processing data in a region of interest N sub only, updating energy flow calculation only for a newly added and reduced node set delta N sub when user interaction changes, caching generated local layer data, and directly calling a caching result when a user repeatedly inquires, thereby reducing the cost of multiple times of calculation. By the method, a user can quickly acquire detailed energy flow information of a local area, the interactive response speed is remarkably improved, and meanwhile, the two-dimensional and three-dimensional energy flow diagrams are displayed more smoothly.
Finally, based on WebGPU and loader optimized dynamic rendering, webGPU fully utilizes the parallel processing capability of modern graphics hardware to accelerate visual rendering of the energy flow data. The loader optimizes vertex shaders, fragment shaders, etc. in the graphics rendering pipeline, and adjusts the computing mode of color and transparency according to the energy flow intensity, thereby reducing unnecessary computing overhead. When the two-dimensional and three-dimensional energy flow diagrams of the large-scale power grid are displayed, the phenomenon of blocking and delay can be effectively avoided, and a smooth dynamic rendering effect is realized.
The present invention is not limited to the above-mentioned embodiments, and any equivalent embodiments which can be changed or modified by the technical content disclosed above can be applied to other fields, but any simple modification, equivalent changes and modification made to the above-mentioned embodiments according to the technical substance of the present invention without departing from the technical content of the present invention still belong to the protection scope of the technical solution of the present invention.

Claims (3)

1.一种基于能流图的站线变户穿透动态渲染方法,其特征在于,包括以下步骤:1. A dynamic rendering method for station-line-customer penetration based on energy flow diagrams, characterized by comprising the following steps: S1、首先采用边缘计算节点布置在站线变户的关键点,实现数据的实时采集与分布式处理,所述分布式处理改进时序数据压缩从而减少冗余数据传输;S1. First, edge computing nodes are deployed at key points of the station line and substation to realize real-time data acquisition and distributed processing. The distributed processing improves time-series data compression to reduce redundant data transmission. S2、提出一种改进的分层拓扑建模算法,将电网拓扑按层级分解,并引入基于时序的能流预测,支持实时数据和预测数据的结合;S2. An improved hierarchical topology modeling algorithm is proposed, which decomposes the power grid topology into hierarchical levels and introduces time-series-based energy flow prediction to support the combination of real-time data and prediction data. S3、然后根据用户交互需求动态生成局部能流数据的可视化图层,降低全网可视化计算压力,具体实现为:S3. Then, based on user interaction needs, dynamically generate a visualization layer of local energy flow data to reduce the computational burden of visualization across the entire network. Specifically, this is achieved as follows: S31、首先基于电网的加权有向图G=(N,ε,W),计算用户指定区域的最小子图Gsub,将全网计算集中到用户感兴趣的局部区域,并根据实时交互动态调整;S31. First, based on the weighted directed graph G=(N,ε,W) of the power grid, calculate the minimum subgraph Gsub of the user-specified region, concentrate the calculation of the entire network to the local region of interest to the user, and dynamically adjust it according to real-time interaction; S32、接着根据提取的子图Gsub动态生成局部的能流可视化图层,每条边eij∈εsub,εsub为子图Gsub的边集合,计算其能流强度Sij其中Pij为节点i到j的功率流,Wij为边eij的功率传输能力,能流强度用于动态调整图层中边的粗细和颜色;对于每个节点i∈Nsub,Nsub为子图Gsub的节点集合,通过公式来聚合,其中Si表示节点负载占比,映射到节点的颜色和图标的大小;基于Sij和Si的结果,仅绘制关键边和节点,降低渲染复杂度;S32. Next, based on the extracted subgraph G <sub>sub </sub>, a local energy flow visualization layer is dynamically generated, where each edge e<sub>ij</sub>ε<sub>sub</sub> , and ε<sub>sub</sub> is the set of edges of the subgraph G <sub>sub</sub> , and its energy flow intensity S <sub>ij</sub> is calculated: Where P<sub> ij </sub> represents the power flow from node i to j, W <sub>ij </sub> represents the power transmission capacity of edge e<sub> ij </sub>, and the power flow intensity is used to dynamically adjust the thickness and color of edges in the layer; for each node i∈N<sub>sub</sub> , N <sub>sub</sub> is the set of nodes in the subgraph G<sub> sub </sub>, through... The formula is used for aggregation, where Si represents the node load percentage, which is mapped to the node's color and icon size; based on the results of Sij and Si , only key edges and nodes are drawn, reducing rendering complexity; S33、最后通过改进的智能区域感知算法,确保在实时交互下,引入区域感知权重ωi,仅处理感兴趣区域Nsub内的数据,在用户交互发生变化时,仅对新增和减少的节点集合ΔNsub更新能流计算并对生成的局部图层数据进行缓存,用户重复查询时直接调用缓存结果,减少多次计算的开销;S33. Finally, through the improved intelligent region perception algorithm, it is ensured that under real-time interaction, the region perception weight ωi is introduced, and only the data within the region of interest N sub is processed. When the user interaction changes, the energy flow calculation is updated only for the newly added and reduced node set ΔN sub and the generated local layer data is cached. When the user queries repeatedly, the cached result is directly called to reduce the overhead of multiple calculations. S4、最后基于WebGPU和Shader优化的动态渲染,实现二维和三维能流图的流畅展示;S4. Finally, dynamic rendering based on WebGPU and Shader optimization enables smooth display of two-dimensional and three-dimensional energy flow graphs; 所述步骤S2中分层拓扑建模算法的实现步骤为:The implementation steps of the hierarchical topology modeling algorithm in step S2 are as follows: S21、将电网拓扑按层级划分为站、线、变、户四层,形成基于图的多层拓扑结构,节点集合为N={N1,N2,N3,N4},其中N1、N2、N3、N4分别为变电站节点、输电站节点、变压器节点和用户节点,ε={eij|i∈Nl,j∈Nl+1,l=1,2,3}其中eij表示层级l中节点i和层级l+1中节点j的连接关系,采用加权有向图G=(N,ε,W),其中权值矩阵W表示线路的功率传输能力;S21. Divide the power grid topology into four layers: substation, line, transformer, and user, forming a multi-layer graph-based topology structure. The node set is N = { N1 , N2 , N3 , N4 }, where N1 , N2 , N3 , and N4 are substation nodes, transmission station nodes, transformer nodes, and user nodes, respectively. ε = {e<sub> ij </sub> | i ∈ N<sub>l </sub>, j ∈ N<sub> l+1 </sub>, l = 1, 2, 3}, where e <sub>ij</sub> represents the connection relationship between node i in layer l and node j in layer l+1. A weighted directed graph G = (N, ε, W) is used, where the weight matrix W represents the power transmission capacity of the line. S22、在分层拓扑结构中,功率流遵循电网的物理规律,每个节点满足功率平衡方程:Pin,i=Pout,i+Ploss,i,其中Pin,i是节点i的输入功率,Pout,i是节点i的输出功率,Ploss,i为功率损耗,功率损耗定义为:其中Pij是节点i到j的功率,Rij是线路的电阻,Vi是节点i的电压,计算每层节点的功率传递关系,并递归更新全网功率流状态;S22. In a hierarchical topology, power flow follows the physical laws of the power grid, and each node satisfies the power balance equation: P<sub>in,i</sub> = P<sub>out,i</sub> + P<sub>loss,i</sub> , where P <sub>in,i</sub> is the input power of node i, P<sub>out,i</sub> is the output power of node i, and P<sub> loss,i </sub> is the power loss, defined as: Where Pij is the power from node i to j, Rij is the line resistance, and Vi is the voltage at node i. Calculate the power transfer relationship of each node and recursively update the power flow state of the entire network. S23、接着采用LSTM预测节点i的功率,利用层间耦合约束优化预测结果,使上下层预测结果一致,目标函数为:其中是节点i的未来功率预测值,l为层数,是下一层所有相关节点的总预测输入功率;S23. Next, LSTM is used to predict the power of node i. The prediction results are optimized using inter-layer coupling constraints to ensure consistency between the prediction results of upper and lower layers. The objective function is: in Here, l is the predicted future power value of node i, and l is the layer number. It is the total predicted input power of all relevant nodes in the next layer; S24、针对实时数据和预测数据存在差异的问题,采用动态数据融合方法,融合功率值为:其中Preal,i,t+1是实时数据,为预测数据;分别为实时数据和预测数据的可信度。S24. To address the discrepancy between real-time and predicted data, a dynamic data fusion method is adopted, with a fusion power value of: Where P <sub>real,i,t+1</sub> represents real-time data. For predictive data; The credibility of real-time data and predicted data are respectively. 2.根据权利要求1所述的一种基于能流图的站线变户穿透动态渲染方法,其特征在于,所述步骤S1中分布式处理改进时序数据压缩的实现步骤是对时序数据{(x1,y1),(x2,y2),...(xn,yn)}使用最小二乘法拟合为直线y=αx+β,其中拟合误差计算公式为:其中xi为时间点,yi为时间点对应的数据值,n为当前段的样本数,当误差小于误差容忍阈值时将该段数据压缩为起点、终点和拟合参数。2. The station-line-customer penetration dynamic rendering method based on energy flow diagram according to claim 1, characterized in that, in step S1, the distributed processing improved time-series data compression implementation step is to fit the time-series data {( x1 , y1 ), ( x2 , y2 ), ... ( xn , yn )} to a straight line y = αx + β using the least squares method, where The formula for calculating the fitting error is: Where x <sub>i </sub> is the time point, y <sub>i </sub> is the data value corresponding to the time point, and n is the number of samples in the current segment. When the error is less than the error tolerance threshold, the data in this segment is compressed into the start point, the end point, and the fitting parameters. 3.根据权利要求1所述的一种基于能流图的站线变户穿透动态渲染方法,其特征在于,所述步骤S23中目标函数的约束条件为保证每个节点的输入功率等于输出功率与损耗功率之和,Pout,i≤Pcapacity,i 每个节点的输出功率不能超过其设计容量Pcapacity,i3. The station-line-customer penetration dynamic rendering method based on energy flow diagram according to claim 1, characterized in that the constraint condition of the objective function in step S23 is: Ensure that the input power of each node equals the sum of the output power and the power loss, P out,i ≤ P capacity,i The output power of each node cannot exceed its design capacity P<sub>capacity,i</sub> .
CN202411714821.1A 2024-11-27 2024-11-27 Station line-to-user penetration dynamic rendering method based on energy flow graph Active CN119762642B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202411714821.1A CN119762642B (en) 2024-11-27 2024-11-27 Station line-to-user penetration dynamic rendering method based on energy flow graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202411714821.1A CN119762642B (en) 2024-11-27 2024-11-27 Station line-to-user penetration dynamic rendering method based on energy flow graph

Publications (2)

Publication Number Publication Date
CN119762642A CN119762642A (en) 2025-04-04
CN119762642B true CN119762642B (en) 2025-11-07

Family

ID=95174019

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202411714821.1A Active CN119762642B (en) 2024-11-27 2024-11-27 Station line-to-user penetration dynamic rendering method based on energy flow graph

Country Status (1)

Country Link
CN (1) CN119762642B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103093305A (en) * 2012-12-17 2013-05-08 绍兴电力局 Power dispatching automation master station system radiation visualization rendering method
CN113496354A (en) * 2021-06-25 2021-10-12 上海交通大学 Matrixing mathematical modeling method and system based on topology analysis

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9870629B2 (en) * 2008-06-20 2018-01-16 New Bis Safe Luxco S.À R.L Methods, apparatus and systems for data visualization and related applications
GB0819015D0 (en) * 2008-10-17 2008-11-26 Romax Technology Ltd A power tranmission analysis
US11388054B2 (en) * 2019-04-30 2022-07-12 Intel Corporation Modular I/O configurations for edge computing using disaggregated chiplets
CN117827933B (en) * 2024-01-02 2024-06-07 北京易成慧众能源科技有限公司 Power transaction data graph generation method and system
CN118862384A (en) * 2024-06-26 2024-10-29 国网宁夏电力有限公司 Digital display system and method of distribution network structure based on topological knowledge

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103093305A (en) * 2012-12-17 2013-05-08 绍兴电力局 Power dispatching automation master station system radiation visualization rendering method
CN113496354A (en) * 2021-06-25 2021-10-12 上海交通大学 Matrixing mathematical modeling method and system based on topology analysis

Also Published As

Publication number Publication date
CN119762642A (en) 2025-04-04

Similar Documents

Publication Publication Date Title
Zheng et al. A hybrid energy-aware resource allocation approach in cloud manufacturing environment
Zhao et al. Optimization of China’s provincial carbon emission transfer structure under the dual constraints of economic development and emission reduction goals
Zhang et al. VNE-HPSO: Virtual network embedding algorithm based on hybrid particle swarm optimization
CN103500237A (en) Automatic image forming method for power distribution network based on logic layout
CN110366193A (en) A slice deployment method and device carried by network orchestration layer of smart grid
CN103701619A (en) Internet content distribution method based on CDN (Content Distribution Network) and data center dynamic selection
He et al. Management and real-time monitoring of interconnected energy hubs using digital twin: Machine learning based approach
CN104317646A (en) Cloud data central virtual machine scheduling method based on OpenFlow frame
Shen et al. The spatial network and its driving factors for sustainable total-factor ecology efficiency: The case of China
CN119762642B (en) Station line-to-user penetration dynamic rendering method based on energy flow graph
CN112348352B (en) Big data analysis-based automatic generation method for electric power budget proposal scheme
CN117853269B (en) Heating data optimization method, device and equipment based on machine learning
Guo et al. Multi-level federated learning mechanism with reinforcement learning optimizing in smart city
CN107704981A (en) A kind of method that power distribution network project planning is assessed
CN111211557A (en) A multi-level and multi-branch grid structure planning method and system
CN113555880B (en) Reactive compensation access point screening method based on retired synchronous generator set
Peng et al. Edge-cloud collaborative computation offloading for federated learning in smart city
CN116684291A (en) A method for intelligent allocation of service function chain mapping resources applicable to a generalized platform
CN108280775A (en) The layer distributed of power information physical system blendes together computing architecture system and method
Qiao et al. Development of small hydropower in China 1990–2015: Province-domain patterns of temporal-spatial evolution
Huang et al. Traffic load prediction of power communication network based on graph neural network
CN101286898A (en) Uncertain grid multi-QoS measurement method based on interval number
CN114825334A (en) Power distribution network open capacity optimization auxiliary method
Liu et al. Analysis of water resources carrying capacity in North China based on system dynamics
CN119721879B (en) A cloud-edge collaborative smart grid operation and maintenance carbon reduction method based on alternating direction multiplier method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant