Skip to main content

ORIGINAL RESEARCH article

Front. Energy Res., 27 September 2022
Sec. Smart Grids
This article is part of the Research Topic Edge Computation and Digital Distribution Networks View all 8 articles

Ontology modeling method applied in simulation modeling of distribution network time series operation

Fengzhang Luo
Fengzhang Luo1*Shaoting FengShaoting Feng1Yang YangYang Yang2Zhiqi AoZhiqi Ao2Xueling LiXueling Li2Yanxin ChaiYanxin Chai2
  • 1Key Laboratory of Smart Grid of Ministry of Education, Tianjin University, Tianjin, China
  • 2Digital Grid Research Institute of China Southern Power Grid, Guangzhou, Guangdong, China

Aiming at the difficulties in the realization of timing simulation in the digital twin environment, this article proposes an ontology modeling method applied to the simulation modeling of distribution network timing series operation. First, the two-layer ontology modeling architecture is introduced, and the power system domain structure ontology and the business-based application ontology are constructed. Second, based on the dynamic ontology modeling method, combined with the operational simulation business requirements, the sequential operation simulation ontology model is dynamically constructed. Finally, the effects of the modeling method in terms of simulation expression and modeling efficiency are shown through practical application example, and the modeling methods are compared and analyzed. The results provide a reference for the technical realization of power grid modeling in digital twin environments.

1 Introduction

The “Fourth Industrial Revolution” represented by digital technology is accelerating, leading to great changes in global production modes and organizational methods (Pu et al., 2021). At the same time, the large-scale access to new energy and power electronic equipment in the future will lead to an explosion of power grid data, which will be driving the digital transformation of the power grid around the world. As a bridge connecting the physical real world and digital virtual space (Grieves, 2005; Tuegel et al., 2011), the digital twin technology enhances the self-perception, decision-making, and evolution capabilities of a power grid through modeling, simulation, and manipulation in virtual space, which can effectively support the data-driven digital twin research and various digital operations (Snijders et al., 2020; Zhang et al., 2020). The real-time calculation and analysis capabilities of digital twins can strengthen our understanding of the current and planned states of the power grid and improve the decision-making of operation and planning (Nguyen et al., 2021). It can be said that the construction of the power digital twin is an effective way to realize digital power grid and promote the construction of smart power grid (He et al., 2020; Wang et al., 2021).

The electric power digital twin needs to realize the real-time mapping of the action, behavior, and state of the real system, which depends on the support of the ability to collect, integrate, and share massive data and information accumulated by different systems. However, most of the data management systems are independent of each other, the degree of data reuse between systems is low, and the business systems are still centered on each other. As a result, the application system development always starts from scratch and directly analyzes and processes the original data. Obviously, this kind of application system construction mode is slow and inefficient, and it cannot meet the fast and real-time requirements of the digital twin. In order to realize the rapid response to the application system requirements under the digital twin environment, it is necessary to integrate the general capabilities of each system and improve the efficiency of business implementation.

Most of the existing modeling techniques are static-level modeling, and the static-level description modeling cannot be connected with the dynamic application logic and lack real-time interaction with the environment. Therefore, in addition to the static model, a dynamic simulation model at the mechanism level should be constructed to realize the presentation and interaction of high-fidelity digital twins. As a knowledge modeling method, ontology modeling has a strong semantic expression ability that can effectively realize the standardization and normalization of terminologies and improve the sharing of data, which is the basis for realizing data normalization. At the same time, the ontology model can contain both parts of the mechanism level and parts of the application level, which also makes it possible to integrate the domain knowledge representation and software application logic (Pradeep et al., 2021). Existing modeling techniques usually start modeling and software programming after a specific application requirement is proposed, and the same application requirement between different systems also needs to be re-modeled again and again. The problem of repetitive modeling can be solved by using ontology modeling technology. For the same application requirement, only one ontology model needs to be constructed, and different systems can be expanded on the basis of the constructed ontology model and configured using a separate configuration tool (Pradeep et al., 2021). In other words, ontology modeling can realize application-oriented modeling.

