WO2016188503A2 - 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法 - Google Patents

一种适用于电磁暂态多时间尺度实时仿真接口的实现方法 Download PDF

Info

Publication number
WO2016188503A2
WO2016188503A2 PCT/CN2016/089823 CN2016089823W WO2016188503A2 WO 2016188503 A2 WO2016188503 A2 WO 2016188503A2 CN 2016089823 W CN2016089823 W CN 2016089823W WO 2016188503 A2 WO2016188503 A2 WO 2016188503A2
Authority
WO
WIPO (PCT)
Prior art keywords
time
time scale
real
simulation
fpga
Prior art date
Application number
PCT/CN2016/089823
Other languages
English (en)
French (fr)
Other versions
WO2016188503A3 (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 WO2016188503A2 publication Critical patent/WO2016188503A2/zh
Publication of WO2016188503A3 publication Critical patent/WO2016188503A3/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]

Definitions

  • the invention relates to an implementation method, in particular to an implementation method suitable for an electromagnetic transient multi-time scale real-time simulation interface.
  • the real-time digital simulation system of the power system can simulate various operating conditions of the power system in real time, and has the advantages of small size, low power consumption, good versatility, high repeatability, low price dynamic simulation and low cost of digital-analog hybrid simulation device. Widely used in the testing of power automation equipment.
  • the small step simulation system is an important part of a complete electromagnetic transient simulation system. As the simulation step size becomes smaller, the simulation burden of the system also increases, which requires the use of the FPGA hardware acceleration platform to implement real-time double-precision floating-point operations of the small-step simulation system.
  • FPGA programs should implement parallelism and reduce dependencies between data.
  • FPGA should shorten the length of a single computing pipeline.
  • the LUT of the FPGA can be used both for storage and for calculation; in order to improve the computing power of the FPGA, the use of the storage space of the FPGA must be reduced.
  • the existing multi-time-scale meshing algorithm design method utilizes the natural delay characteristics of the transmission line. Among them, the equivalent calculation circuit is shown in Figure 2.
  • the current source recursion formula is:
  • the present invention provides an implementation method for an electromagnetic transient multi-time scale real-time simulation interface, which effectively solves the interconnection problem between the FPGA small step size simulation system and the server system of the power system, and solves the simulation scale.
  • the problem of limitation greatly improves the efficiency of simulation.
  • An implementation method suitable for an electromagnetic transient multi-time scale real-time simulation interface comprising the following steps:
  • determining a time scale of the sub-network according to a dynamic time constant of the system includes a minimum time scale and a non-minimum time scale.
  • the network of the minimum time scale runs on a real-time FPGA simulation platform
  • the network of a non-minimum time scale runs on a real-time server platform.
  • the network matrix initialization in the step (2) comprises: using an external interpolation method to inversely push the initial voltage and current of the electromagnetic transient simulation system, estimating the system voltage and current before the current time, and recording the time and solution.
  • the voltage and current associated with the coupling element comprises: using an external interpolation method to inversely push the initial voltage and current of the electromagnetic transient simulation system, estimating the system voltage and current before the current time, and recording the time and solution.
  • the network matrix is stored in the memory of the FPGA platform.
  • timing control is performed by the FPGA platform, the FPGA platform and the real-time server platform are synchronously started, and the network running on the FPGA system is transmitted to the real-time server platform every other non-minimum time scale.
  • Matrix data is
  • the real-time server platform when the real-time server platform receives the data transmitted by the FPGA, compares with the historical interface data on the real-time server platform, and obtains an intermediate variable of the non-minimum time scale of the FPGA platform, and Transfer to the FPGA platform on a non-minimum time scale.
  • step (3) is repeated; if not, the simulation calculation is performed using the intermediate variable of the next non-minimum time scale.
  • the present invention provides an implementation method of an electromagnetic transient multi-time scale real-time simulation interface.
  • the decoupling component is decomposed into two controlled sources with fixed internal resistance by initialization, and the pre-process on the server side is adopted.
  • the calculation incorporates the controlled source into the sub-network before the simulation begins, preventing the core network equation from being affected by changes in the controlled source calculation. This solidifies the calculation process and is beneficial to the implementation of the FPGA.
  • the splitting and design of the interface simulation calculation is proposed, which solves the problem of unbalanced computing load and excessive computational resources of FPGA in multi-scale parallel network calculation, and improves the calculation speed and simulation scale.
  • FIG. 1 is a flow chart of an implementation method of an electromagnetic transient multi-time scale real-time simulation interface provided by the present invention
  • FIG. 2 is a schematic structural diagram of an equivalent value calculation circuit provided by the background art.
  • an implementation method suitable for an electromagnetic transient multi-time scale real-time simulation interface comprising the following steps:
  • determining the time scale of the sub-network according to the dynamic time constant of the system includes a minimum time scale and a non-minimum time scale.
  • the following dynamic time constants can be selected: 1, 10, 50, 100, 1000.
  • the network of the minimum time scale runs on a real-time FPGA simulation platform, and the network of a non-minimum time scale runs on a real-time server platform.
  • the network matrix initialization includes: using an external interpolation method to initialize the initial voltage of the electromagnetic transient simulation system Reverse the current with the current, estimate the system voltage and current before the current time, and record the voltage and current associated with the decoupling component at that time;
  • the network matrix is stored in the memory (SRAM) of the FPGA platform.
  • the FPGA platform performs timing control, synchronously starts the FPGA platform and the real-time server platform, and transmits data of the network matrix running on the FPGA system to the real-time server platform every other non-minimum time scale. .
  • step (4) when the real-time server platform receives the data transmitted by the FPGA, compares with the historical interface data on the real-time server platform, and obtains an intermediate variable of the non-minimum time scale of the FPGA platform, and is at a non-minimum Transfer to the FPGA platform in time scale.
  • step (3) On a non-minimum time scale, if the FPGA receives the data of the real-time server platform, step (3) is repeated; if not, the simulation is performed using the intermediate variable of the next non-minimum time scale.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Supply And Distribution Of Alternating Current (AREA)
  • Monitoring And Testing Of Transmission In General (AREA)

