CN112541326B - PSD-BPA bus name generation method and system - Google Patents

PSD-BPA bus name generation method and system Download PDF

Info

Publication number
CN112541326B
CN112541326B CN202011283695.0A CN202011283695A CN112541326B CN 112541326 B CN112541326 B CN 112541326B CN 202011283695 A CN202011283695 A CN 202011283695A CN 112541326 B CN112541326 B CN 112541326B
Authority
CN
China
Prior art keywords
bus
station
name
newly
added
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
CN202011283695.0A
Other languages
Chinese (zh)
Other versions
CN112541326A (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.)
China Southern Power Grid Co Ltd
NR Engineering Co Ltd
Original Assignee
China Southern Power Grid Co Ltd
NR Engineering 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 China Southern Power Grid Co Ltd, NR Engineering Co Ltd filed Critical China Southern Power Grid Co Ltd
Priority to CN202011283695.0A priority Critical patent/CN112541326B/en
Publication of CN112541326A publication Critical patent/CN112541326A/en
Application granted granted Critical
Publication of CN112541326B publication Critical patent/CN112541326B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/06Energy or water supply

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Data Mining & Analysis (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • Primary Health Care (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a PSD-BPA bus name generation method and a system, which convert station information and bus information into corresponding codes according to conversion rules, and construct bus names through the codes, so that standard naming of buses is realized, and meanwhile, in the naming process, whether naming is repeated is judged based on the existing names and the station information stored in a database, thereby avoiding the repetition of names and ensuring that PSD-BPA analysis is not easy to make mistakes.

Description

PSD-BPA bus name generation method and system
Technical Field
The invention relates to a PSD-BPA bus name generation method and system, and belongs to the field of power systems.
Background
The power system analysis software PSD-BPA is used for processing data text files meeting PSD-BPA format specifications. Bus names are the most fundamental and most important components of PSD-BPA format text files, and the bus names and voltage levels can be used to characterize topological points or devices. For example, a bus name may characterize a topological node, represent a generator, or a bus, etc.; the two busbar names and voltage levels may characterize a line or two volume changes, etc. A complete power topology network can be formed through a large amount of bus name data, and the PSD-BPA can reach the topology structure of the power grid through analyzing the related connection relation.
Since PSD-BPA is developed by adopting the FORTRAN language and the length of each line of text data is limited by the development software, the busbar name in the current PSD-BPA format specification only has 8 characters, which is equivalent to 4 Chinese characters. At present, the generation of the bus name has strong randomness and limited name length, so that the bus name is easy to repeat, and errors are easy to occur when PSD-BPA analysis is carried out.
Disclosure of Invention
The invention provides a PSD-BPA bus name generation method and system, which solve the problems disclosed in the background technology.
In order to solve the technical problems, the invention adopts the following technical scheme:
a PSD-BPA bus name generation method comprises,
acquiring information of a newly added station;
converting the newly-added station information into station codes according to a preset first conversion rule in response to the fact that the newly-added station information does not exist in the database; the bus name and the station information of the bus are stored in the database; the bus name comprises a station code and a bus code;
responding to the fact that no station codes corresponding to the newly-added stations exist in the database, acquiring information of buses of the newly-added stations, and converting the bus information of the newly-added stations into bus codes according to a preset second conversion rule;
and constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
The information of the newly added station comprises province/scheduling management units, areas and names of the newly added station.
The factory station code is the first six bits of the bus name, the first conversion rule is,
based on a preset code table, converting the province/scheduling management unit to which the newly added station belongs and the region to which the newly added station belongs into corresponding codes; the province/scheduling management unit code is the first bit of the bus name, and the region code is the second bit of the bus name;
converting the name of the newly added station into abbreviated Chinese characters or pinyin; the abbreviation Chinese characters or pinyin of the names are the third to sixth digits of the busbar names.
And adjusting abbreviated Chinese characters or pinyin corresponding to the names of the newly added stations in response to the station codes corresponding to the newly added stations in the database.
And responding to the newly added station information in the database, and ending the PSD-BPA bus name generation method.
The bus information of the newly added plant station comprises voltage class and topology points.
The busbar code is the last two digits of the busbar name, and the second conversion rule is,
converting the voltage level and the topology point into corresponding codes based on a preset code table; the voltage class code is the seventh bit of the bus name, and the topological point code is the eighth bit of the bus name.
A PSD-BPA bus name generation system comprises,
the station information acquisition module: acquiring information of a newly added station;
station code module: converting the newly-added station information into station codes according to a preset first conversion rule in response to the fact that the newly-added station information does not exist in the database; the bus name and the station information of the bus are stored in the database; the bus name comprises a station code and a bus code;
busbar code module: responding to the fact that no station codes corresponding to the newly-added stations exist in the database, acquiring information of buses of the newly-added stations, and converting the bus information of the newly-added stations into bus codes according to a preset second conversion rule;
bus name storage module: and constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
A computer-readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computing device, cause the computing device to perform a PSD-BPA busbar name generation method.
A computing device comprising one or more processors, one or more memories, and one or more programs, wherein one or more programs are stored in the one or more memories and configured to be executed by the one or more processors, the one or more programs comprising instructions for performing a PSD-BPA bus name generation method.
The invention has the beneficial effects that: according to the invention, the station information and the bus information are converted into corresponding codes according to the conversion rule, and the bus name is constructed through the codes, so that standard naming of the bus is realized, and meanwhile, in the naming process, whether naming is repeated is judged based on the existing name stored in the database and the station information, so that the repetition of the name is avoided, and the PSD-BPA analysis is not easy to make mistakes.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The invention is further described below with reference to the accompanying drawings. The following examples are only for more clearly illustrating the technical aspects of the present invention, and are not intended to limit the scope of the present invention.
As shown in fig. 1, a PSD-BPA busbar name generation method includes the following steps:
step 1, obtaining information of a newly-added station, wherein the information comprises a province/scheduling management unit to which the newly-added station belongs, a region to which the newly-added station belongs and a name of the newly-added station; the name of the newly added station is the scheduling name.
Step 2, judging whether the newly-added station information exists in the database, if so, indicating that the newly-added station is the existing station, and ending; if the station information does not exist, converting the newly-added station information into a station code according to a preset first conversion rule.
The database is a database established in advance and is used for storing the names of the existing buses and the information of the stations required by the buses; the information is stored in the database, so that the remote access of different users, especially users in different areas, can be facilitated.
The bus name is eight codes, and the bus name comprises a station code and a bus code, wherein the station code is the first six digits of the bus name, and the bus code is the last two digits of the bus name, and specifically comprises the following steps:
first bit: the province/scheduling management unit codes can adopt numbers, lowercase letters and uppercase letters to represent different province/scheduling management units, such as south network general dispatching 1, guangzhou 2, guangxi 3, guizhou 4, yunnan 5 and Hainan 6;
second bit: region codes, which may be numbers, lowercase letters, uppercase letters, representing different regions, such as the Zunyi region F;
third to sixth bits: the abbreviation of the name of the station where the bus is located is 4 characters in total, and Chinese character format is recommended to be used for convenient identification, pinyin abbreviation such as 'Toolwall power plant' can be used, and 'Toolwall' can be used;
seventh bit: the voltage class codes may be represented by numbers, lowercase letters, and uppercase letters, for example, 1 represents 110kV,2 represents 220kV,5 represents 500kV,7 represents 750kV, and a represents 1000kV, and for lower than 100kV, 0 may be uniformly represented, or may be differentiated, for example: w represents 66kV, X represents 35kV, Y represents 10kV, and Z represents 6kV;
eighth bit: different topological point codes of the same voltage level in the same station are used for distinguishing a plurality of topological points under the same voltage level in the same station, different topological points can be represented by numbers, lowercase letters and uppercase letters, and any character can be used when only one topological point exists.
The first conversion rule is:
1) Based on a preset code table, converting the province/scheduling management unit to which the newly added station belongs and the region to which the newly added station belongs into corresponding codes; the province/scheduling management unit code is the first bit of the bus name, and the region code is the second bit of the bus name;
2) Converting the name of the newly added station into abbreviated Chinese characters or pinyin; the abbreviation Chinese characters or pinyin of the names are the third to sixth digits of the busbar names.
Step 3, judging whether a station code corresponding to the newly-added station exists in the database, if not, acquiring information of a bus of the newly-added station, and converting the bus information of the newly-added station into a bus code according to a preset second conversion rule; if the new station name exists, the abbreviated Chinese character or pinyin corresponding to the new station name is adjusted.
The bus information of the newly added plant station comprises voltage class and topology points; the second conversion rule is: converting the voltage level and the topology point into corresponding codes based on a preset code table; the voltage class code is the seventh bit of the bus name, and the topological point code is the eighth bit of the bus name.
And 4, constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
According to the method, the station information and the bus information are converted into corresponding codes according to the conversion rule, the bus name is built through the codes, standard naming of the bus is achieved, and meanwhile in the naming process, whether naming is repeated or not is judged based on the existing names and the station information stored in the database, so that the repetition of the names is avoided, and PSD-BPA analysis is not prone to error.
A PSD-BPA bus name generation system comprises,
the station information acquisition module: acquiring information of a newly added station;
station code module: converting the newly-added station information into station codes according to a preset first conversion rule in response to the fact that the newly-added station information does not exist in the database; the bus name and the station information of the bus are stored in the database; the bus name comprises a station code and a bus code;
busbar code module: responding to the fact that no station codes corresponding to the newly-added stations exist in the database, acquiring information of buses of the newly-added stations, and converting the bus information of the newly-added stations into bus codes according to a preset second conversion rule;
bus name storage module: and constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
A computer-readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computing device, cause the computing device to perform a PSD-BPA busbar name generation method.
A computing device comprising one or more processors, one or more memories, and one or more programs, wherein one or more programs are stored in the one or more memories and configured to be executed by the one or more processors, the one or more programs comprising instructions for performing a PSD-BPA bus name generation method.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing is illustrative of the present invention and is not to be construed as limiting thereof, but rather as providing for the use of additional embodiments and advantages of all such modifications, equivalents, improvements and similar to the present invention are intended to be included within the scope of the present invention as defined by the appended claims.