After the concept of ontology was put forward, it has been widely applied in the computer field (Musavi and Hashemi, 2019; Morales and Melgar, 2017). The advantages of ontology modeling mentioned previously make it possible to apply the modeling ontology method in the electric power digital twins’ construction in recent years (Hippolyte et al., 2016; Massel and Massel, 2021). Massel and Massel (2021) proposed the ontology approach for constructing power digital twins. Fragments of the ontology system used in the development of a digital twin of a solar power plant are given in Massel and Vorozhtsova (2020) and Massel and Massel (2020). Ravikumar et al. (2018) presented process ontology along with a systematic methodology for building process models of end-to-end process operations of power utility. Hippolyte et al. (2016) implemented a general intelligent energy framework through a multi-agent system and semantic web ontology. Teixeira et al. (2020) introduced Tools Control Center’s application ontology, which can support the interoperability among the different considered systems. In China, ontology-based information modeling has been applied in the common information model (CIM) (Xie et al., 2008; Xie et al., 2007), especially in data management (Huang and Diao, 2008; Zhang et al., 2011; Huang and Zhou, 2014), safety monitoring (Yu et al., 2020), energy management (Liang et al., 2009; Hippolyte et al., 2016), and other aspects. These research studies have shown the advantages of ontology in realizing data standardization and interoperability. However, most of these research studies are based on static ontology models, which cannot be applied to describe the dynamic evolution process of the real power grid. The dynamic mechanism model contained in the ontology model can be fully utilized to describe the dynamic operation process of the power grid. Coupled with the interoperability of ontology, it is possible to integrate applications at syntactic and semantic levels between different systems. In other words, new applications can be developed faster according to specification requirements, allowing solutions to be configured according to specific requirements.

Aiming at the difficulty of lack of information sharing among systems, low efficiency of system development, and high time cost, this article proposes an ontology modeling method applied in simulation modeling of the time series operation of the distribution network. First, the two-layer ontology modeling architecture is introduced, and the power system domain structure ontology and the business-based application ontology are constructed. Second, based on the dynamic ontology modeling method, combined with the operational simulation business requirements, the sequential operation simulation ontology model is dynamically constructed. Finally, an example is given to demonstrate the effectiveness of the ontology modeling method in terms of simulation expression and modeling efficiency, and the modeling methods are compared and analyzed. The results provide a reference for the realization of the power grid modeling technology under digital twin environment.

The remaining part of this article is organized as follows: The basic concepts and related theoretical models and structure of ontology are introduced in Section 2. The two-layer ontology modeling method is introduced, and the time-series operation simulation ontology model is dynamically constructed in Section 3. Case studies are provided in Section 4. Section 5 gives the conclusions of this article.

2 Basis of the ontology modeling method

2.1 Ontology concept

The concept of ontology was originally proposed in the field of philosophy to study the essence of existence and the theoretical definition of objective objects. Later, with the development of artificial intelligence, ontology was gradually applied in the computer field, and experts have been studying its definition all the time. The current definition with a high degree of acceptance is proposed by the German scholar Studer et al. in 1998: “An ontology is an explicit specification of a conceptualization” (Studer et al., 1998). The definition contains four elements: shareability, conceptualization, explicitness, and formalization of ontology. Ontology construction is a complex system engineering, which often needs the cooperation of domain experts, requirement analysts, and system analysts, according to certain methods and appropriate tools.

Perez et al. used taxonomy to organize ontology and summarized five basic modeling primitives (Gomez-Perez and Corcho, 2002): class (concept), relation, function, axioms, and instance.

1) Class (or concept) describes the common characteristics of a class of transactions. Semantically, it represents a collection of objects, which corresponds to the linguistic description of concepts.

2) Relation represents the interaction between concepts in a domain.

3) Function describes the mapping between concepts in the domain, which is a special kind of relationship.

4) Axioms are expressed as assertion.

5) Instance refers to the basic element of a concept class. From a semantic point of view, an instance is an object represented.

2.2 Fundamental relation of ontology

There are four basic relationships between ontology concepts: the classification relationship (kind-of), composition relationship (part-of), attribute relationship (attribute-of), and instance relationship (instance-of).

1) Kind-of: indicates the parent–child relationship between the concepts of A and B. For example, the subcategories of power plants include thermal power plants, hydropower plants, and wind farms, and they are all classified as “power plants.”

2) Part-of: refers to the relationship between the whole part or global part between the concepts of A and B. For example, a wind turbine is composed of an engine room, wind wheel, a shaft, etc., and they constitute a compositional relationship with the “wind turbine.”

3) Attribute-of: attribute refers to the inherent properties of a thing, an inevitable, basic, inseparable characteristic of a thing, or the qualitative expression of a certain aspect of a thing. Two classes with this relationship represent that one class is a property or characteristic of the other class. Common attribute relationships in the field of the power system include the following:

i Inherent attribute, which describes the physical quantities and related physical properties of the object, such as the rated voltage, current, and capacity of the transformer.

ii Electrical properties, such as the schematic diagram of wind power generation and equivalent circuit.

iii Data attributes, such as static data on each element of the power grid, all kinds of parameter data, and output curve data on each power supply unit.

iv Related concepts, such as the operation mode, wiring mode, and fault type.