Abstract

本发明涉及一种适用于电磁暂态多时间尺度实时仿真接口的实现方法,所述方法包括下述步骤:根据电磁暂态多时间尺度,将仿真***划分为多个通过解耦元件传输线连接的子网络,并确定所述子网络的时间尺度;通过戴维南等值电路将解耦元件分解为两个内阻固定的受控源,并入所述子网络中,进行网络矩阵初始化;进行仿真计算,接收FPGA平台的数据;预处理FPGA平台的数据,获得中间变量,继续仿真计算。

Description

一种适用于电磁暂态多时间尺度实时仿真接口的实现方法 技术领域
本发明涉及一种实现方法,具体涉及一种适用于电磁暂态多时间尺度实时仿真接口的实现方法。
背景技术
电力***中,为了验证新的电力自动化设备的功能和性能,在设备投入实际***运行前需要进行大量测试。电力***实时数字仿真***可以实时模拟电力***各种运行工况,具有体积小、功耗低、通用性好、可重复性强、价格较动态模拟和数模混合式仿真装置低廉等优点,因而在电力自动化设备的测试中获得了广泛应用。
小步长仿真***是一个完整的电磁暂态仿真***的重要组成部分。随着仿真步长变小,***的仿真负担也随之增加,从而需要使用FPGA硬件加速平台用以实现小步长仿真***的实时的双精度浮点运算。
但是由于仿真***的仿真能力的限制,很多大型的仿真算例并不能完全在一个平台上运行。因此必须把大型的仿真算例划分为规模较小的网络,并通过接口互联,使得仿真结果与一个完整的大型仿真算例完全一致,而FPGA上只进行小步长仿真的局部网络。于是产生了在FPGA平台上进行多时间尺度分网并行仿真的需求。
FPGA平台的设计必须保证三个原则:
1.FPGA的程序应该实现保证并行,减少数据间的依赖关系。
2.FPGA为了提升仿真能力,应该缩短单一计算流水线的长度。
3.FPGA的LUT既可以用作存储又可以用于计算;为了提升FPGA的计算能力,必须减少FPGA的存储空间的使用。
现有的多时间尺度分网算法的设计方法利用了传输线自然延迟特性。其中,等值计算电路如图2所示,
电流源递推公式为:
Figure PCTCN2016089823-appb-000001
由此递推公式可知,每一个子网上都需要保留2τmi/dt的变量,同时,由于τmi是一个变量,导致变量缓存区的大小不能固定;同时,上述递推公式中变量是模态量,交流的模态量转换为仿真***需要的瞬时量,该转换是一个长流水线计算,会占用大量时序;最后,为了提升FPGA平台的仿真能力,必须尽量优化FPGA侧的计算,对于复杂的接口计算必须进行简化。
发明内容
为了实现上述目的,本发明提供一种适用于电磁暂态多时间尺度实时仿真接口的实现方法,有效的解决电力***的FPGA小步长仿真***与服务器***之间的互联问题,解决了仿真规模限制的问题,极大提升了仿真效率。
本发明的目的是采用下述技术方案实现的:
一种适用于电磁暂态多时间尺度实时仿真接口的实现方法,所述方法包括下述步骤:
(1)根据电磁暂态多时间尺度,将仿真***划分为多个通过解耦元件传输线连接的子网络,并确定所述子网络的时间尺度;
(2)通过戴维南等值电路将解耦元件分解为两个内阻固定的受控源,并入所述子网络中,进行网络矩阵初始化;
(3)进行仿真计算,接收FPGA平台的数据;
(4)预处理FPGA平台的数据,获得中间变量,继续仿真计算。
优选的,所述步骤(1)中,根据***的动态时间常数确定所述子网络的时间尺度包括最小时间尺度和非最小时间尺度。
进一步地,所述最小时间尺度的网络在实时FPGA仿真平台上运行,非最小时间尺度的网络在实时服务器平台上运行。
优选的,所述步骤(2)中网络矩阵初始化包括:采用外插值法对电磁暂态仿真***的初始电压和电流进行反推,估算当前时刻之前的***电压和电流,并记录该时间与解耦元件相关的电压和电流;
完成网络矩阵初始化后,将该网络矩阵存储至FPGA平台的内存中。
优选的,所述步骤(3)中,通过FPGA平台进行时序控制,同步启动所述FPGA平台与实时服务器平台,每隔一个非最小时间尺度向所述实时服务器平台传输在FPGA***上运行的网络矩阵的数据。
优选的,所述步骤(4)中,当实时服务器平台接收到FPGA传输的数据后,与实时服务器平台上的历史接口数据进行比较,获得FPGA平台下一个非最小时间尺度的中间变量,并在 一个非最小时间尺度内传送至FPGA平台。
进一步地,在一个非最小时间尺度内,如果FPGA接收到实时服务器平台的数据,则重复步骤(3);如未收到,则利用所述下一个非最小时间尺度的中间变量进行仿真计算。
与最接近的现有技术比,本发明达到的有益效果是:
1.本发明提供了电磁暂态多时间尺度实时仿真接口的实现方法,在具体的仿真计算前,通过初始化把解耦元件分解为两个内阻固定的受控源,通过在服务器侧的预计算,将受控源在仿真开始前并入了子网络,防止由于受控源计算的变化使核心网络方程造成影响。由此固化了计算过程,有利于FPGA的实现。
2.提出了解耦元件预计算的解决方案,结合了FPGA运算的特点,把可能发生的情况都在预计算过程中进行处理,即将变量变化导致计算和存储变化的计算区域提取出来,放入了独立的服务器芯片中进行计算,把必须保留的固定的计算部分保留在FPGA中实现。大大节省了FPGA的资源,提升了FPGA的网络计算能力。
3.提出了对接口仿真计算的拆分和设计,解决了FPGA在多尺度并行分网计算中接口计算负荷的不平衡、占用过多计算资源的问题,提高了计算速度和仿真规模。
附图说明
图1为本发明提供的电磁暂态多时间尺度实时仿真接口的实现方法流程图;
图2为背景技术提供的等值计算电路结构示意图。
具体实施方式
如图1所示,一种适用于电磁暂态多时间尺度实时仿真接口的实现方法,所述方法包括下述步骤:
(1)根据电磁暂态多时间尺度,将仿真***划分为多个通过解耦元件传输线连接的子网络,并确定所述子网络的时间尺度;
所述步骤(1)中,根据***的动态时间常数确定所述子网络的时间尺度包括最小时间尺度和非最小时间尺度。
根据不同的仿真精度,可选择以下动态时间常数(微秒):1,10,50,100,1000。
所述最小时间尺度的网络在实时FPGA仿真平台上运行,非最小时间尺度的网络在实时服务器平台上运行。
(2)通过戴维南等值电路将解耦元件分解为两个内阻固定的受控源,并入所述子网络中,进行网络矩阵初始化;
所述步骤(2)中,网络矩阵初始化包括:采用外插值法对电磁暂态仿真***的初始电压 和电流进行反推,估算当前时刻之前的***电压和电流,并记录该时间与解耦元件相关的电压和电流;
完成网络矩阵初始化后,将该网络矩阵存储至FPGA平台的内存(SRAM)中。
(3)进行仿真计算,接收FPGA平台的数据;
所述步骤(3)中,通过FPGA平台进行时序控制,同步启动所述FPGA平台与实时服务器平台,每隔一个非最小时间尺度向所述实时服务器平台传输在FPGA***上运行的网络矩阵的数据。
(4)预处理FPGA平台的数据,获得中间变量(SUB4_LC_TMP1和SUB4_LC_TMP5),继续仿真计算。
所述步骤(4)中,当实时服务器平台接收到FPGA传输的数据后,与实时服务器平台上的历史接口数据进行比较,获得FPGA平台下一个非最小时间尺度的中间变量,并在一个非最小时间尺度内传送至FPGA平台。
在一个非最小时间尺度内,如果FPGA接收到实时服务器平台的数据,则重复步骤(3);如未收到,则利用所述下一个非最小时间尺度的中间变量进行仿真计算。
最后应当说明的是:以上实施例仅用以说明本发明的技术方案而非对其限制,所属领域的普通技术人员尽管参照上述实施例应当理解:依然可以对本发明的具体实施方式进行修改或者等同替换,这些未脱离本发明精神和范围的任何修改或者等同替换,均在申请待批的本发明的权利要求保护范围之内。