Claims (6)

1. A PSD-BPA bus name generation method is characterized by comprising the following steps: comprising the steps of (a) a step of,
acquiring information of a newly added station; the information of the newly-added plant stations comprises provinces/scheduling management units, areas and names of the newly-added plant stations, wherein the provinces/scheduling management units and the areas belong to the newly-added plant stations;
converting the newly-added station information into station codes according to a preset first conversion rule in response to the fact that the newly-added station information does not exist in the database; the bus name and the station information of the bus are stored in the database; the bus name comprises a station code and a bus code; the factory station code is the first six bits of the bus name, and the first conversion rule is as follows: based on a preset code table, converting a province/scheduling management unit to which the newly added station belongs and a region to which the newly added station belongs into corresponding codes, wherein the province/scheduling management unit codes are the first bit of a bus name, and the region codes are the second bit of the bus name; converting the name of the newly added station into abbreviated Chinese characters or pinyin; abbreviated Chinese characters or pinyin of the name are the third to sixth digits of the busbar name;
responding to the fact that no station codes corresponding to the newly-added stations exist in the database, acquiring information of buses of the newly-added stations, and converting the bus information of the newly-added stations into bus codes according to a preset second conversion rule; the bus information of the newly added plant station comprises voltage class and topology points; the busbar code is the last two digits of the busbar name, and the second conversion rule is: converting the voltage level and the topology point into corresponding codes based on a preset code table; the voltage class code is the seventh bit of the bus name, and the topological point code is the eighth bit of the bus name;
and constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
2. The method for generating the name of the PSD-BPA bus, as claimed in claim 1, is characterized in that: and adjusting abbreviated Chinese characters or pinyin corresponding to the names of the newly added stations in response to the station codes corresponding to the newly added stations in the database.
3. The method for generating the name of the PSD-BPA bus, as claimed in claim 1, is characterized in that: and responding to the newly added station information in the database, and ending the PSD-BPA bus name generation method.
4. A PSD-BPA busbar name generation system, characterized by: comprising the steps of (a) a step of,
the station information acquisition module: acquiring information of a newly added station; the information of the newly-added plant stations comprises provinces/scheduling management units, areas and names of the newly-added plant stations, wherein the provinces/scheduling management units and the areas belong to the newly-added plant stations;
station code module: converting the newly-added station information into station codes according to a preset first conversion rule in response to the fact that the newly-added station information does not exist in the database; the bus name and the station information of the bus are stored in the database; the bus name comprises a station code and a bus code; the factory station code is the first six bits of the bus name, and the first conversion rule is as follows: based on a preset code table, converting a province/scheduling management unit to which the newly added station belongs and a region to which the newly added station belongs into corresponding codes, wherein the province/scheduling management unit codes are the first bit of a bus name, and the region codes are the second bit of the bus name; converting the name of the newly added station into abbreviated Chinese characters or pinyin; abbreviated Chinese characters or pinyin of the name are the third to sixth digits of the busbar name;
busbar code module: responding to the fact that no station codes corresponding to the newly-added stations exist in the database, acquiring information of buses of the newly-added stations, and converting the bus information of the newly-added stations into bus codes according to a preset second conversion rule; the bus information of the newly added plant station comprises voltage class and topology points; the busbar code is the last two digits of the busbar name, and the second conversion rule is: converting the voltage level and the topology point into corresponding codes based on a preset code table; the voltage class code is the seventh bit of the bus name, and the topological point code is the eighth bit of the bus name;
bus name storage module: and constructing the name of the bus according to the station code corresponding to the newly-added station and the bus code corresponding to the newly-added station bus, and storing the name of the bus and the station information in a database.
5. A computer readable storage medium storing one or more programs, characterized by: the one or more programs include instructions, which when executed by a computing device, cause the computing device to perform any of the methods of claims 1-3.
6. A computing device, characterized by: comprising the steps of (a) a step of,
one or more processors, one or more memories, and one or more programs, wherein the one or more programs are stored in the one or more memories and configured to be executed by the one or more processors, the one or more programs comprising instructions for performing any of the methods of claims 1-3.
CN202011283695.0A 2020-11-16 2020-11-16 PSD-BPA bus name generation method and system Active CN112541326B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011283695.0A CN112541326B (en) 2020-11-16 2020-11-16 PSD-BPA bus name generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011283695.0A CN112541326B (en) 2020-11-16 2020-11-16 PSD-BPA bus name generation method and system

