Review of Existing Tools for Software Implementation of Digital Twins in the Power Industry
Abstract
:1. Introduction
1.1. Definition of a Digital Twin
- Digital Twin Prototype is described as a virtual analog of a real-life element and contains information that describes a specific element at all life cycle stages, from production requirements and technological processes during operation to requirements for the disposal of the element;
- Digital Twin Instance contains information on the description of an element (equipment), i.e., data on materials, components, and information from the monitoring system;
- Digital Twin Aggregate combines a Digital Twin Prototype and a Digital Twin Instance. It collects all available information about the equipment or system.
1.2. Existing Reviews and the Contribution of This Research
2. Applications of Digital Twins in the Power Industry
2.1. Advantages of Using DTs in the Power Industry
- Improving the reliability and safety of the power system. DTs allow for predicting the possibility of failures and accidents in the power system, which helps to carry out preventive maintenance and equipment maintenance promptly;
- Optimizing operation and planning. DTs provide information on the current state of the power system and its components, which allows for optimizing the operation and planning process;
- Saving resources. Using DTs allows for reducing the costs of equipment maintenance and repair, as well as reducing energy consumption due to more efficient load management;
- Innovation and development. DTs can be used to test new technologies and solutions before their implementation in the real power system, which accelerates the innovation process and promotes the development of the industry.
2.2. Industry Examples
2.3. Digital Twins for Power Plants and Renewable Energy Sources Integration
2.4. Digital Twins for Electrical Equipment
3. Software Tools for Digital Twins Development
- Simulation (MATLAB/Simulink, PSS-E (Power System Simulator for Engineering), DIgSILENT PowerFactory, etc.);
- Cloud platforms and infrastructure (Microsoft Azure Digital Twins, AWS IoT TwinMaker, etc.);
- Data collection and processing tools, Internet of Things (IoT) (SCADA (Supervisory Control and Data Acquisition), IoT sensors and devices, etc.);
- Analytics and machine learning (ML) (Python and machine learning libraries (TensorFlow, PyTorch, sci-kit-learn), R, MATLAB, etc.);
- Visualization tools and 3D modeling (Tableau and Power BI, web-based interfaces, etc.);
- Data integration platforms (Apache Kafka, Apache NiFi, etc.);
- Database management systems (DBMSs);
- Cyber–physical systems.
3.1. Ansys Twin Builder
3.2. COMSOL Multiphysics
3.3. AnyLogic
3.4. SimManager
3.5. Digital Platform CML-Bench
3.6. iTwin and PlantSight Services
- iTwin Capture allows the transformation of physical assets into digital twins;
- iTwin IoT for the connection of physical assets to DT;
- iTwin Experience, a platform that allows users to interact with DT using interactive visualization;
- PlantSight, a service that uses digital twin technology to manage and optimize industrial assets.
3.7. Zyfra Industrial IoT Platform (ZIIoT)
- Application data that should be available to other applications need to be added to the Object Model and provided by the Object Model and Universal Data Bus software interfaces;
- Application must provide authentication for any access to the software or user interface using the OpenID Connect protocol;
- Frontend services of the application need to receive an access token from the authentication service and pass the received token to the backend services, which comply with the identity propagation principle, passing the incoming request token to all outgoing requests;
- Services of the application need to use JSON Web Token Claims for authorization.
3.8. Azure Digital Twins and Digital Twins Definition Language
3.9. Generalization of Information on Existing Tools
- The ability to provide maximum flexibility and adaptation to the object and requirements;
- Considering legal requirements, industry standards, and company policies;
- Independence from third-party proprietary software;
- Gradual development of own code base and developments that can scale together with the company;
- The ability to use the full power of existing open-source solutions;
- Saving on expensive licenses if it is necessary to test a hypothesis or create only a prototype.
3.10. Current Trends and Challenges
- Infrastructure as a Service (IaaS). In this scenario, the developer of DT gains access to server resources and maximum flexibility in implementation. They are not dependent on software providers for DT development;
- Platform as a Service (PaaS). This is a common approach where the DT developer implements it on a specialized platform, such as solutions indicated in group #3 in Figure 2;
- Software as a Service (SaaS). Typically, creating DT requires more than just standalone software, so this option may only be suitable for specific tasks. For example, COMSOL can run in a cloud.
4. Specific Example. Description of Power Transformer Models
- Interface describes the contents (commands, components, properties, communication, and telemetry) of any DT. The interface encapsulates the entire model, representing a specialized data schema (dictionary) for the DT;
- Telemetry describes data sent from a real object, whether the data are a regular stream of current sensors or an output data stream such as occupancy, alert, or information message;
- Property describes the read-only and read/write-only state of DT. For example, the serial number of the device may be a read-only property; the desired temperature of the thermostat may be a read/write property. Because DT is used in a distributed system, the property not only describes the state of the DT but also describes the synchronization of this state between the various components that make up the distributed system;
- Command describes a function or operation that can be performed on DT. CommandRequest describes the input data for the command. CommandResponse describes the output data of the command;
- Relationship describes the relationship between DTs and allows the creation of graphics of DTs. Relationship differs from Component because it describes a reference to a single DT;
- Components allow the Interface to be composed of other Interfaces. Component differs from Relationship because it describes the content that is the part of the Interface, whereas Relationship describes the connection between two Interfaces. Component describes the inclusion of Interface in Interface “by value”. This means that cycles in Components are not allowed because the Component value will be infinitely large. The DTDL v3 Component cannot contain another Component;
- Shemas are used to describe the on-the-wire or serialized format of data in the DT interface. A full set of primitive data types and support for many complex schemas (Array, Enum, Map, and Object) are provided. Schemas described using the DTDL are compatible with popular serialization formats, including JSON, Avro, and Protobuf. Primitive schema provides a full set of primitive data types (boolean, date, dateTime, double, duration, float, integer, long, string, time), which can be specified directly as a schema property value in the DT model. Complex schemas are designed to support complex data types consisting of primitive data types. In DTDL v3, complex schemas are Array, Enum, Map, and Object. A complex schema can be specified directly as a schema property value or described in the interface schema set and specified in a schema property;
- Complex schema definitions are recursive. ElementSchema of an array can be Array, Enum, Map, Object, or any of the primitive schema types. The same definition can be applied to the MapValue schema and the Object field schema. The maximum embedding depth of complex circuits for DTDL v3 is five levels.
5. Conclusions
- For modeling complicated physical processes requiring a high level of detail and/or modeling various physical aspects together, it is advisable to use appropriate specialized software for physical simulation, such as COMSOL Multiphysics or Ansys;
- If the company already has a significant amount of software in modeling and digital twins, but integration and automation of the processes of its use are needed, DT platforms can be used, such as SimManager or CML-Bench;
- In the general case, taking into account the variety and power of open-source solutions for electrical engineering and the power industry, as well as the possibility of modifying their code to meet all requirements, it makes sense to develop software based on existing solutions.
Author Contributions
Funding
Conflicts of Interest
References
- Grieves, M.W. Digital Twin: Manufacturing Excellence through Virtual Factory Replication. Available online: https://www.researchgate.net/publication/275211047_Digital_Twin_Manufacturing_Excellence_through_Virtual_Factory_Replication/ (accessed on 21 June 2024).
- Tao, F.; Sui, F.Y.; Liu, A.; Qi, Q.L.; Zhang, M.; Song, B.Y.; Guo, Z.R.; Lu, S.C.Y.; Nee, A.Y.C. Digital twin-driven product design framework. Int. J. Prod. Res. 2018, 57, 3935–3953. [Google Scholar] [CrossRef]
- Glaessgen, E.; Stargel, D. The digital twin paradigm for future NASA and U.S. Air Force Vehicles. In Proceedings of the 53rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics and Materials Conference, Honolulu, Hl, USA, 23–26 April 2012. [Google Scholar] [CrossRef]
- Khalyasmaa, A.I.; Stepanova, A.I.; Eroshenko, S.A.; Matrenin, P.V. Review of the Digital Twin Technology Applications for Electrical Equipment Lifecycle Management. Mathematics 2023, 11, 1315. [Google Scholar] [CrossRef]
- Kukushkin, K.; Ryabov, Y.; Borovkov, A. Digital Twins: A Systematic Literature Review Based on Data Analysis and Topic Modeling. Data 2022, 7, 173. [Google Scholar] [CrossRef]
- Lu, Y.; Xu, X. A digital twin reference model for smart manufacturing. In Proceedings of the 48th International Conference on Computers and Industrial Engineering, Auckland, New Zealand, 2–5 December 2018. [Google Scholar]
- Jiang, Z.; Guo, Y.; Wang, Z. Digital twin to improve the virtual-real integration of industrial IoT. J. Ind. Inf. Integr. 2021, 22, 100196. [Google Scholar] [CrossRef]
- Wu, H.; Ji, P.; Ma, H.; Xing, L. A Comprehensive Review of Digital Twin from the Perspective of Total Process: Data, Models, Networks and Applications. Sensors 2023, 23, 8306. [Google Scholar] [CrossRef]
- Iliuţă, M.-E.; Moisescu, M.-A.; Pop, E.; Ionita, A.-D.; Caramihai, S.-I.; Mitulescu, T.-C. Digital Twin—A Review of the Evolution from Concept to Technology and Its Analytical Perspectives on Applications in Various Fields. Appl. Sci. 2024, 14, 5454. [Google Scholar] [CrossRef]
- Botín-Sanabria, D.M.; Mihaita, A.-S.; Peimbert-García, R.E.; Ramírez-Moreno, M.A.; Ramírez-Mendoza, R.A.; Lozoya-Santos, J.d.J. Digital Twin Technology Challenges and Applications: A Comprehensive Review. Remote Sens. 2022, 14, 1335. [Google Scholar] [CrossRef]
- Gao, C.; Wang, J.; Dong, S.; Liu, Z.; Cui, Z.; Ma, N.; Zhao, X. Application of Digital Twins and Building Information Modeling in the Digitization of Transportation: A Bibliometric Review. Appl. Sci. 2022, 12, 11203. [Google Scholar] [CrossRef]
- Armeni, P.; Polat, I.; De Rossi, L.M.; Diaferia, L.; Meregalli, S.; Gatti, A. Digital Twins in Healthcare: Is It the Beginning of a New Era of Evidence-Based Medicine? A Critical Review. J. Pers. Med. 2022, 12, 1255. [Google Scholar] [CrossRef]
- Tagarakis, A.C.; Benos, L.; Kyriakarakos, G.; Pearson, S.; Sørensen, C.G.; Bochtis, D. Digital Twins in Agriculture and Forestry: A Review. Sensors 2024, 24, 3117. [Google Scholar] [CrossRef]
- Wang, L. Digital Twins in Agriculture: A Review of Recent Progress and Open Issues. Electronics 2024, 13, 2209. [Google Scholar] [CrossRef]
- Feng, X.; Wan, J. Digital Twins for Discrete Manufacturing Lines: A Review. Big Data Cogn. Comput. 2024, 8, 45. [Google Scholar] [CrossRef]
- Khallaf, R.; Khallaf, L.; Anumba, C.J.; Madubuike, O.C. Review of Digital Twins for Constructed Facilities. Buildings 2022, 12, 2029. [Google Scholar] [CrossRef]
- Piras, G.; Agostinelli, S.; Muzi, F. Digital Twin Framework for Built Environment: A Review of Key Enablers. Energies 2024, 17, 436. [Google Scholar] [CrossRef]
- Guinea-Cabrera, M.A.; Holgado-Terriza, J.A. Digital Twins in Software Engineering—A Systematic Literature Review and Vision. Appl. Sci. 2024, 14, 977. [Google Scholar] [CrossRef]
- Hammerschmid, M.; Rosenfeld, D.C.; Bartik, A.; Benedikt, F.; Fuchs, J.; Müller, S. Methodology for the Development of Virtual Representations within the Process Development Framework of Energy Plants: From Digital Model to Digital Predictive Twin—A Review. Energies 2023, 16, 2641. [Google Scholar] [CrossRef]
- Amaral, J.D.; dos Santos, C.; Montevechi, J.; de Queiroz, A. Energy Digital Twin applications: A review. Renew. Sustain. Energy Rev. 2023, 188, 113891. [Google Scholar] [CrossRef]
- Massel, L.; Massel, A. Development of Digital Twins and Digital Shadows of Energy Objects and Systems Using Scientific Tools For Energy Research. E3S Web Conf. 2020, 209, 02019. [Google Scholar] [CrossRef]
- Fett, M.; Wilking, F.; Goetz, S.; Kirchner, E.; Wartzack, S. A Literature Review on the Development and Creation of Digital Twins, Cyber-Physical Systems, and Product-Service Systems. Sensors 2023, 23, 9786. [Google Scholar] [CrossRef]
- Digital Twin Software, GE Digital. Available online: https://www.ge.com/digital/applications/digital-twin (accessed on 20 May 2024).
- Paladin Asset Optimization, Power Analytics Corporation. Available online: https://www.poweranalytics.com/asset-optimization/ (accessed on 20 May 2024).
- PRANA Predictive Analytics Systems, Equipment Operation Monitoring. Available online: https://prana-system.com/en/?prefer=1 (accessed on 21 May 2024).
- Siemens, Insight Hub. Available online: https://plm.sw.siemens.com/en-US/insights-hub (accessed on 21 May 2024).
- Engineering Lifecycle Optimization–Overview, IBM. Available online: https://www.ibm.com/products/engineering-lifecycle-optimization (accessed on 22 May 2024).
- Hashmi, R.; Liu, H.; Yavari, A. Digital Twins for Enhancing Efficiency and Assuring Safety in Renewable Energy Systems: A Systematic Literature Review. Energies 2024, 17, 2456. [Google Scholar] [CrossRef]
- Liu, J.; Lu, X.; Zhou, Y.; Cui, J.; Wang, S.; Zhao, Z. Design of Photovoltaic Power Station Intelligent Operation and Maintenance System Based on Digital Twin. In Proceedings of the 2021 6th International Conference on Robotics and Automation Engineering (ICRAE), Guangzhou, China, 19–22 November 2021; pp. 206–211. [Google Scholar] [CrossRef]
- Zhang, G.; Wang, X. Digital Twin Modeling for Photovoltaic Panels Based on Hybrid Neural Network. In Proceedings of the 2021 IEEE 1st International Conference on Digital Twins and Parallel Intelligence (DTPI), Beijing, China, 15 July–15 August 2021; pp. 90–93. [Google Scholar] [CrossRef]
- Liu, Y.; Liu, X.; Guo, J.; Lou, R.; Lv, Z. Digital Twins of Wave Energy Generation Based on Artificial Intelligence. In Proceedings of the 2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW), Christchurch, New Zealand, 12–16 March 2022; pp. 718–719. [Google Scholar] [CrossRef]
- Li, Y.; Shen, X. A Novel Wind Speed-Sensing Methodology for Wind Turbines Based on Digital Twin Technology. IEEE Trans. Instrum. Meas. 2021, 71, 2503213. [Google Scholar] [CrossRef]
- Fahim, M.; Sharma, V.; Cao, T.-V.; Canberk, B.; Duong, T.Q. Machine Learning-Based Digital Twin for Predictive Modeling in Wind Turbines. IEEE Access 2022, 10, 14184–14194. [Google Scholar] [CrossRef]
- Abdullahi, I.; Longo, S.; Samie, M. Towards a Distributed Digital Twin Framework for Predictive Maintenance in Industrial Internet of Things (IIoT). Sensors 2024, 24, 2663. [Google Scholar] [CrossRef] [PubMed]
- Ayo-Imoru, R.M.; Ali, A.A.; Bokoro, P.N. An enhanced fault diagnosis in nuclear power plants for a digital twin framework. In Proceedings of the 2021 International Conference on Electrical, Computer and Energy Technologies (ICECET), Cape Town, South Africa, 9–10 December 2021; pp. 1–6. [Google Scholar] [CrossRef]
- Pan, H.; Dou, Z.; Cai, Y.; Li, W.; Lei, X.; Han, D. Digital Twin and Its Application in Power System. In Proceedings of the 2020 5th International Conference on Power and Renewable Energy (ICPRE), Shanghai, China, 12–14 September 2020; pp. 21–26. [Google Scholar]
- He, W.; Wu, Z.; Ren, X.; Xiang, H.; Gong, X.; Mou, J.; Ma, C. Research on the Application of Digital Twin Technique in High Voltage Cable. In Proceedings of the 2020 4th International Conference on Power and Energy Engineering (ICPEE), Xiamen, China, 19–21 November 2020; pp. 90–93. [Google Scholar] [CrossRef]
- Shcherbatov, I.A.; Turikov, G.N. Determination of power engineering equipment’s defects in predictive analytic system using machine learning algorithms. J. Phys. Conf. Ser. 2020, 1683, 042056. [Google Scholar] [CrossRef]
- Starostin, I.E.; Khalyutin, S.P.; Druzhinin, A.A.; Gavrilenkov, S.I. Development of an Information System of Digital Twins of Aviation Electrical Equipment as a Software Module of the Local Load Control Center. In Proceedings of the 2023 XX Technical Scientific Conference on Aviation Dedicated to the Memory of N.E. Zhukovsky (TSCZh), Moscow, Russian, 13–14 April 2023; pp. 26–31. [Google Scholar] [CrossRef]
- Zhang, S.; Wang, S.; Zhao, L. The Life Cycle State Evaluation of Electrical Equipment based on Digital Twins. In Proceedings of the 2020 IEEE International Conference on High Voltage Engineering and Application (ICHVE), Beijing, China, 6–10 September 2020; pp. 1–4. [Google Scholar] [CrossRef]
- Qiao, J.; Yu, H.; He, Z.; Shen, L.; Du, X. Research and Implementation of Operation Monitoring and Resource Scheduling Methods Based on the Digital Twin Model of the Power Grid. In Proceedings of the 2023 5th International Conference on Applied Machine Learning (ICAML), Dalian, China, 21–23 July 2023; pp. 524–528. [Google Scholar] [CrossRef]
- Brandtstaedter, H.; Ludwig, C.; Hübner, L.; Tsouchnika, E.; Jungiewicz, A.; Wever, U. Digital Twins for Large Electric Drive Trains. In Proceedings of the 2018 Petroleum and Chemical Industry Conference Europe (PCIC Europe), Antwerp, Belgium, 5–7 June 2018; pp. 1–5. [Google Scholar] [CrossRef]
- Andryushin, A.; Shcherbatov, I.; Dolbikova, N.; Kuznetsova, A.; Tsurikov, G. Outlier detection in predictive analytics for energy equipment. In Cyber-Physical Systems: Advances in Design & Modelling; Kravets, A., Bolshakov, A., Shcherbakov, M., Eds.; Studies in Systems, Decision and Control; Springer: Cham, Switzerland, 2020; Volume 259, pp. 193–203. [Google Scholar] [CrossRef]
- Brosinsky, C.; Westermann, D.; Krebs, R. Recent and prospective developments in power system control centers: Adapting the digital twin technology for application in power system control centers. In Proceedings of the 2018 IEEE International Energy Conference (ENERGYCON), Limassol, Cyprus, 3–7 June 2018; pp. 1–6. [Google Scholar] [CrossRef]
- Wang, X.; Zhao, R.; Zhao, Q.; Liu, F.; Sun, Q.; Lv, J. Collaborative optimization of energy management in integrated energy system group based on digital twin technology. In Proceedings of the 2022 Power System and Green Energy Conference (PSGEC), Shanghai, China, 25–27 August 2022; pp. 435–441. [Google Scholar] [CrossRef]
- Falekas, G.; Karlis, A. Digital Twin in Electrical Machine Control and Predictive Maintenance: State-of-the-Art and Future Prospects. Energies 2021, 14, 5933. [Google Scholar] [CrossRef]
- Smolyanov, I.; Shmakov, E.; Butusov, D.; Khalyasmaa, A.I. Review of Modeling Approaches for Conjugate Heat Transfer Processes in Oil-Immersed Transformers. Computation 2024, 12, 97. [Google Scholar] [CrossRef]
- Ansys Twin Builder. Available online: https://www.cadfem-cis.ru/products/ansys/systems/twinbuilder/ (accessed on 21 June 2024).
- Agarala, A.; Bhat, S.S.; Zychma, D.; Sowa, P. A Novel Approach to Using Dual-Field Excited Synchronous Generators as Wind Power Generators. Energies 2024, 17, 456. [Google Scholar] [CrossRef]
- Santhoshkumar, R.; Suresh, S. Blueprint and Control of an EV Charging Station Utilizing a Multiport Converter and ANSYS Twin Builder. Electr. Power Compon. Syst. 2023, 52, 665–677. [Google Scholar] [CrossRef]
- COMSOL-Software for Multiphysics Simulation. Available online: https://www.comsol.com/ (accessed on 21 June 2024).
- Tubular Permanent Magnet Generator. Available online: https://www.comsol.com/model/tubular-permanent-magnet-generator-20381 (accessed on 5 September 2024).
- Resin Transfer Molding of a Wind Turbine Blade. Available online: https://www.comsol.com/model/resin-transfer-molding-of-a-wind-turbine-blade-1054911 (accessed on 5 September 2024).
- Anylogic. Digital Twin Development and Deployment. Available online: https://www.anylogic.ru/features/digital-twin/ (accessed on 5 September 2024).
- Rusina, A.G.; Pribilsky, I.V.; Arestova, A.Y.; Mitrofanov, S.V. Creation of a Simulation Model for the Analysis of Water-Energy Modes of the Operation of the HPP Cascade Based on the Anylogic Software Product. Power Technol. Eng. 2022, 56, 243–253. [Google Scholar] [CrossRef]
- SimManager. Available online: https://www.csoft.ru/soft/simmanager/simmanager.html?&more=content (accessed on 21 June 2024).
- Delamare, J.; Bitachon, B.; Peng, Z.; Wang, Y.; Haverkort, B.; Jongerden, M. Development of a Smart Grid Simulation Environment. Electron. Notes Theor. Comput. Sci. 2015, 318, 19–29. [Google Scholar] [CrossRef]
- CML-Bench. Available online: https://cml-bench.ru/ (accessed on 21 June 2024).
- ITwin. Available online: https://bentley-soft.com/itwin/ (accessed on 21 June 2024).
- Energy Production. Digital Solutions for Energy Production and Generation Infrastructure. Available online: https://www.bentley.com/industries/energy-production/ (accessed on 4 September 2024).
- PlantSight. Digital Twins for The Process Industry. Available online: https://www.bentley.com/software/plantsight/ (accessed on 21 June 2024).
- Zyfra Industrial IoT Platform. Available online: https://www.zyfra.com/ru/product/industrial-iot-platform/ (accessed on 21 June 2024).
- Digital Twins Definition Language (DTDL). Available online: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v3/DTDL.v3.md (accessed on 21 June 2024).
- Digital Twins Definition Language (DTDL) Ontology for Energy Grid. Available online: https://github.com/Azure/opendigitaltwins-energygrid (accessed on 5 September 2024).
- Issa, R.; Hamad, M.S.; Abdel-Geliel, M. Digital Twin of Wind Turbine Based on Microsoft® Azure IoT Platform. In Proceedings of the 2023 IEEE Conference on Power Electronics and Renewable Energy (CPERE), Luxor, Egypt, 19–21 February 2023; pp. 1–8. [Google Scholar] [CrossRef]
- Kallinger, M.D.; Rapha, J.I.; Casal, P.T.; Domínguez-García, J.L. Offshore Electrical Grid Layout Optimization for Floating Wind—A Review. Clean Technol. 2023, 5, 791–827. [Google Scholar] [CrossRef]
- Bramm, A.M.; Khalyasmaa, A.I.; Eroshenko, S.A.; Matrenin, P.V.; Papkova, N.A.; Sekatski, D.A. Topology Optimization of the Network with Renewable Energy Sources Generation Based on a Modified Adapted Genetic Algorithm. ENERGETIKA Proc. CIS High. Educ. Inst. Power Eng. Assoc. 2022, 65, 341–354. [Google Scholar] [CrossRef]
- Linlin, Y.; Lihua, Z.; Gaojun, M.; Feng, Z.; Wanxun, L. Research on Multi-Objective Reactive Power Optimization of Power Grid with High Proportion of New Energy. IEEE Access 2021, 10, 116443–116452. [Google Scholar] [CrossRef]
- Manusov, V.; Matrenin, P.; Kokin, S. Swarm intelligence algorithms for the problem of the optimal placement and operation control of reactive power sources into power grids. Int. J. Des. Nat. Ecodyn. 2017, 12, 101–112. [Google Scholar] [CrossRef]
- Latif, A.; Shahzad, M.; Palensky, P.; Gawlik, W. An alternate PowerFactory Matlab coupling approach. In Proceedings of the 2015 International Symposium on Smart Electric Distribution Systems and Technologies (EDST), Vienna, Austria, 8–11 September 2015; pp. 486–491. [Google Scholar] [CrossRef]
- Brown, T.; Hörsch, J.; Schlachtberger, D. PyPSA: Python for Power System Analysis. J. Open Res. Softw. 2018, 6, 4. [Google Scholar] [CrossRef]
- Chen, B.; Liu, Y. Promotion and Advancement of Data Security Governance in China. Electronics 2024, 13, 1905. [Google Scholar] [CrossRef]
- Caravella, S.; Costantini, V.; Crespi, F. Mission-Oriented Policies and Technological Sovereignty: The Case of Climate Mitigation Technologies. Energies 2021, 14, 6854. [Google Scholar] [CrossRef]
- Mardanov, I. Issues of EU Member Nations’ Shared Sovereignty, Institutions, and Economic Development. Economies 2023, 11, 128. [Google Scholar] [CrossRef]
- Ren, Z.; Wan, J.; Deng, P. Machine-Learning-Driven Digital Twin for Lifecycle Management of Complex Equipment. IEEE Trans. Emerg. Top. Comput. 2022, 10, 9–22. [Google Scholar] [CrossRef]
- Jyeniskhan, N.; Keutayeva, A.; Kazbek, G.; Ali, H.; Shehab, E. Integrating Machine Learning Model and Digital Twin System for Additive Manufacturing. IEEE Access 2023, 11, 71113–71126. [Google Scholar] [CrossRef]
- García-Sánchez, T.; Gómez-Lázaro, E.; Muljadi, E.; Kessler, M.; Muñoz-Benavente, I.; Molina-García, A. Identification of linearised RMS-voltage dip patterns based on clustering in renewable plants. IET Gener. Transm. Distrib. 2018, 12, 1256–1262. [Google Scholar] [CrossRef]
- Han, Y.; Li, K.; Feng, H.; Zhao, Q. Non-intrusive load monitoring based on semi-supervised smooth teacher graph learning with voltage–current trajectory. Neural Comput. Appl. 2022, 34, 19147–19160. [Google Scholar] [CrossRef]
- Ren, C.; Xu, Y. A Fully Data-Driven Method Based on Generative Adversarial Networks for Power System Dynamic Security Assessment with Missing Data. IEEE Trans. Power Syst. 2019, 34, 5044–5052. [Google Scholar] [CrossRef]
- Khalyasmaa, A.; Matrenin, P.; Eroshenko, S. Inappropriate machine learning application in real power industry cases. Int. J. Electr. Comput. Eng. (IJECE) 2022, 12, 3023–3032. [Google Scholar] [CrossRef]
- Minetti, M.; Bonfiglio, A.; Benfatto, I.; Yulong, Y.; Fresia, M. Power Systems Modelling and Digital Twins for Real Time Simulations. In Proceedings of the 2024 IEEE 22nd Mediterranean Electrotechnical Conference (MELECON), Porto, Portugal, 25–27 June 2024; pp. 162–167. [Google Scholar] [CrossRef]
- Ersan, M.; Çelebioğlu, T.K.; Irmak, E. Digital Twin Approach for Current Protection Relays: Utilizing Real-Time Data for Optimal Protection. In Proceedings of the 2023 12th International Conference on Renewable Energy Research and Applications (ICRERA), Oshawa, ON, Canada, 29 August–1 September 2023; pp. 597–606. [Google Scholar]
- de Azambuja, A.J.G.; Giese, T.; Schützer, K.; Anderl, R.; Schleich, B.; Almeida, V.R. Digital Twins in Industry 4.0–Opportunities and challenges related to Cyber Security. Procedia CIRP 2024, 121, 25–30. [Google Scholar] [CrossRef]
- Shaikh, E.; Al-Ali, A.R.; Muhammad, S.; Mohammad, N.; Aloul, F. Security Analysis of a Digital Twin Framework Using Probabilistic Model Checking. IEEE Access 2023, 11, 26358–26374. [Google Scholar] [CrossRef]
- Ali, M.; Kaddoum, G.; Li, W.-T.; Yuen, C.; Tariq, M.; Poor, H.V. A Smart Digital Twin Enabled Security Framework for Vehicle-to-Grid Cyber-Physical Systems. IEEE Trans. Inf. Forensics Secur. 2023, 18, 5258–5271. [Google Scholar] [CrossRef]
- Chursin, A.; Boginsky, A.; Drogovoz, P.; Shiboldenkov, V.; Chupina, Z. Development of a Mechanism for Assessing Mutual Structural Relations for Import Substitution of High-Tech Transfer in Life Cycle Management of Fundamentally New Products. Sustainability 2024, 16, 1912. [Google Scholar] [CrossRef]
- Shmakov, E.; Smolyanov, I.; Sokolov, I. Study of Power Transformers Made of Various Electrical Steels. In Proceedings of the 2023 International Russian Automation Conference (RusAutoCon), Sochi, Russian, 10–16 September 2023; pp. 942–947. [Google Scholar] [CrossRef]
- Smolyanov, I.; Shmakov, E.; Lapin, A. Numerical Simulation of Natural Convection in the Power Transformer. In Proceedings of the 2023 International Russian Automation Conference (RusAutoCon), Sochi, Russian, 10–16 September 2023; pp. 936–941. [Google Scholar] [CrossRef]
Name | Type | Scope of Application in the Power Industry | Features | Integration Ability | License |
---|---|---|---|---|---|
Ansys Twin Builder | Physical process modeling | Physical modeling for design and analysis of equipment | Combination of pre-installed basic and industry component libraries with custom ones | High | Commercial |
COMSOL Multiphysics | Physical process modeling | Physical modeling for design and analysis of equipment | Analysis of individual and interrelated physical processes; multiphysics modeling. Widely used in electrical engineering | Low | Commercial; academic |
AnyLogic | Modeling of interactions; platform | Simulation and optimization processes for smart grids, energy storage systems, equipment diagnostics, etc. | Multi-agent approach, dynamic modeling; widely used in the power industry | High | Commercial; personal learning edition (free) |
SimManagment | Platform | Data aggregation, processing, and analysis | Designed to work with large volumes of data obtained in multidisciplinary research | Medium | Commercial |
CML-Bench | Platform | Integration of various software into a single platform | Focused on the integration of various software in the field of creation and use of digital data | High | Commercial; academic |
iTwin | Platform | Integration of various models | Real-time data processing; Support various formats of data for DT creation | Low | Commercial |
ZIIoT | Platform | Integration of various software into a single platform | The platform is designed to collect, process, and analyze data from production facilities using IIoT and artificial intelligence | High | Commercial |
Azure DTs | Platform | Data aggregation, processing, and analysis | DTDL as a language for DT development; Azure platform for cloud computing and machine learning usage | High | Commercial (Azure); open-source (DTDL) |
Own open-source-based software | Any | Any | It is possible to create a product specifically for your needs and not depend on third-party developers | Maximum | Any |
Name | Refresh Rate | Unit | Data Type | Dimension | Input Data | Internal | Output |
---|---|---|---|---|---|---|---|
Type | Constant | ID | Integer | (1) | NO | YES | NO |
Phase voltage HV | Constant | kV | Float | (1) | YES | NO | NO |
Total power of each phase | Hourly | kVA | Complex | (3) | YES | NO | NO |
Geometric parameters | Constant | - | Class “Transformer geometroc parameters” | (1) | NO | YES | NO |
Integral value of loss of power | Hourly | kW | Float | (1) | NO | NO | YES |
Integral value of electrodynamic forces (axial, radial) | Hourly | N (newton) | Float | (1) | NO | NO | YES |
Distributed value of the electric field strength | Hourly | V/m | Float | (n × 6) | NO | NO | YES |
Distributed value of the magnetic field strength | Hourly | A/m | Float | (n × 6) | NO | NO | YES |
Name | Refresh Rate | Unit | Data Type | Dimension | Input | Internal | Output |
---|---|---|---|---|---|---|---|
Type | Constant | ID | Integer | (1) | NO | YES | NO |
Distributed heat power density value | On request to execute the calculation | kW/m3 | Float | (n × 4) | NO | YES | NO |
Transformer oil | Constant | - | Integer | (1) | NO | YES | NO |
Hot spot temperature (HST) | On request to execute the calculation | °C | Float | (1) | NO | NO | YES |
The maximum oil temperature | On request to execute the calculation | °C | Float | (1) | NO | NO | YES |
Temperature field throughout the entire volume of the transformer | On request to execute the calculation | °C | Float | (n × 4) | NO | NO | YES |
Name | Refresh Rate | Unit | Data Type | Dimension | Input | Internal | Output |
---|---|---|---|---|---|---|---|
Type | Constant | ID | Integer | (1) | NO | YES | NO |
Transformer oil | Constant | - | Integer | (1) | NO | YES | NO |
Oil consumption | On request to execute the calculation | m3/s | Float | (1) | NO | NO | YES |
Oil velocity field throughout the entire volume of the transformer | On request to execute the calculation | m/s | Float | (n × 6) | NO | NO | YES |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Iumanova, I.F.; Matrenin, P.V.; Khalyasmaa, A.I. Review of Existing Tools for Software Implementation of Digital Twins in the Power Industry. Inventions 2024, 9, 101. https://doi.org/10.3390/inventions9050101
Iumanova IF, Matrenin PV, Khalyasmaa AI. Review of Existing Tools for Software Implementation of Digital Twins in the Power Industry. Inventions. 2024; 9(5):101. https://doi.org/10.3390/inventions9050101
Chicago/Turabian StyleIumanova, Irina F., Pavel V. Matrenin, and Alexandra I. Khalyasmaa. 2024. "Review of Existing Tools for Software Implementation of Digital Twins in the Power Industry" Inventions 9, no. 5: 101. https://doi.org/10.3390/inventions9050101
APA StyleIumanova, I. F., Matrenin, P. V., & Khalyasmaa, A. I. (2024). Review of Existing Tools for Software Implementation of Digital Twins in the Power Industry. Inventions, 9(5), 101. https://doi.org/10.3390/inventions9050101