Claims (7)

  1. 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法,所述方法包括下述步骤:
    (1)根据电磁暂态多时间尺度,将仿真***划分为多个通过解耦元件传输线连接的子网络,并确定所述子网络的时间尺度;
    (2)通过戴维南等值电路将解耦元件分解为两个内阻固定的受控源,并入所述子网络中,进行网络矩阵初始化;
    (3)进行仿真计算,接收FPGA平台的数据;
    (4)预处理FPGA平台的数据,获得中间变量,继续仿真计算。
  2. 如权利要求1所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,所述步骤(1)中,根据***的动态时间常数确定所述子网络的时间尺度包括最小时间尺度和非最小时间尺度。
  3. 如权利要求2所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,;所述最小时间尺度的网络在实时FPGA仿真平台上运行,非最小时间尺度的网络在实时服务器平台上运行。
  4. 如权利要求1所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,所述步骤(2)中网络矩阵初始化包括:采用外插值法对电磁暂态仿真***的初始电压和电流进行反推,估算当前时刻之前的***电压和电流,并记录该时间与解耦元件相关的电压和电流;
    完成网络矩阵初始化后,将该网络矩阵存储至FPGA平台的内存中。
  5. 如权利要求1所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,所述步骤(3)中,通过FPGA平台进行时序控制,同步启动所述FPGA平台与实时服务器平台,每隔一个非最小时间尺度向所述实时服务器平台传输在FPGA***上运行的网络矩阵的数据。
  6. 如权利要求1所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,所述步骤(4)中,当实时服务器平台接收到FPGA传输的数据后,与实时服务器平台上的历史接口数据进行比较,获得FPGA平台下一个非最小时间尺度的中间变量,并在一个非最小时间尺度内传送至FPGA平台。
  7. 如权利要求6所述的电磁暂态多时间尺度实时仿真接口的实现方法,其特征在于,在一个非最小时间尺度内,如果FPGA接收到实时服务器平台的数据,则重复步骤(3);如未收到,则利用所述下一个非最小时间尺度的中间变量进行仿真计算。