Publications (2)

Publication Number Publication Date
CN112541326A CN112541326A (en) 2021-03-23
CN112541326B true CN112541326B (en) 2024-02-20

Family

ID=75014774

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011283695.0A Active CN112541326B (en) 2020-11-16 2020-11-16 PSD-BPA bus name generation method and system

Country Status (1)

Country Link
CN (1) CN112541326B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567603A (en) * 2010-12-16 2012-07-11 安徽省电力公司 Method for automatically generating BPA calculation file based on actual measurement topology and measured data
CN105243248A (en) * 2015-11-17 2016-01-13 广东电网有限责任公司电力调度控制中心 Method and system for producing substation main wiring model used for PSD-BPA simulation
CN109038579A (en) * 2018-09-19 2018-12-18 国网辽宁省电力有限公司 A kind of substation model computer method for automatically split-jointing
CN109766542A (en) * 2018-12-14 2019-05-17 中国电力科学研究院有限公司 A kind of the element naming method and system of large scale electric network electro-magnetic transient automatic modeling
CN109766586A (en) * 2018-12-14 2019-05-17 中国电力科学研究院有限公司 A kind of method and system automatically generating large scale electric network electromagnetic transient simulation model
JP2020060988A (en) * 2018-10-11 2020-04-16 株式会社日立製作所 Name matching device and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567603A (en) * 2010-12-16 2012-07-11 安徽省电力公司 Method for automatically generating BPA calculation file based on actual measurement topology and measured data
CN105243248A (en) * 2015-11-17 2016-01-13 广东电网有限责任公司电力调度控制中心 Method and system for producing substation main wiring model used for PSD-BPA simulation
CN109038579A (en) * 2018-09-19 2018-12-18 国网辽宁省电力有限公司 A kind of substation model computer method for automatically split-jointing
JP2020060988A (en) * 2018-10-11 2020-04-16 株式会社日立製作所 Name matching device and method
CN109766542A (en) * 2018-12-14 2019-05-17 中国电力科学研究院有限公司 A kind of the element naming method and system of large scale electric network electro-magnetic transient automatic modeling
CN109766586A (en) * 2018-12-14 2019-05-17 中国电力科学研究院有限公司 A kind of method and system automatically generating large scale electric network electromagnetic transient simulation model

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Zuozhi Shao et al.Research and Implementation of Function Code for Equipment in Distribution Network GIS.2011 International Conference on Electronics, Communications and Control (ICECC).2011,979-981. *
孙宏斌等.中国南方电网在线分布式建模系统研究与设计.电力系统自动化.2007,第31卷(第10期),82-86,91. *
易杨 ; 常宝立 ; 李力 ; 毕兆东 ; 辛拓 ; 谭伟 ; .PSD-BPA潮流计算数据卡的自动批量生成和修改.电力系统自动化.2013,(第10期),124-128. *
梁永清 ; 龙霏 ; 朱林 ; 傅龙辉 ; 戴美胜 ; .电力厂站调度命名普查及约束条件分析.机电工程技术.2013,(第07期),73-76. *