4) Instance-of: indicates that concept A is an instance of B, such as the SFPZ9-12000/110 transformer is an instance of transformers, and they constitute an instance relation.

A sample of distributed generation ontology is shown in Figure 1. “Distributed generation” has a classification relationship with “wind power generation” and “photovoltaic generation,” that is, “wind power generation” and “photovoltaic generation” are both a kind of “distributed generation.” “Output power” and “photovoltaic generation” constitute an attribute relationship, that is, “photovoltaic output power” is an attribute of “photovoltaic generation.” “Photovoltaic module” and “photovoltaic power generation” constitute a composition relationship, that is, “photovoltaic module” is one of the components of “photovoltaic power generation”. Also, the “PV module of APM18M5W27 × 27" is an instance of a “photovoltaic module".

FIGURE 1
www.frontiersin.org

FIGURE 1. Sample diagram of distributed power supply ontology.

2.3 Ontology model structure

The operation of the power grid is a real-time and dynamic process. Therefore, the ontology model needs to gather the entire static and dynamic information about the power grid and the environment. The ontology model based on the dynamic characteristics of the power system should encompass two parts, namely, a static model and a dynamic model, as shown in Figure 2.

FIGURE 2
www.frontiersin.org

FIGURE 2. Ontology model structure.

The most essential information in the power system is static information represented by a static description of the system’s operating environment. The static model includes a static ledger model and a static parameter model. This part includes various attribute models and parameter models in the system. The dynamic model plays a significant role in the power system, which enables the real-time characteristics of the system to respond quickly. The expression form of the dynamic model is usually represented by constraints and rules. During the operation of the power grid, the dynamic mechanism model can combine the static model of the ontology with the real physical entity to form a dynamic evolution ontology knowledge chain driven by the mechanism model. The dynamic models at the mechanism level of time-series operation simulation include the distributed generation model, power load model, power flow model, and power balance model as shown in Eqs 14.

2.3.1 Power flow model