PCT/CN2016/089823 2015-05-22 2016-07-12 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法 WO2016188503A2 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510264005.X 2015-05-22
CN201510264005.XA CN106294897B (zh) 2015-05-22 2015-05-22 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法

Publications (2)

Publication Number Publication Date
WO2016188503A2 true WO2016188503A2 (zh) 2016-12-01
WO2016188503A3 WO2016188503A3 (zh) 2016-12-29

Family

ID=57393517

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089823 WO2016188503A2 (zh) 2015-05-22 2016-07-12 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法

Country Status (2)

Country Link
CN (1) CN106294897B (zh)
WO (1) WO2016188503A2 (zh)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106777827A (zh) * 2017-01-24 2017-05-31 中国电力科学研究院 一种机电‑电磁混合仿真方法及***
CN108984847A (zh) * 2018-06-21 2018-12-11 武汉大学 一种基于分频阻抗补偿的实时数字混合仿真接口方法
CN109002660A (zh) * 2018-09-07 2018-12-14 天津大学 基于fpga的有源配电网实时仿真解算器通用化设计方法
CN109508479A (zh) * 2018-10-19 2019-03-22 天津大学 基于fpga的有源配电网实时仿真器参数配置通用化方法
CN109783845A (zh) * 2018-12-05 2019-05-21 中国电力科学研究院有限公司 边界点分群解耦的机电-电磁混合仿真分网方法及装置
CN111695258A (zh) * 2020-06-11 2020-09-22 哈尔滨工业大学 一种电磁继电器动态特性仿真动能注入仿真方法
CN112084624A (zh) * 2020-07-31 2020-12-15 清华大学 电磁-机电混合仿真电磁暂态侧接口功率计算方法与装置
CN113033024A (zh) * 2021-04-25 2021-06-25 海南省电力学校(海南省电力技工学校) 输电网细粒度并行电磁暂态仿真方法、***、终端及介质
CN113887052A (zh) * 2021-10-09 2022-01-04 清鸾科技(成都)有限公司 综合能源***及其仿真计算方法、装置和计算机可读存储介质
CN116505522A (zh) * 2023-06-28 2023-07-28 国网浙江省电力有限公司宁波供电公司 一种电力***运行仿真模拟方法、仿真平台及设备

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108628182A (zh) * 2017-03-24 2018-10-09 中国电力科学研究院 一种电磁暂态小步长仿真方法及***
CN109190320A (zh) * 2018-11-02 2019-01-11 贵州电网有限责任公司 适用于adpss双馈风机闭环试验的并行异构仿真方法
CN109711001B (zh) * 2018-12-10 2023-03-24 三峡大学 基于柔性化子***划分和场景属性聚类的水电站多维全数字建模方法
CN109768542B (zh) * 2018-12-14 2022-10-11 中国电力科学研究院有限公司 一种大规模电网电磁暂态自动建模的继承方法及***

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06261453A (ja) * 1993-03-08 1994-09-16 Hitachi Ltd 電力系統シミュレーション装置
CN101719182B (zh) * 2009-12-11 2012-01-18 中国电力科学研究院 一种交直流电力***分割并行电磁暂态数字仿真方法
US8397054B2 (en) * 2009-12-23 2013-03-12 L-3 Communications Integrated Systems L.P. Multi-phased computational reconfiguration
CN102184297B (zh) * 2011-05-12 2012-11-14 天津大学 适于微网暂态并行仿真的电气与控制***解耦预测方法
CN102592003B (zh) * 2011-12-15 2013-11-13 天津大学 一种用于机电与电磁暂态混合仿真的数据交换方法
CN103793562B (zh) * 2014-01-05 2016-09-14 广东电网公司 基于fpga的有源配电网暂态实时仿真***设计方法
CN103942372B (zh) * 2014-04-04 2017-01-04 天津大学 基于fpga的有源配电网暂态实时仿真多速率接口方法
CN104573164B (zh) * 2014-07-07 2017-10-31 贵州电力试验研究院 小步长***等值历史电流源信息更新的硬件实现方法
CN104218600B (zh) * 2014-09-22 2016-04-20 国家电网公司 一种多时间尺度动态仿真中电池储能***模型的构建方法
CN104361159A (zh) * 2014-10-31 2015-02-18 国家电网公司 一种大规模电力***暂态稳定时间空间并行仿真方法
CN104376158B (zh) * 2014-11-05 2017-05-10 天津大学 一种用于矩阵指数的暂态仿真多时间尺度输出方法

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106777827A (zh) * 2017-01-24 2017-05-31 中国电力科学研究院 一种机电‑电磁混合仿真方法及***
CN106777827B (zh) * 2017-01-24 2023-08-15 中国电力科学研究院 一种机电-电磁混合仿真方法及***
CN108984847B (zh) * 2018-06-21 2022-12-06 武汉大学 一种基于分频阻抗补偿的实时数字混合仿真接口方法
CN108984847A (zh) * 2018-06-21 2018-12-11 武汉大学 一种基于分频阻抗补偿的实时数字混合仿真接口方法
CN109002660A (zh) * 2018-09-07 2018-12-14 天津大学 基于fpga的有源配电网实时仿真解算器通用化设计方法
CN109002660B (zh) * 2018-09-07 2022-12-06 天津大学 基于fpga的有源配电网实时仿真解算器通用化设计方法
CN109508479A (zh) * 2018-10-19 2019-03-22 天津大学 基于fpga的有源配电网实时仿真器参数配置通用化方法
CN109508479B (zh) * 2018-10-19 2022-12-16 天津大学 基于fpga的有源配电网实时仿真器参数配置通用化方法
CN109783845A (zh) * 2018-12-05 2019-05-21 中国电力科学研究院有限公司 边界点分群解耦的机电-电磁混合仿真分网方法及装置
CN109783845B (zh) * 2018-12-05 2023-07-18 中国电力科学研究院有限公司 边界点分群解耦的机电-电磁混合仿真分网方法及装置
CN111695258B (zh) * 2020-06-11 2023-05-26 哈尔滨工业大学 一种电磁继电器动态特性仿真动能注入仿真方法
CN111695258A (zh) * 2020-06-11 2020-09-22 哈尔滨工业大学 一种电磁继电器动态特性仿真动能注入仿真方法
CN112084624A (zh) * 2020-07-31 2020-12-15 清华大学 电磁-机电混合仿真电磁暂态侧接口功率计算方法与装置
CN113033024B (zh) * 2021-04-25 2022-09-02 海南省电力学校(海南省电力技工学校) 输电网细粒度并行电磁暂态仿真方法、***、终端及介质
CN113033024A (zh) * 2021-04-25 2021-06-25 海南省电力学校(海南省电力技工学校) 输电网细粒度并行电磁暂态仿真方法、***、终端及介质
CN113887052A (zh) * 2021-10-09 2022-01-04 清鸾科技(成都)有限公司 综合能源***及其仿真计算方法、装置和计算机可读存储介质
CN116505522A (zh) * 2023-06-28 2023-07-28 国网浙江省电力有限公司宁波供电公司 一种电力***运行仿真模拟方法、仿真平台及设备
CN116505522B (zh) * 2023-06-28 2023-09-26 国网浙江省电力有限公司宁波供电公司 一种电力***运行仿真模拟方法、仿真平台及设备