Also Published As

Publication number Publication date
CN112541326A (en) 2021-03-23

Similar Documents

Publication Publication Date Title
CN106777644B (en) Automatic generation method and device for power plant identification system code
CN112507499B (en) GIS-based power distribution network line loss data acquisition method and related device
CN109102146B (en) Electric power system risk assessment acceleration method based on multi-parameter linear programming
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
CN109408960B (en) Method and system for automatically generating intelligent transformer substation main wiring diagram based on SCD
CN112580178B (en) Graph-model bidirectional verification method and device for energy management system
CN111900713A (en) Multi-scene power transmission network planning method considering load and wind power randomness under network source coordination
CN113094932A (en) Method, device, equipment and storage medium for acquiring construction cost of power transformation project
CN105205039A (en) Customizable SCD (substation configuration description) file verification method
Wang et al. Applying probabilistic collocation method to power flow analysis in networks with wind farms
Li et al. Probabilistic load flow calculation with Latin hypercube sampling applied to grid-connected induction wind power system
CN111241488A (en) Distribution network protection fixed value setting system based on full information data flow
CN113076618B (en) Power distribution network single line diagram correction method, system, terminal equipment and storage medium
Qin et al. SR‐based chance‐constrained economic dispatch for power systems with wind power
CN112541326B (en) PSD-BPA bus name generation method and system
CN113344450A (en) Low-voltage station area subscriber identification method, system, terminal equipment and storage medium
Li et al. A fast method for reliability evaluation of ultra high voltage AC/DC system based on hybrid simulation
CN111340253B (en) Analysis method and system for main network maintenance application form
CN111553040B (en) Power grid topology analysis high-performance computing method and device based on GPU acceleration
CN112733348B (en) Hybrid power grid probability calculation method and device based on polynomial and maximum entropy model
CN104463699A (en) Intelligent substation control layer information extraction method and device
Zhang et al. Research on the key technology of smart substation model configuration and check
CN110020501B (en) Equipment structure improvement method and equipment based on multiphase computational fluid mechanics interpolation
CN105678637A (en) Data parsing system and application method thereof for vehicle charging posts
CN112861368A (en) Power distribution network information model construction method and device and terminal equipment

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