{Pi(t)=Vi(t)jiVj(t)(Gijcosθij+Bijsinθij)Qi(t)=Vi(t)jiVj(t)(GijsinθijBijcosθij)(1)

where Pi(t) and Qi(t) are the active power and reactive power injected into node i at time t; Vi(t) is the voltage of the node i at time t; Gij and Bij are the real and imaginary components of the branch admittance matrix; and θij is the voltage phase angle difference between nodes i and j.

2.3.2 Power balance model

PDG(t)+PESS(t)+P(t)+Pdr(t)=Pload(t)(2)

where PDG(t) is the output of the photovoltaic at time t; PESS(t) is the output of the ESS at time t; P(t) is the power provided by the upper power grid at time t; Pdr(t) is the output of the controllable user at time t; andPload(t) is the load at time t.

2.3.3 Grid load model

{Pjload(t)=Pj,0load(t)(αjAVj2(t)Vj,02+αjBVj(t)Vj,0(t)+αjC)Qjload(t)=Qj,0load(t)(βjAVj2(t)Vj,02(t)+βjBVj(t)Vj,0(t)+βjC)(3)

where Pjload(t) and Qjload(t) are the active power and reactive power of the node j at time t; Pj,0load(t) and Qj,0load(t) are the active and reactive power ratings of the node j at time t; Vj,0(t) is the voltage rating of the node j at time t; αjA, αjB, and αjC are ZIP coefficients of constant impedance, constant current, and constant power load in the active power, respectively; and βjA, βjB; and βjC are ZIP coefficients of constant impedance, constant current, and constant power load in the reactive power, respectively.

2.3.4 Distributed photovoltaic model

PPV(t)=Ir(t)×Pmpp×FT(4)

where PPV(t) is the output of the photovoltaic at time t; Ir(t) is the irradiance at time t; Pmmp(t) is the output of the photovoltaic array under unit irradiance at a certain temperature; and FT is the output power coefficient.

3 Modeling method for the time-series operation simulation ontology model

Ontology modeling requires certain methods to support, for example, the skeleton method, TOVE method, IDEF5 method, seven-step method, etc. Most of these methods are proposed based on a specific project, whose versatility is poor, and the two key issues of ontology quality and consensus cannot be effectively resolved. The fact-oriented two-layer ontology modeling method introduced in the following section can effectively solve these two key issues (Pan, 2011).

3.1 Basic modeling method of ontology

This article uses natural language as a communication medium to construct domain ontology by enumerating and analyzing real facts and fact-related assertions in the domain. In natural language, a word or term contains a concept, and a concept is an abstraction of a certain class of objects, which are all instances of this concept. The set of all objects satisfying the natural language interpretation of a certain term is the space of possible instances of the concept referred to by the term. A fact indicates that an object has a certain property or a certain relationship among objects, so the fact type is an abstraction of a certain property of the same class or the same type of relationship existing among objects. From the perspective of natural language, domain ontology is composed of various concepts, fact types, and constraints related to the domain. The key of ontology modeling is to list all kinds of terms (concepts), propositions (facts), and assertions (constraints).

In the real world, all kinds of things are interconnected, and there is no completely independent object, that is, every object will be related to at least one fact. Therefore, if you want to find all the objects in the field, you only need to enumerate all the possible facts in the real world, and then, abstract the concepts, fact types, and constraints.

The structured pseudo-natural language sentences, called “fact templates,” can be employed to express fact types and constraints. For example, the fact that “the rated voltage level of a power grid is 10 kV” can be expressed as “the rated voltage level of [power grid] is [voltage level]."

The fact type expressed by the fact template not only preserves the natural language structure of the fact but also clearly explains the meaning of the fact type. It can be said that the fact template is the natural language interpretation of the fact type. By using the fact template as the bridge of communication, domain experts can better participate in ontology modeling activities and in the convenient cooperation among the modeling team, which can effectively improve the quality and application efficiency of ontology.

Based on the aforementioned introduction, one of the fact-oriented ontology modeling language called FOOL (Studer et al., 1998) is used for modeling in this article. The modeling language FOOL is constructed on the basis of ORM (object-role modeling), and the first-order logic is used to formalize semantic modeling, which is detailed in Pan (2011).

3.2 Two-layer ontology modeling framework

Figure 3 shows the two-layer ontology modeling framework (Pan, 2011). The domain ontology is divided into one structure ontology and multiple application ontologies.

FIGURE 3
www.frontiersin.org

FIGURE 3. Two-layer ontology modeling system architecture.

The structure ontology only contains the concepts and fact types related to the field, that is, the structure ontology of the power system has all the concepts and fact types related to the power system. The application ontology contains the relevant knowledge of a certain type of business application, including business-related concepts, fact types, and various constraints. Also, different application ontologies are independent of each other. The concept set in application ontology is a subset of structure ontology, which can be obtained by directly reusing a part of structure ontology.

In the two-layer ontology modeling framework, structure ontology and application ontology are modeled separately. The advantage of the two-layer modeling framework is that it enables domain experts and business personnel to reach consensus on ontology. It is conducive to establishing interoperability between different systems. In addition, modeling based on a two-layer modeling framework is beneficial to the application and promotion of ontology. The details are described in the following section.

Structure ontology modeling is carried out first; at this stage, there is no need to consider the constraints required to realize any business, so it is easier to obtain the consensus of the relevant personnel in the domain. After consensus is reached on the structure ontology, the application ontology of different types of businesses can be constructed. At this time, only the constraints of relevant business need to be considered, and domain-level knowledge need not be considered. At this stage, the application ontology is mainly for a corresponding business service, so it is easy to obtain the consensus of business-related personnel. Therefore, the two-layer modeling framework can effectively solve the problem that domain ontology is difficult to reach consensus. In this way, data messages and domain knowledge can be exchanged between different systems. Knowledge in the power system is accurately conceptualized by ontology modeling, which makes communication more effective by eliminating misunderstandings.

The power system structure ontology and the business ontology model based on the two-layer ontology modeling framework have strong universality and can generally obtain the consensus of domain experts and business experts. In the beginning, only structural ontology and application ontology that meet the requirements of existing applications need to be constructed. When there are new ontology application requirements, the domain structure ontology can be evolved according to the application requirements, and the corresponding application ontology can be developed, which is beneficial to the application and popularization of the ontology model.

The power system domain ontology is constructed based on the two-layer ontology modeling framework. First, the power system structure ontology containing only the domain knowledge is constructed. Structure ontology is a natural language to describe its related concepts and fact types, including all the concept knowledge in the power system and their relations. Table 1 shows the description form of part of the power system structure ontology constructed.

TABLE 1
www.frontiersin.org

TABLE 1. Power system structure ontology.

Then, to build application ontologies only related to business, the application ontologies are formed by describing their related application concepts, fact types, and constraints. Table 2 shows the description form of the application ontologies.

TABLE 2
www.frontiersin.org

TABLE 2. Application ontologies.

In this article, Protégé software is used to construct ontology model. Figure 4 and Figure 5 show partial examples of the power system structure ontology and the distribution network application ontology.

FIGURE 4
www.frontiersin.org

FIGURE 4. Structure ontology of the power system.

FIGURE 5
www.frontiersin.org

FIGURE 5. Application ontology of distribution network planning.

3.3 Time-series operation simulation ontology model

After constructing the structure ontology and application ontology, the time-series operation simulation ontology model can be constructed by the dynamic ontology construction method. The dynamic ontology construction method can be used to construct the ontology model according to the specific requirements. At present, the definition of dynamic ontology has not been unified. Liu et al. (2014) put forward the definition: dynamic ontology refers to a temporary ontology built on the basis of multiple domain ontologies, which is used to simplify knowledge requirements and form target knowledge resources. The dynamic ontology mentioned in this article is to build real-time applications based on user needs and domain ontology resources.

The steps of dynamic ontology modeling are shown in Figure 6, which mainly includes five steps (Zhou et al., 2014).

FIGURE 6
www.frontiersin.org

FIGURE 6. Dynamic ontology construction steps.

According to the specific application requirements proposed by users, this method matches the required parts from several constructed application ontologies. Then, they carry out the application ontology resource integration work. Therefore, it is not necessary to start ontology construction from scratch for different requirements but only need to build temporary ontologies based on the constructed ontology resources, which greatly reduces the time cost of ontology construction and improves the efficiency of modeling.

Through the aforementioned steps, the final distribution network time-series operation simulation ontology can be obtained, as shown in Figure 7.

FIGURE 7
www.frontiersin.org

FIGURE 7. Schematic diagram of time-series operation simulation ontology of the distribution network.

Finally, ontology instance construction for specific businesses can be implemented, and the ontology model can be applied. Data exchange between the real system and the ontology model is achieved by driving the dynamic mechanism model, as shown in Eqs 14.

Figure 8 is a schematic diagram of the data flow of the power grid, and the arrow represents the flow of data, which represents the conceptual objects in ontology, the actual objects in reality, and the application relations among various data sources of the power grid. All kinds of static data, parameter data, and text data collected from the real power system are stored in the data documents of different data systems. By querying conceptual objects in the ontology model, relevant data can be obtained from data documents. The electrical calculation module performs electrical calculations by querying the network model, algorithm, and related data required by relevant concepts in the ontology model, and the obtained calculation data results are updated and stored in the data document. At the same time, all kinds of calculated data can be queried and applied by the ontology model in real time. This circular mode can realize the dynamic following of the real characteristics of the system.

FIGURE 8
www.frontiersin.org

FIGURE 8. Schematic diagram of data flow.

4 Application of ontology modeling for time-series operation simulation of distribution networks

4.1 Case introduction

Time-series operation simulation ontology can be used in distribution network planning. For the modules of load forecasting, substation location, network planning, electrical calculation, state analysis and evaluation of current distribution network, operation simulation of planned distribution network, etc., the ontology model can be configured directly by using a separate configuration tool to meet the needs without reprogramming software one by one. On the basis of the constructed time-series operation simulation ontology, software can be developed for different application systems. Parameters of traditional application systems are always relatively fixed and cannot be dynamically changed according to specific application scenarios. For application systems developed based on the ontology method, the parameters can be configured and loaded dynamically. It greatly reduces the time cost of modeling and improves the efficiency of business implementation.

In this article, a typical distribution network in North China, as shown in Figure 9, is taken as an example. There are two 110-kV substations and one 35-kV substation in the system. Figure 10 shows the constructed instance of a particular feeder and its attributes (example).

FIGURE 9
www.frontiersin.org

FIGURE 9. Typical power grid structure diagram. (A) 110-kV power grid structure diagram. (B) 10-kV power grid structure diagram.

FIGURE 10
www.frontiersin.org

FIGURE 10. Instances built and properties of instance (example).

Traditionally, when developing different software modules with different functions such as state analysis and evaluation of distribution networks and network planning of distribution networks, it is generally necessary to develop their own customized database, algorithm, and functional interfaces, etc., for each independent module separately. Obviously, the similar function of time-series simulation analysis of the distribution network in different modules cannot be shared with each other, and part of the developing work is repeated, and resources are also wasted unnecessarily. When developing software based on the ontology method, we only need to develop algorithms for specific requirements and configure the database and functional interfaces quickly, which can avoid duplication of work like rebuilding the database and lots of others.

4.2 Result analysis

By using the time-series operation simulation ontology model, the operation of the distribution network can be simulated at different time scales according to different simulation requirements. The data include static data, parameter data, and load/generation curve data. These data include network topology data, geographical location data, and attribute data, which remain unchanged on an annual scale. It also contains data that change continuously in 24 h a day, such as the operation data on distributed generation, meteorological data, and system power flow data.

Driven by the dynamic mechanism model in the ontology model, each dynamic process of power grid operation has a corresponding ontology knowledge chain. When invoking the dynamic knowledge concept, we only need to search the corresponding knowledge chain according to the search engine to obtain the relevant equipment, system status, and other information during the dynamic operation of the power grid. For example, query “Line Operation data” during the dynamic operation of the power grid; the result is shown in Figure 11.

FIGURE 11
www.frontiersin.org

FIGURE 11. Result of querying line running data.

According to the query result, the corresponding time series data are matched, and the data curve is automatically generated, which can describe the time-series power flow of the distribution system. Figure 12 shows the 1-year sequential active power of a transformer.

FIGURE 12
www.frontiersin.org

FIGURE 12. Schematic diagram of 1-year sequential active power of transformer.

The time-series operation simulation ontology model can standardize the representation of digital data, pictures, formulas, text descriptions, and other data objects related to conceptual objects and actual objects. Also, it can effectively realize the requirement of data sharing after data fusion. Query through the ontology model can accurately locate the required data resources so as to quickly obtain and update the scattered storage information and achieve a fast dynamic simulation of the real physical world.

When developing software systems for the business needs of power distribution system optimization calculation and planning analysis, about 90 tables and 1,000 fields need to be created to develop a power distribution network operation optimization system. When developing a distribution network planning system, 120 tables and about 1,500 tables need to be created. The two systems contain a general timing operation simulation module, which needs to create 63 tables and 407 fields (Tianjin University, 2021). When applying the ontology model for software development, the 63 tables and 407 fields shared by the distribution network operation optimization system and distribution network planning system do not need to be created repeatedly. At this time, it is enough to develop their own unique functional algorithms and integrate and reuse the timing operation simulation modules. Therefore, the ontology modeling method greatly improves the modeling efficiency and effectively shortens the software development time.

4.3 Comparison of modeling methods

The traditional modeling method is oriented to the specific needs and mostly adopts the “one case one discussion” method. Different modeling standards and data formats inevitably exist among multiple application systems, resulting in repeated construction of the same part of the system and a low resource reuse rate.

Ontology modeling is a more generalized modeling method for multiple applications, including model representation, data organization, data preparation, application logic, and application achievement presentation. This method belongs to the “Middle Platform” modeling idea (Liu et al., 2020), which extracts the common parts of multiple application systems for ontology modeling and can be shared by everyone. In addition, ontology modeling with a dynamic mechanism model can overcome the disadvantages that a traditional static model cannot be combined with the dynamic evolution process of the power grid. This method can describe the real-time dynamic operation state of the power grid. So the ontology modeling method provides feasible ideas for constructing electric power digital twins.

For example, multiple services in different application systems (such as the distribution network optimization planning system and the distribution network operation optimization system) have similar requirements for time-series operation simulation. With the traditional modeling method, it is necessary to build the system for each module, such as the data integration module, power flow calculation module, short-circuit calculation module, and result display module, which has the problem of repeated construction inevitably. The generalized ontology modeling method only needs to extract the common high-frequency modules for integration and reuse without the need to be reprogrammed. For the application of modeling methods, table 3 shows the comparison between traditional modeling methods and ontology modeling methods.

TABLE 3
www.frontiersin.org

TABLE 3. Comparison between traditional modeling methods and ontology modeling methods.

5 Conclusion

In this article, an ontology modeling method applied to the simulation modeling of distribution network time-series operation is proposed. Based on the framework of two-layer ontology modeling, the structure ontology of the power system and the business-based application ontology are constructed, which realizes the standardized expression of power grid data and concepts. Then, combined with the requirements of the time-sequence operation simulation of the distribution network, the time-series operation simulation ontology is constructed dynamically. Taking a typical distribution network as an example, it shows that the ontology modeling method can greatly save the time cost of power grid modeling and improve the modeling efficiency. At the same time, it can effectively integrate and fuse a large amount of heterogeneous data to realize data sharing. The results show that the ontology modeling technology provides a research basis for the unified modeling of electric power digital twins and the presentation of high-fidelity twins, which has reference significance for future research on electrical power digital twin technology.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material; further inquiries can be directed to the corresponding author.

Author contributions

FL: supervision, conceptualization, and writing—review and editing. SF: methodology, software, data curation, and writing—original draft. YY, ZA, XL, and YC: writing—review and editing.

Funding

This work is supported by the National Key Research and Development Program of China under Grant 2020YFB0906000.

Acknowledgments

The authors thank for the data support provided by the project team members of the National Key Research and Development Program of China.

Conflict of interest

Authors YY, ZA, XL and YC were employed by the company Digital Grid Research Institute of China Southern Power Grid.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors, and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Gomez-Perez, A., and Corcho, O. (2002). Ontology languages for the semantic web. IEEE Intell. Syst. 17, 54–60. doi:10.1109/5254.988453

CrossRef Full Text | Google Scholar

Grieves, M. (2005). Product lifecycle management: The new paradigm for enterprises. Int. J. Prod. Dev. 2, 71–84. doi:10.1504/ijpd.2005.006669

CrossRef Full Text | Google Scholar

He, X., Ai, Q., Zhu, T., Qiu, C., and Zhang, D. (2020). Opportunities and challenges of the digital twin in power system applications. Power Syst. Technol. 44, 2009–2019. (in Chinese). doi:10.13335/j.1000-3673.pst.2019.1983

CrossRef Full Text | Google Scholar

Hippolyte, J., Howell, S., Yuce, B., Mourshed, M., Sleiman, H. A., Vinyals, M., et al. (2016). “Ontology-based demand-side flexibility management in smart grids using a multi-agent system,” in 2016 IEEE international smart cities conference (ISC2), 1–7. doi:10.1109/ISC2.2016.7580828

CrossRef Full Text | Google Scholar

Huang, N., and Diao, S. (2008). Ontology-based enterprise knowledge integration. Robot. Comput. Integr. Manuf. 24, 562–571. doi:10.1016/j.rcim.2007.07.007

CrossRef Full Text | Google Scholar

Huang, Y., and Zhou, X. (2014). Generalized data management model of smart grid based on ontology theory. Automation Electr. Power Syst. 38, 114–118. (in Chinese). doi:10.7500/AEPS20130608004

CrossRef Full Text | Google Scholar

Liang, Z., Yu, Y., and Zhong, J. (2009). Model of energy management system based on ontology. J. Syst. Simul. 21, 5193–5198. CNKI:SUN:XTFZ.0.2009-16-067 (in Chinese).

Google Scholar

Liu, J. H., Xu, W. T., and Jiang, H. (2014). Research on dynamic ontology construction method for knowledge fusion in group corporation. Adv. Intelligent Syst. Comput. 278, 289–298. doi:10.1007/978-3-642-54930-4_29

CrossRef Full Text | Google Scholar

Liu, Y., Liu, N., Cai, Y., Zhang, Y., and Wei, J. (2020). Design of the strategy and architecture of different enterprises’ middle platform. Tele-communications Sci. 36, 126–135. (in Chinese). doi:10.11959/j.issn.1000-0801.2020165

CrossRef Full Text | Google Scholar

Massel, L., and Massel, A. (2021). “Ontologies as a basis for constructing digital twins in energy,” in 2021 international symposium on knowledge, ontology, and theory (KNOTH), 1–5. doi:10.1109/KNOTH54462.2021.9685031

CrossRef Full Text | Google Scholar

Massel, L., and Vorozhtsova, T. (2020). Ontological approach to the creation of digital twins of energy objects and systems. Ontology Des. 3, 327–337. doi:10.18287/2223-9537-2020-10-3-327-337

CrossRef Full Text | Google Scholar

Massel, L., and Massel, A. (2020). Development of digital twins and digital shadows of energy objects and systems using scientific tools for energy research. ENERGY-21– sustainable development & smart management: Proceedings. E3S Web Conf. 209, 02019–2027. doi:10.1051/e3sconf/202020902019

CrossRef Full Text | Google Scholar

Morales, J., and Melgar, A. (2017). “Research on proposals and trends in the architectures of semantic search engines: A systematic literature review,” in 2017 federated conference on computer science and information systems (FedCSIS), 271–280. doi:10.15439/2017F88

CrossRef Full Text | Google Scholar

Musavi, S., and Hashemi, (2019). An ontology-based method for HW/SW architecture reconstruction. IEEE Trans. Comput. 68, 1007–1018. doi:10.1109/TC.2019.2895329

CrossRef Full Text | Google Scholar

Nguyen, S., Abdelhakim, M., and Kerestes, R. (2021). Survey paper of digital twins and their integration into electric power systems. IEEE Power & Energy Society General Meeting PESGM, 01–05. doi:10.1109/PESGM46819.2021.9638011

CrossRef Full Text | Google Scholar

Pan, W. (2011). Research on fact-oriented ontology modeling with two-level representation framework. Haerbin, China: Harbin Engineering University.

Google Scholar

Pradeep, Y., Khaparde, S., and Joshi, (2021). High level event ontology for multiarea power system. IEEE Trans. Smart Grid 3, 193–202. doi:10.1109/TSG.2011.2173508

CrossRef Full Text | Google Scholar

Pu, T., Chen, S., Zhao, Q., Wang, X., and Zhang, D. (2021). Framework design and application prospect for digital twins system of energy internet. Proc. CSEE 41, 2012–2029. (in Chinese). doi:10.13334/j.0258-8013.pcsee.201757

CrossRef Full Text | Google Scholar

Ravikumar, G., Khaparde, S., and Joshi, R. (2018). Integration of process model and CIM to represent events and chronology in power system processes. IEEE Syst. J. 12, 149–160. doi:10.1109/JSYST.2016.2535719

CrossRef Full Text | Google Scholar

Snijders, R., Pileggi, P., Broekhuijsen, J., Verriet, J., Marco, W., Kok, K., et al. (2020). “Machine learning for digital twins to predict responsiveness of cyber-physical energy systems,” in 2020 8th workshop on modeling and simulation of cyber-physical energy systems (Sydney, Australia: IEEE), 1–6. doi:10.1109/MSCPES49613.2020.9133695

CrossRef Full Text | Google Scholar

Studer, R., Benjamins, V. R., and Fensel, D. (1998). Knowledge engineering: Principles and methods. Data & Knowl. Eng. 25, 161–197. doi:10.1016/S0169-023X(97)00056-6

CrossRef Full Text | Google Scholar

Teixeira, B., Santos, G., Pinto, T., Vale, Z., and Corchado, J. (2020). Application ontology for multi-agent and web-services’ Co-simulation in power and energy systems. IEEE Access 8, 81129–81141. doi:10.1109/ACCESS.2020.2991010

CrossRef Full Text | Google Scholar

Tianjin University (2021). Software requirements specification of active distribution network analysis and simulation system (DNES).

Google Scholar

Tuegel, E., Ingraffea, A., Eason, T., and Spottswood, M. (2011). Reengineering aircraft structural life prediction using a digital twin. Int. J. Aerosp. Eng., 1–14. doi:10.1155/2011/154798

CrossRef Full Text | Google Scholar

Wang, C., Dong, B., Yu, H., and Wu, J. (2021). Digital twin technology and its application in the integrated energy system of smart city. Proc. CSEE 41, 1597–1608. (in Chinese). doi:10.13334/j.0258-8013.pcsee.201804

CrossRef Full Text | Google Scholar

Xie, J., Shi, D., and Duan, X. (2008). IEC 61970 semantic information model based on ontology technology. Power Syst. Technol. 32, 88–92. CNKI:SUN:DWJS.0.2008-01-024 (in Chinese).

Google Scholar

Xie, J., Shi, D., and Duan, X. (2007). Information sharing and interoperation of heterogeneous graphics based on ontology. Automation Electr. Power Syst. 31, 46–51. (in Chinese). doi:10.3321/j.issn:1000-1026.2007.23.011

CrossRef Full Text | Google Scholar

Yu, B., Sun, S., and Li, Y. (2020). Automatic construction of domain ontology for power-grid security monitoring system. Comput. Syst. Appl. 29, 243–249. (in Chinese). doi:10.15888/j.cnki.csa.007697

CrossRef Full Text | Google Scholar

Zhang, G., Huo, C., Zheng, L., and Li, X. (2020). “An architecture based on digital twins for smart power distribution system[C],” in 2020 3rd international conference on artificial intelligence and big data (Chengdu, China: ICAIBD), 29–33. doi:10.1109/ICAIBD49809.2020.9137461

CrossRef Full Text | Google Scholar

Zhang, J., Zhao, W., Xie, G., and Chen, H. (2011). Ontology-based knowledge management system and application. Procedia Eng. 15, 1021–1029. doi:10.1016/j.proeng.2011.08.189

CrossRef Full Text | Google Scholar

Zhou, J., Liu, J., and Yang, H. (2014). Dynamic ontology for engineering knowledge management of complex product re-search & development. J. Computer-Aided Des. Comput. Graph. 28, 1957–1964. (in Chinese). doi:10.3969/j.issn.1003-9775.2016.11.018

CrossRef Full Text | Google Scholar

Keywords: ontology modeling, time-series operation simulation, distribution network planning, digital twin, electric power grid modeling

Citation: Luo F, Feng S, Yang Y, Ao Z, Li X and Chai Y (2022) Ontology modeling method applied in simulation modeling of distribution network time series operation. Front. Energy Res. 10:935026. doi: 10.3389/fenrg.2022.935026

Received: 03 May 2022; Accepted: 24 August 2022;
Published: 27 September 2022.

Edited by:

Wei Xi, China Southern Power Grid, China

Reviewed by:

Jinsong Bao, Donghua University, China
Rufeng Zhang, Northeast Electric Power University, China

Copyright © 2022 Luo, Feng, Yang, Ao, Li and Chai. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Fengzhang Luo, luofengzhang@tju.edu.cn

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.