Also Published As

Publication number Publication date
CN106294897A (zh) 2017-01-04
CN106294897B (zh) 2020-03-17
WO2016188503A3 (zh) 2016-12-29

Similar Documents

Publication Publication Date Title
WO2016188503A2 (zh) 一种适用于电磁暂态多时间尺度实时仿真接口的实现方法
CN107480789B (zh) 一种深度学习模型的高效转换方法及装置
WO2021000556A1 (zh) 一种工业设备剩余有效寿命预测方法、***及电子设备
WO2021254538A1 (zh) 一种含大规模电力电子设备的电力网络仿真方法及***
WO2022063247A1 (zh) 神经网络结构搜索方法及装置
CN115150471B (zh) 数据处理方法、装置、设备、存储介质及程序产品
CN104408073B (zh) 数据操作方法和装置
WO2023207035A1 (zh) 一种数据同步方法、装置、设备及存储介质
CN116227599A (zh) 一种推理模型的优化方法、装置、电子设备及存储介质
CN117009283A (zh) 一种多核多芯片数据处理方法、装置、芯片及存储介质
CN116670660A (zh) 片上网络的仿真模型生成方法、装置、电子设备及计算机可读存储介质
WO2023071566A1 (zh) 数据处理方法、装置、计算机设备、计算机可读存储介质及计算机程序产品
CN110120959B (zh) 大数据推送方法、装置、***、设备及可读存储介质
CN116070567A (zh) 一种缓存电路的验证方法、装置、设备及存储介质
CN115688917A (zh) 神经网络模型的训练方法、装置、电子设备及存储介质
CN116306407B (zh) 片上网络noc的验证方法、装置、设备和存储介质
CN115705499B (zh) 量子计算机操作***以及量子计算机
CN104951369A (zh) 消除热点资源竞争的方法和装置
CN116579914B (zh) 一种图形处理器引擎执行方法、装置、电子设备及存储介质
CN112383443B (zh) 运行于rdma通信环境的并行应用通信性能预测方法
TWI632468B (zh) 模型建立方法與模型建立系統
CN115250251B (zh) 片上网络仿真中的传输路径规划方法、装置、电子设备及计算机可读存储介质
CN118250175A (zh) 一种分布式计算实现方法、装置、网卡芯片及介质
CN118095364A (zh) Cnn模型与加速器的联合搜索方法、装置、设备及介质
Boyang Research on Constructional Neural Network Accelerator Based on FPGA

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: 16799390

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16799390

Country of ref document: EP

Kind code of ref document: A2