JP7354473B1 - Fault tree simplification method, fault tree simplification device and program - Google Patents

Fault tree simplification method, fault tree simplification device and program Download PDF

Info

Publication number
JP7354473B1
JP7354473B1 JP2023081507A JP2023081507A JP7354473B1 JP 7354473 B1 JP7354473 B1 JP 7354473B1 JP 2023081507 A JP2023081507 A JP 2023081507A JP 2023081507 A JP2023081507 A JP 2023081507A JP 7354473 B1 JP7354473 B1 JP 7354473B1
Authority
JP
Japan
Prior art keywords
gate
event
base
fault tree
events
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2023081507A
Other languages
Japanese (ja)
Inventor
亮平 塩屋
俊輔 平井
勝彦 大塚
和基 尾▲崎▼
卓 片山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP2023081507A priority Critical patent/JP7354473B1/en
Application granted granted Critical
Publication of JP7354473B1 publication Critical patent/JP7354473B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

【課題】フォールトツリーを簡素化する方法を提供する。【解決手段】フォールトツリー簡素化方法は、フォールトツリーに含まれるトップゲートと、基事象と、中間ゲートと、の対応関係を抽出ステップと、前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときに到着する最上位のORゲートを特定するステップと、特定した前記ORゲートの配下の基事象を集約するステップと、を含む。【選択図】図2A method for simplifying a fault tree is provided. [Solution] A fault tree simplification method includes a step of extracting a correspondence relationship between a top gate, a base event, and an intermediate gate included in a fault tree, and for each base event in the correspondence relationship, from the base event. The method includes the steps of specifying the highest OR gate reached when the fault tree is traced toward the top gate from the start, and aggregating elementary events under the specified OR gate. [Selection diagram] Figure 2

Description

本開示は、フォールトツリー簡素化方法、フォールトツリー簡素化装置およびプログラムに関する。 The present disclosure relates to a fault tree simplification method, a fault tree simplification device, and a program.

原子力プラントのリスク評価に確率論的リスク評価(Probabilistic Risk Assessment:PRA)が用いられる(例えば、特許文献1)。PRAでは、プラントの系統図から機器等を網羅的に抽出し、抽出した機器等の故障モードの検討を行って、フォールトツリーやイベントツリーを作成する。 Probabilistic Risk Assessment (PRA) is used for risk assessment of nuclear power plants (for example, Patent Document 1). In PRA, equipment, etc. are comprehensively extracted from a plant system diagram, failure modes of the extracted equipment, etc. are studied, and a fault tree and an event tree are created.

フォールトツリー(以下、FTと記載する場合がある)の一例を図1Aに示す。図1AのFT100Aは、トップゲートの事象が発生する条件の組合せを木構造で表している。FT100Aのトップゲートは、「緩和策1の失敗」である。トップゲートの下部に接続されている記号をANDゲートと呼び、ANDゲートに接続される「機器A/Bの故障」と「機器Cの故障」の両方が起こると「緩和策1の失敗」が発生することを示している。緩和策1とは、原子力プラントで異常が発生したときに、重大な事故に至らないように、事象の進展を食い止めるために行われる措置や機器のことである。「機器A/Bの故障」のブロックの下部に接続されている記号をORゲートと呼び、ORゲートに接続される「機器Aの故障」と「機器Bの故障」の何れかが起こると、「機器A/Bの故障」が発生することを示している。FTの最下端部の事象(「機器Aの故障」、「機器Bの故障」、「機器Cの故障」)を基事象と呼び、トップゲートと基事象の中間に位置する「機器A/Bの故障」をトップゲート(ここでは「緩和策1の失敗」)に対する中間ゲートと呼ぶ。基事象は、それ以上細かい単位に分解できない故障や失敗の事象である。FT100Aは、「機器Aの故障」と「機器Bの故障」の何れかが生じ、且つ、機器Cの故障が生じると、緩和策1に失敗することを表している。 An example of a fault tree (hereinafter sometimes referred to as FT) is shown in FIG. 1A. The FT 100A in FIG. 1A uses a tree structure to represent combinations of conditions under which a top gate event occurs. The top gate of FT100A is "Failure of Mitigation Measure 1". The symbol connected to the bottom of the top gate is called an AND gate, and if both "device A/B failure" and "device C failure" connected to the AND gate occur, "mitigation measure 1 failure" occurs. This indicates that this will occur. Mitigation Measures 1 are measures and equipment that are implemented to stop the progression of the event in order to prevent it from leading to a serious accident when an abnormality occurs at a nuclear power plant. The symbol connected to the bottom of the "Device A/B failure" block is called an OR gate, and if either "Device A failure" or "Device B failure" connected to the OR gate occurs, This indicates that "device A/B failure" will occur. The events at the bottom of the FT (“Device A failure,” “Device B failure,” “Device C failure”) are called base events, and the “Device A/B failure” located between the top gate and the base event is called the base event. 'failure of mitigation measure 1' is called the intermediate gate for the top gate (here, 'failure of mitigation measure 1'). A basic event is a failure or failure event that cannot be broken down into smaller units. FT100A indicates that mitigation measure 1 will fail if either "failure of device A" or "failure of device B" occurs and a failure of device C occurs.

イベントツリー(以下、ETと記載する場合がある)の一例を図1Bに示す。図1BのET100Bは、原子力プラントにて、ある望ましくない事象(起因事象)が発生したときに生じる事象の進展を示している。ET100Bの上部の「望ましくない事象(起因事象)発生」に続く「緩和策1」、「緩和策2」をヘディングと呼び、起因事象の後に生じる事象が発生順に示され、図の右側へ行くほど事象が進んだ状態であることを表している。ヘディングの下方には、ヘディングで示された緩和策1、2に成功するか失敗するかで分岐する樹形図が示されており、成功すれば分岐を右側へ進み、失敗すれば下方へ進むということを繰り返し、樹形図を右側へ進む。樹形図の右端には、最終的に発生する事象が示されている。ET100Bは、緩和策1に成功するか、又は、緩和策1に失敗しても緩和策2に成功すれば起因事象に対して安全に収束し、両方に失敗すると事故に至ることを示している。 An example of an event tree (hereinafter sometimes referred to as ET) is shown in FIG. 1B. ET100B in FIG. 1B shows the evolution of an event that occurs when a certain undesirable event (initiating event) occurs in a nuclear power plant. "Mitigation 1" and "Mitigation 2" following "Undesirable event (initiating event) occurrence" at the top of ET100B are called headings, and the events that occur after the initiating event are shown in the order of occurrence, and the headings are as they move toward the right side of the diagram. This indicates that the event is in an advanced state. Below the heading is a tree diagram that branches depending on whether mitigation measures 1 and 2 indicated by the heading succeed or fail; if successful, proceed to the right side; if unsuccessful, proceed downwards. Repeat this and proceed to the right side of the tree diagram. The right end of the dendrogram shows the events that will eventually occur. ET100B shows that if mitigation measure 1 is successful, or if mitigation measure 1 is failed but mitigation measure 2 is successful, the initiating event will safely converge, but if both methods fail, an accident will occur. .

フォールトツリー解析は、システムの信頼性を評価する手法として広く利用されている。多くの適用例では、FTとETを組み合わせて解析することにより、システムのリスクを定量化するために用いられる。例えば、図1AのFT100Aから「緩和策1の失敗」が発生する確率を計算し、計算した値を図1BのET100Bの緩和策1の成功と失敗の分岐に適用する。同様に、図示しない緩和策2のFTに基づいて、緩和策2が失敗する確率を計算し、計算した値を図1Bの緩和策2の分岐に適用する。すると、図1BのET100Bに基づいて、起因事象が発生した後、緩和策1と緩和策2の両方に失敗し、事故に至る場合の発生頻度を計算することができる。 Fault tree analysis is widely used as a method for evaluating system reliability. In many applications, a combined analysis of FT and ET is used to quantify the risk of a system. For example, the probability that "mitigation measure 1 failure" occurs is calculated from FT 100A in FIG. 1A, and the calculated value is applied to the success and failure branches of mitigation measure 1 in ET 100B in FIG. 1B. Similarly, the probability that mitigation measure 2 fails is calculated based on the FT of mitigation measure 2 (not shown), and the calculated value is applied to the branch of mitigation measure 2 in FIG. 1B. Then, based on ET100B in FIG. 1B, it is possible to calculate the frequency of occurrence when both mitigation measures 1 and 2 fail and an accident occurs after the initiating event occurs.

原子力プラントは、大規模かつ複雑な制御・安全機能を有しており、起因事象のパターンも多岐に渡るため、FTの構造が巨大になり、それに伴いトップゲートの発生確率などの計算時間が長大化する傾向がある。原子力プラントは定期的に機器をメンテナンスする必要があるが、その期間中は当該機器を必要とする緩和策が利用不能となるため、FTの入力情報が変化し、それに伴い事故の発生頻度が増加する。例えば、機器Cがメンテナンス中であれば、図1AのFT100Aの入力情報において機器Cの故障確率が1となり、その結果、緩和策1の失敗確率が増加し、図1BのET100Bにおける事故の発生頻度も増加する。 Nuclear power plants have large-scale and complex control and safety functions, and the patterns of initiating events are diverse, so the structure of the FT becomes huge, and as a result, calculation times such as the probability of top gate occurrence take a long time. There is a tendency to Nuclear plants require periodic equipment maintenance, but during that period, the mitigation measures that require the equipment are unavailable, so the FT input information changes and the frequency of accidents increases accordingly. do. For example, if equipment C is under maintenance, the failure probability of equipment C becomes 1 in the input information of FT100A in Figure 1A, and as a result, the failure probability of mitigation measure 1 increases, and the frequency of accidents in ET100B in Figure 1B increases. will also increase.

特開2021-117092号公報JP 2021-117092 Publication

原子力プラントの安全性の担保及びリスクが許容値を超えないことを確認するためには、機器の運転状態の変更に伴うリスク変動を都度計算する必要がある。しかし、巨大なFT構造のために計算時間が長大化すれば、リスク変動の計算結果を速やかに取得することができない可能性がある。そこで、FTに基づいて算出されるリスクの計算精度を維持しつつ、FTの構造を簡素化することにより、計算速度の向上を図る技術を提供する。 In order to ensure the safety of a nuclear plant and to confirm that risks do not exceed allowable values, it is necessary to calculate risk fluctuations each time the operating status of equipment changes. However, if the calculation time becomes long due to the huge FT structure, it may not be possible to promptly obtain the calculation results of risk fluctuations. Therefore, a technique is provided that improves the calculation speed by simplifying the structure of the FT while maintaining the calculation accuracy of the risk calculated based on the FT.

本開示は、上記課題を解決することができるフォールトツリー簡素化方法、フォールトツリー簡素化装置およびプログラムを提供する。 The present disclosure provides a fault tree simplification method, a fault tree simplification device, and a program that can solve the above problems.

本開示の評価対象のフォールトツリー簡素化方法は、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出するステップと、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、特定した前記ORゲートの配下の基事象を集約するステップと、を有する。 The fault tree simplification method to be evaluated in the present disclosure includes a step of extracting a correspondence relationship between a top gate, a base event, and an element existing between them that constitute a fault tree, and the base event in the extracted correspondence relationship. for each case, starting from the base event and tracing the fault tree toward the top gate, identifying the highest OR gate that can be reached without passing through any other than the OR gate; and a step of aggregating basic events under the gate.

また、本開示のフォールトツリー簡素化装置は、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出する手段と、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かい中間ゲートを辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定する手段と、特定した前記ORゲートの配下の基事象を集約する手段と、を有する。 The fault tree simplification device of the present disclosure also includes a means for extracting a correspondence relationship between a top gate, a basic event, and an element existing between them that constitute a fault tree, and a means for identifying the highest OR gate that can be reached without passing through any other gate than the OR gate when starting from the base event and tracing the fault tree toward the top gate through intermediate gates; and means for aggregating basic events under the OR gate.

また、本開示のプログラムは、コンピュータに、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する中間ゲートの対応関係を抽出するステップと、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、特定した前記ORゲートの配下の基事象を集約するステップと、を実行させる。 The program of the present disclosure also includes a step of causing a computer to extract a correspondence relationship between a top gate, a basic event, and an intermediate gate existing between them that constitute a fault tree, and for each basic event in the extracted correspondence relationship. starting from the base event, identifying the highest OR gate that can be reached without passing through any other gate when tracing the fault tree toward the top gate; and the identified OR gate. A step of aggregating basic events under the .

上述のフォールトツリー簡素化方法、フォールトツリー簡素化装置およびプログラムによれば、フォールトツリーの構造を、計算精度を維持しつつ、自動的に簡素化することができる。 According to the fault tree simplification method, fault tree simplification device, and program described above, the structure of a fault tree can be automatically simplified while maintaining calculation accuracy.

フォールトツリーの一例を示す図である。FIG. 3 is a diagram showing an example of a fault tree. イベントツリーの一例を示す図である。FIG. 3 is a diagram showing an example of an event tree. 実施形態のフォールトツリー簡素化装置の一例を示すブロック図である。It is a block diagram showing an example of a fault tree simplification device of an embodiment. 実施形態のフォールトツリーの簡素化の一例を示す第1図である。FIG. 1 is a diagram illustrating an example of simplifying a fault tree according to an embodiment. 実施形態のフォールトツリーの簡素化の一例を示す第2図である。FIG. 2 is a second diagram illustrating an example of simplification of a fault tree according to the embodiment. 実施形態のフォールトツリー簡素化処理の全体を示すフローチャートである。It is a flow chart which shows the whole fault tree simplification processing of an embodiment. 実施形態のトップゲートと基事象の対応関係の抽出処理の一例を示すフローチャートである。12 is a flowchart illustrating an example of a process for extracting a correspondence relationship between a top gate and a basic event according to the embodiment. 実施形態の対応表について説明する第1図である。FIG. 1 is a diagram illustrating a correspondence table of the embodiment. 実施形態の対応表について説明する第2図である。FIG. 2 is a second diagram illustrating a correspondence table of the embodiment. 実施形態に係る集約処理の一例を示すフローチャートである。It is a flow chart which shows an example of aggregation processing concerning an embodiment. 実施形態に係る集約処理について説明する図である。It is a figure explaining aggregation processing concerning an embodiment. 実施形態に係るフォールトツリー簡素化装置のハードウェア構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of a hardware configuration of a fault tree simplification device according to an embodiment.

<実施形態>
以下、本実施形態のフォールトツリー簡素化方法について、図1~図9を参照して説明する。
(システム構成)
図2は、実施形態に係るフォールトツリー簡素化装置(以下、FT簡素化装置)の一例を示すブロック図である。FT簡素化装置10は、リスク評価の計算精度を維持しつつ、FTを自動的に簡素化する。
<Embodiment>
The fault tree simplification method of this embodiment will be described below with reference to FIGS. 1 to 9.
(System configuration)
FIG. 2 is a block diagram illustrating an example of a fault tree simplification device (hereinafter referred to as FT simplification device) according to the embodiment. The FT simplification device 10 automatically simplifies FT while maintaining the calculation accuracy of risk evaluation.

FT簡素化装置10は、簡素化対象のFTなどの各種データを取得するデータ取得部11と、ユーザの操作を受け付ける入力受付部12と、FTの簡素化処理の実行制御を行う制御部13と、作成されたFT等を表示装置や電子ファイルとして出力する出力部14と、データ取得部11が取得したデータや処理中のデータを記憶する記憶部15と、を備える。制御部13は、FTを構成するトップゲートと基事象とそれらの間に存在する各種ゲートの対応関係を抽出した対応表を作成する対応表作成部131と、対応表に基づいて基事象を集約することにより、FTを簡素化する集約部132と、を備える。これらの機能部の詳細については、後にフローチャート(図4、図7)等を用いて詳しく説明する。 The FT simplification device 10 includes a data acquisition unit 11 that acquires various data such as FT to be simplified, an input reception unit 12 that receives user operations, and a control unit 13 that controls execution of FT simplification processing. , an output unit 14 that outputs the created FT etc. as a display device or an electronic file, and a storage unit 15 that stores data acquired by the data acquisition unit 11 and data being processed. The control unit 13 includes a correspondence table creation unit 131 that creates a correspondence table that extracts the correspondence between the top gates and basic events that make up the FT, and the various gates that exist between them, and aggregates the basic events based on the correspondence table. An aggregation unit 132 that simplifies FT by doing so is provided. Details of these functional units will be explained in detail later using flowcharts (FIGS. 4 and 7).

基本的な考え方として、FTの構成要素である基事象の数を減らすことでFTの構造を簡素化し、計算負荷の低減を図る。図3Aに簡素化前のFT3Aと簡素化後のFT3A´を示す。FT3Aのトップゲート3A1と、基事象3A3および基事象3A4とは、ORゲート3A2で接続されている。このような場合、基事象3A3および基事象3A4は、基事象3A3が発生する確率値と基事象3A4が発生する確率値を合計した発生確率値を有する新たな基事象X(基事象3A5)に等価変換可能である。 The basic idea is to simplify the structure of the FT and reduce the computational load by reducing the number of basic events that are the constituent elements of the FT. FIG. 3A shows FT3A before simplification and FT3A' after simplification. The top gate 3A1 of the FT3A and the base events 3A3 and 3A4 are connected by an OR gate 3A2. In such a case, the base event 3A3 and the base event 3A4 are converted into a new base event Equivalent conversion is possible.

図3Bに簡素化前のFT3Bと簡素化後のFT3B´を示す。FT3Bにおいて、トップゲート3B1と中間ゲート3B3および基事象3B4はORゲート3B2で接続され、中間ゲート3B3と、基事象3B6,3B7,3B8は、ORゲート3B5で接続されている。FT3Bは図3AのFT3Aより少し複雑であるが、可能な限りFTの上流で集約することにより、効果的に基事象の数を減らすことができる。例えば、図3Aと同様の考え方で基事象3B6~3B8は1つに集約することができ、さらに基事象3B6~3B8を集約した基事象と中間ゲート3B3とを新たな1つの基事象Y(不図示)で表すことができる。すると、ORゲート3B2に接続される基事象Yと基事象3B4を集約して、1つの基事象3B9で表すことができるので、FT3Bは、FT3B´のように簡素化できる。このように、可能な限り上流で集約することで、基事象の数を減らし、計算負荷を軽減することができる。 FIG. 3B shows FT3B before simplification and FT3B′ after simplification. In FT3B, the top gate 3B1, the intermediate gate 3B3, and the base event 3B4 are connected through an OR gate 3B2, and the intermediate gate 3B3 and the base events 3B6, 3B7, and 3B8 are connected through an OR gate 3B5. Although FT3B is a little more complex than FT3A in FIG. 3A, the number of base events can be effectively reduced by aggregating as much as possible upstream of FT. For example, the basic events 3B6 to 3B8 can be aggregated into one based on the same idea as in FIG. (as shown). Then, the basic event Y and the basic event 3B4 connected to the OR gate 3B2 can be combined and represented by one basic event 3B9, so FT3B can be simplified as FT3B'. In this way, by aggregating as much as possible upstream, it is possible to reduce the number of basic events and reduce the computational load.

(動作)
本実施形態では、上記のような簡素化を図4に示す2つのプロセスで実現する。
図4は、実施形態のFT簡素化処理の全体を示すフローチャートである。
(P1)トップゲートと基事象の対応関係を抽出する。
(P2)基事象を集約する。
以下では、上記の各プロセスについて、詳細に説明する。
(motion)
In this embodiment, the above-mentioned simplification is achieved by two processes shown in FIG. 4.
FIG. 4 is a flowchart showing the entire FT simplification process of the embodiment.
(P1) Extract the correspondence between the top gate and the basic event.
(P2) Aggregate basic events.
Each of the above processes will be explained in detail below.

(P1)トップゲートと基事象の対応関係の抽出
基事象の集約においては、それぞれの基事象の集約先ゲートを特定することが必要である。集約先ゲートは、可能な限り上流のORゲートである。最初のプロセス(P1)では、集約先ゲートの特定のために、各緩和策に対して構築されているFTにおけるトップゲートと各基事象とその間の各種ゲートの対応関係を抽出する。この処理フローを図5に示す。対応表作成部131は、1つ又は複数のFTの中から、指定したトップゲートのFTを特定し、そのFTのトップゲートから下流にかけて各種ゲート(中間ゲート、ORゲート、ANDゲート、基事象)を網羅的に辿り、トップゲートと基事象、及び両者の経路に存在する各種ゲートを整理した対応表を作成する。
(P1) Extracting the correspondence between top gates and basic events In aggregating basic events, it is necessary to specify the gate to which each basic event is aggregated. The aggregation destination gate is an OR gate that is as upstream as possible. In the first process (P1), in order to specify the aggregation destination gate, the correspondence between the top gate, each base event, and various gates in the FT constructed for each mitigation measure is extracted. This processing flow is shown in FIG. The correspondence table creation unit 131 identifies the specified top gate FT from one or more FTs, and creates various gates downstream from the top gate of the FT (intermediate gate, OR gate, AND gate, base event). , and create a correspondence table that organizes the top gates, basic events, and various gates that exist on the paths between the two.

図5は、本実施形態に係るトップゲートと基事象の対応関係の抽出処理の一例を示すフローチャートである。
最初に、データ取得部11が処理に必要なデータを取得し、取得したデータを記憶部15に保存する。例えば、データ取得部11はFTデータを取得する(ステップS1)。FTデータとは、例えば、図1Aで例示したFT100A等の構造を記述したデータである。記述の形式はどのようなものであってもよい。例えば、図1Bに例示するET100Bにおける事故の発生頻度を評価する場合、データ取得部11は、緩和策1失敗のFTデータと緩和策2失敗のFTデータを取得する。また、データ取得部11はトップゲートのリストを取得する(ステップS2)。例えば、データ取得部11は、緩和策1失敗のIDと緩和策2失敗のIDを含むトップゲートリストを取得する。これらのデータを取得すると、制御部13は、対応表作成部131に対応表の作成を指示する。
FIG. 5 is a flowchart illustrating an example of a process for extracting the correspondence between top gates and basic events according to the present embodiment.
First, the data acquisition unit 11 acquires data necessary for processing, and stores the acquired data in the storage unit 15. For example, the data acquisition unit 11 acquires FT data (step S1). The FT data is, for example, data describing the structure of the FT 100A illustrated in FIG. 1A. The description may be in any format. For example, when evaluating the frequency of accident occurrence in the ET 100B illustrated in FIG. 1B, the data acquisition unit 11 acquires FT data of mitigation measure 1 failure and FT data of mitigation measure 2 failure. The data acquisition unit 11 also acquires a list of top gates (step S2). For example, the data acquisition unit 11 acquires a top gate list including the ID of mitigation measure 1 failure and the ID of mitigation measure 2 failure. After acquiring these data, the control unit 13 instructs the correspondence table creation unit 131 to create a correspondence table.

まず、対応表作成部131は、FTデータからトップゲートIDを抽出する(ステップS3)。対応表作成部131は、ステップS1で取得されたFTデータから、ステップS2で取得されたトップゲートリストに記載された緩和策1、2のIDに基づいて、トップゲートを特定し、そのIDを抽出する。 First, the correspondence table creation unit 131 extracts the top gate ID from the FT data (step S3). The correspondence table creation unit 131 identifies the top gate from the FT data acquired in step S1 based on the IDs of mitigation measures 1 and 2 listed in the top gate list acquired in step S2, and identifies the top gate. Extract.

次に、対応表作成部131が、当該ゲートの直下に基事象が含まれているかどうかを判定する(ステップS4)。当該ゲートとは、抽出したゲート、この場合はトップゲートである。直下とは、トップゲートに直接接続されているゲートの直下の中間ゲート又は基事象のことである。ステップS1で取得したFTデータには、各ゲートの種別(中間ゲートか、ゲートの種類は何か、基事象か)と接続関係が含まれており、種別の情報に基づいて、直下のゲートが基事象かどうかを判別することができる。対応表作成部131は、トップゲートに直接接続するゲートに接続されている要素が基事象であれば、トップゲートの直下に基事象が含まれていると判定し、そうでない場合には、トップゲートの直下に基事象が含まれていないと判定する。例えば、図3AのFT3Aの場合、ゲート3A3,3A4は共に基事象であるから、対応表作成部131は、基事象が含まれていると判定する。基事象が含まれていないと判定した場合(ステップS4;No)、ステップS7の処理に進む。 Next, the correspondence table creation unit 131 determines whether a base event is included directly under the gate (step S4). The gate is the extracted gate, in this case the top gate. Directly below refers to an intermediate gate or base event directly below the gate that is directly connected to the top gate. The FT data acquired in step S1 includes the type of each gate (intermediate gate, gate type, base event) and connection relationship, and based on the type information, the gate immediately below is It is possible to determine whether the event is a basic event or not. If the element connected to the gate directly connected to the top gate is a base event, the correspondence table creation unit 131 determines that the base event is included directly under the top gate; otherwise, the top gate It is determined that the base event is not included directly under the gate. For example, in the case of FT3A in FIG. 3A, since gates 3A3 and 3A4 are both base events, the correspondence table creation unit 131 determines that the base events are included. If it is determined that the basic event is not included (step S4; No), the process proceeds to step S7.

基事象が含まれていると判定した場合(ステップS4;Yes)、対応表作成部131は、直下の基事象を全て抽出する(ステップS5)。FT3Aの場合、対応表作成部131は、基事象3A3,3A4を抽出する。次に対応表作成部131は、トップゲートID、中間ゲートID、基事象IDの対応表を作成する(ステップS6)。図3AのFTの場合、対応表作成部131は、トップゲート3A1と基事象3A3とそれらがORゲートで接続されていることを対応付けた行データ(対応する中間ゲートは無し)と、トップゲート3A1と基事象3A4とそれらがORゲートで接続されていることを対応付けた行データ(対応する中間ゲートは無し)と、を含む対応表を生成する。 If it is determined that the basic event is included (step S4; Yes), the correspondence table creation unit 131 extracts all the basic events immediately below (step S5). In the case of FT3A, the correspondence table creation unit 131 extracts base events 3A3 and 3A4. Next, the correspondence table creation unit 131 creates a correspondence table of the top gate ID, intermediate gate ID, and basic event ID (step S6). In the case of FT in FIG. 3A, the correspondence table creation unit 131 generates row data that associates the top gate 3A1, the base event 3A3, and that they are connected by an OR gate (there is no corresponding intermediate gate), and the top gate A correspondence table including 3A1, base event 3A4, and row data indicating that they are connected by an OR gate (no corresponding intermediate gate) is generated.

次に対応表作成部131は、当該ゲートの直下に中間ゲートが含まれるかどうかを判定する(ステップS7)。例えば、図3AのFT3Aの場合、トップゲートの直下には、中間ゲートが含まれていないので、この判定は、Noとなる。図3BのFT3Bの場合、トップゲートの直下には、中間ゲート3B3が含まれているので、この判定は、Yesとなる。中間ゲートが含まれていないと判定した場合(ステップS7;No)、ステップS9の処理に進む。 Next, the correspondence table creation unit 131 determines whether an intermediate gate is included directly below the gate (step S7). For example, in the case of FT3A in FIG. 3A, no intermediate gate is included directly below the top gate, so this determination is No. In the case of FT3B in FIG. 3B, the intermediate gate 3B3 is included directly below the top gate, so this determination is Yes. If it is determined that the intermediate gate is not included (step S7; No), the process proceeds to step S9.

中間ゲートが含まれていると判定した場合(ステップS7;Yes)、対応表作成部131は、FTデータからトップゲート直下の中間ゲートを特定し、そのIDを抽出する(ステップS8)。図3BのFT3Bの場合、中間ゲート3B3が抽出される。そして、ステップS4以降の処理を繰り返し実行する。この例の場合、ステップS4の当該ゲートは特定した中間ゲート3B3となる。中間ゲート3B3の直下には基事象3B6~3B8が含まれるので、対応表作成部131は、基事象3B6~3B8を抽出し(ステップS5)、トップゲート3B1と、中間ゲート3B3と、基事象3B6と、各ゲートの接続関係(どの種類のゲートで接続されているか)を対応付けた行データ、トップゲート3B1と、中間ゲート3B3と、基事象3B7とそれらの接続関係を対応付けた行データ、トップゲート3B1と、中間ゲート3B3と、基事象3B8とそれらの接続関係を対応付けた行データ、を含む対応表を生成する(ステップS6)。そして、ステップS7の判定を行って、この判定がYesであれば、ステップS8、ステップS4~S6の処理を繰り返し、ステップS7の判定がNoであれば、これまでに生成した対応表を、制御部13や表示装置等へ出力して(ステップS9)、図5のフローチャートを終了する。 If it is determined that an intermediate gate is included (step S7; Yes), the correspondence table creation unit 131 identifies the intermediate gate directly below the top gate from the FT data and extracts its ID (step S8). In the case of FT3B in FIG. 3B, intermediate gate 3B3 is extracted. Then, the processes from step S4 onwards are repeatedly executed. In this example, the gate in step S4 is the identified intermediate gate 3B3. Since the base events 3B6 to 3B8 are included directly under the intermediate gate 3B3, the correspondence table creation unit 131 extracts the base events 3B6 to 3B8 (step S5), and extracts the base events 3B6 to 3B8 from the top gate 3B1, the intermediate gate 3B3, and the base events 3B6. and row data that associates the connection relationship of each gate (which type of gate they are connected with); row data that associates the top gate 3B1, intermediate gate 3B3, and base event 3B7 with their connection relationships; A correspondence table is generated that includes row data that associates the top gate 3B1, the intermediate gate 3B3, the base event 3B8, and their connection relationships (step S6). Then, the determination in step S7 is made, and if this determination is Yes, the processes in step S8 and steps S4 to S6 are repeated, and if the determination in step S7 is No, the correspondence table generated so far is The information is outputted to the unit 13, a display device, etc. (step S9), and the flowchart of FIG. 5 ends.

図6Aに処理対象の一例としてFT5を示す。FT5において、トップゲートG1には、中間ゲートG2と基事象AがANDゲートで接続され、中間ゲートG2には、中間ゲートG3と、基事象Bと、基事象CがORゲートで接続され、中間ゲートG3には基事象DがORゲートで接続されている。このFT5に対し、図5を参照して説明した処理フローによって対応関係を抽出すると、図6Bに例示する対応表が得られる。図示するように、対応表では、トップゲート数×基事象数だけ対応関係の行データ(表の各行)が生成される。制御部13は、対応表を生成すると、次のプロセス(P2)に進む。 FIG. 6A shows FT5 as an example of a processing target. In FT5, the top gate G1 is connected to the intermediate gate G2 and the base event A through an AND gate, and the intermediate gate G2 is connected to the intermediate gate G3, base event B, and base event C through an OR gate. The base event D is connected to the gate G3 through an OR gate. When a correspondence relationship is extracted for this FT5 using the processing flow described with reference to FIG. 5, a correspondence table illustrated in FIG. 6B is obtained. As shown in the figure, in the correspondence table, row data (each row of the table) of correspondence is generated by the number of top gates×the number of base events. After generating the correspondence table, the control unit 13 proceeds to the next process (P2).

(P2)基事象の集約
このプロセス(P2)では、前段のプロセス(P1)で生成したトップゲートと基事象の対応表に基づき、なるべく上流のORゲートで基事象を集約することにより、FT構造の簡素化を行う。集約処理のフローを図7に示す。最初の判定ロジック(図7のステップS17)では、FTの論理構造的に集約によるリスク評価結果への影響がない基事象を選定する。次の判定ロジック(図7のステップS19)では、論理構造的に集約することでリスク評価結果への影響が生じ得るが、重要度(即ち、基事象が有するリスクへの寄与度)の低い基事象に限定して集約対象を選定することで、評価結果への影響を抑える。なお、集約可否を決める重要度の閾値は、評価者が任意に指定することができ、入力受付部12は、指定された閾値を記憶部15へ設定する。全ての基事象の集約先ゲートを特定した後は、集約先ゲートが同じ基事象同士で確率値を合計し、集約後のFT構造を元のFTデータへ反映することで、最終的な簡素化されたFTデータが得られる。
(P2) Aggregation of basic events In this process (P2), based on the correspondence table between top gates and basic events generated in the previous process (P1), the FT structure is simplification. FIG. 7 shows the flow of the aggregation process. In the first determination logic (step S17 in FIG. 7), a base event is selected that has no influence on the risk evaluation result due to aggregation in terms of the logical structure of FT. In the next judgment logic (step S19 in FIG. 7), the logical structure of aggregation may have an impact on the risk assessment results, but it is necessary to By selecting aggregation targets limited to events, the impact on evaluation results is suppressed. Note that the evaluator can arbitrarily specify the importance threshold for determining whether or not aggregation is possible, and the input receiving unit 12 sets the specified threshold in the storage unit 15. After identifying the aggregation destination gates for all basic events, final simplification is performed by summing the probability values of basic events with the same aggregation destination gate and reflecting the aggregation FT structure to the original FT data. FT data is obtained.

図7は、本実施形態に係る簡素化処理の一例を示すフローチャートである。
最初に、データ取得部11が処理に必要なデータを取得し、取得したデータを記憶部15に保存する。例えば、データ取得部11は、FTデータを取得する(ステップS11)。また、データ取得部11は、前段のプロセス(P1)で作成された対応表を取得する(ステップS12)。緩和策1失敗のFTと緩和策2失敗のFTが存在する場合、対応表には、2つのFTの各々にて抽出された基事象の合計分の行データが含まれている。また、データ取得部11は、集約対象外の基事象リストを取得する(ステップS13)。基事象リストには、集約対象外の基事象のIDが含まれている。例えば、評価者は、集約せずに個別に評価したい基事象のIDを基事象リストに登録し、基事象リストをFT簡素化装置10へ入力する。集約せずに個別に評価したい基事象とは、例えば、図1AのFT100Aの機器Cがメンテナンス対象となる場合であれば、基事象「機器C故障」である。「機器C故障」を集約対象外とし、他の基事象(メンテナンス等が予定されていないとする。)を集約することで、他の基事象については繰り返し計算する必要がなくなり、機器Cがメンテナンス中の期間のリスク評価と、そうでない期間のリスク評価を少ない計算時間で実行することができるようになる。
FIG. 7 is a flowchart illustrating an example of the simplification process according to this embodiment.
First, the data acquisition unit 11 acquires data necessary for processing, and stores the acquired data in the storage unit 15. For example, the data acquisition unit 11 acquires FT data (step S11). The data acquisition unit 11 also acquires the correspondence table created in the previous process (P1) (step S12). If there is an FT in which mitigation measure 1 fails and an FT in which mitigation measure 2 fails, the correspondence table includes row data for the total of base events extracted in each of the two FTs. The data acquisition unit 11 also acquires a list of base events that are not subject to aggregation (step S13). The base event list includes IDs of base events that are not subject to aggregation. For example, the evaluator registers the IDs of base events that he/she wishes to evaluate individually without aggregating them in the base event list, and inputs the base event list to the FT simplification device 10. For example, if equipment C of the FT 100A in FIG. 1A is to be maintained, the base event that is to be evaluated individually without being aggregated is the base event "failure of equipment C." By excluding "Equipment C failure" from being aggregated and consolidating other base events (assuming that no maintenance, etc. is scheduled), there is no need to repeat calculations for other base events, and equipment It becomes possible to perform risk evaluations for periods within and outside of the period in a short amount of calculation time.

また、データ取得部11は、基事象の重要度リストを取得する(ステップS14)。重要度リストには、FTデータに含まれる基事象の重要度が記載されている。重要度は、基事象が有するリスクへの寄与度を示し、例えば、別途リスク評価を実行することで取得する。また、データ取得部11は、基事象の確率値リストを取得する(ステップS15)。確率値リストには、基事象の発生確率が記載されている。発生確率は、例えば、過去の故障実績データ等に基づいて、知見を有する技術者によって設定される。これらのデータを取得すると、制御部13は、集約部132に基事象の集約処理を指示する。 The data acquisition unit 11 also acquires a list of importance levels of basic events (step S14). The importance list describes the importance of basic events included in the FT data. The degree of importance indicates the degree of contribution of the basic event to the risk, and is obtained, for example, by separately performing a risk evaluation. The data acquisition unit 11 also acquires a probability value list of basic events (step S15). The probability value list describes the probability of occurrence of the basic event. The probability of occurrence is set by a knowledgeable engineer based on, for example, past failure record data. After acquiring these data, the control unit 13 instructs the aggregation unit 132 to perform aggregation processing of basic events.

まず、集約部132は、集約対象の基事象を対応表から抽出する(ステップS16)。集約部132は、ステップS12で取得された対応表から、ステップS13で取得された集約対象外の基事象リストに登録されていない基事象のIDを抽出する。以下の処理では、ここで抽出された基事象を対象に処理が行われる。 First, the aggregation unit 132 extracts base events to be aggregated from the correspondence table (step S16). The aggregation unit 132 extracts, from the correspondence table obtained in step S12, IDs of base events that are not registered in the list of base events that are not subject to aggregation that was acquired in step S13. In the following processing, processing is performed on the base event extracted here.

次に、集約部132が、基事象から数えて最上位にあるORゲートが1つのみかどうかを判定する(ステップS17)。最上位にあるORゲートとは、対象とする基事象から出発してトップゲートに向かってFTを辿ったときにOR以外のゲートに至る1つ手前のORゲート(OR以外のゲートを経由せずに到達できる最上位のORゲート)のことである。また、1つのみかどうかについて、例えば、ある基事象が緩和策1失敗のFTにのみ含まれ、その基事象からトップゲートへ辿ったときの最上位のORゲートが1つであればこの判定はYesとなり、当該基事象が、緩和策1失敗のFTと緩和策2失敗のFTの両方に含まれ、それぞれのFTで最上位のORゲートが1つずつ見つかり、且つ、この2つのORゲートが異なる場合、最上位のORゲートが2つ存在することになるので、この判定はNoとなる。ステップS17の判定の具体例については、後に図8を用いて説明する。集約部132は、処理対象の全ての基事象についてこの判定を行う。 Next, the aggregation unit 132 determines whether there is only one OR gate at the highest level counting from the base event (step S17). The OR gate at the top is the OR gate that is the one before reaching a gate other than OR (without passing through a gate other than OR) when starting from the target base event and tracing the FT toward the top gate. (the highest-level OR gate that can reach . Regarding whether there is only one, for example, if a certain base event is included only in the FT where mitigation measure 1 fails, and there is only one OR gate at the top when tracing from the base event to the top gate, this determination will be made. Yes, the basic event is included in both the FT of mitigation measure 1 failure and the FT of mitigation measure 2 failure, one topmost OR gate is found in each FT, and these two OR gates are If they are different, this means that there are two OR gates at the highest level, so this determination is No. A specific example of the determination in step S17 will be described later using FIG. 8. The aggregation unit 132 makes this determination for all base events to be processed.

基事象から数えて最上位にあるORゲートが1つのみの場合(ステップS17;Yes)、集約部132は、このORゲートを当該基事象の集約先として特定し、抽出する(ステップS18)。この場合は、基事象を集約してもリスク評価結果への影響がない。集約部132は、ステップS17の判定がYesとなる全ての基事象について、集約先のORゲートを抽出する処理を行う。集約先のORゲートを抽出した基事象については、ステップS22の処理に進む。 If there is only one OR gate at the highest level counting from the basic event (step S17; Yes), the aggregation unit 132 identifies and extracts this OR gate as the aggregation destination of the basic event (step S18). In this case, aggregating basic events will not affect the risk assessment results. The aggregation unit 132 performs a process of extracting an aggregation destination OR gate for all base events for which the determination in step S17 is Yes. For the basic event for which the OR gate of the aggregation destination has been extracted, the process proceeds to step S22.

基事象から数えて最上位にあるORゲートが1つのみではない場合(ステップS17;No)、集約部132は、ステップS14で取得された重要度リストを参照して、当該基事象の重要度が閾値以下かどうかを判定する(ステップS19)。なお、閾値は、予め評価者により設定されているものとする。集約部132は、ステップS17でNo判定となった全ての基事象についてステップS19の判定を行う。基事象の重要度が閾値を上回る場合(ステップS19;No)、集約部132は、重要度が閾値を上回る基事象を集約対象外に設定し(ステップS20)、集約対象外に設定した基事象については、ステップS20で処理完了となり、後続の処理は行わない。 If there is not only one OR gate at the top when counting from the basic event (step S17; No), the aggregation unit 132 refers to the importance list acquired in step S14 and determines the importance of the basic event. It is determined whether or not is less than or equal to a threshold value (step S19). Note that the threshold value is set in advance by the evaluator. The aggregation unit 132 performs the determination in step S19 for all base events for which the determination is No in step S17. If the importance of the basic event exceeds the threshold (step S19; No), the aggregation unit 132 sets the basic event whose importance exceeds the threshold as not to be aggregated (step S20), and sets the basic event that is set not to be aggregated. , the processing is completed in step S20, and subsequent processing is not performed.

基事象の重要度が閾値以下の場合(ステップS19;Yes)、集約部132は、当該基事象を集約対象とし、基事象から数えて最上位にある複数のORゲートを集約先として抽出する(ステップS21)。この場合、基事象を集約することでリスク評価への影響が生じ得るが、重要度の低い基事象に限定して集約することで、その影響を抑制する。集約によるリスク評価結果への影響については、図8を用いて説明する。 If the importance of the base event is less than or equal to the threshold (step S19; Yes), the aggregation unit 132 sets the base event as an aggregation target and extracts a plurality of OR gates at the highest level counting from the base event as aggregation destinations ( Step S21). In this case, aggregating basic events may have an impact on risk evaluation, but that impact can be suppressed by limiting the aggregation to basic events of low importance. The influence of aggregation on the risk evaluation results will be explained using FIG. 8.

次に、集約部132は、ステップS18又はステップS21で抽出されたORゲートの配下に存在し、集約対象外の基事象(ステップS16で除かれた基事象とステップS20で集約対象外に設定した基事象)を除くすべての基事象について、ステップS15で取得された確率値リストを参照して、各基事象の発生確率の確率値を取得する。集約部132は、集約先として抽出したORゲート単位で、取得した基事象の確率値を合計し、集約対象の基事象を集約した新たな基事象を生成する(ステップS22)。 Next, the aggregation unit 132 extracts base events that exist under the OR gate extracted in step S18 or step S21 and are not subject to aggregation (base events excluded in step S16 and base events set as non-aggregated in step S20). The probability value of the probability of occurrence of each base event is obtained with reference to the probability value list acquired in step S15 for all base events except for the base event (base event). The aggregation unit 132 sums up the probability values of the acquired base events for each OR gate extracted as the aggregation destination, and generates a new base event that aggregates the base events to be aggregated (step S22).

次に、集約部132は、ステップS11で取得されたFTデータに対して、生成した基事象の上書きと、集約された基事象の削除の2つの処理を実行する(ステップS23)。例えば、基事象aと基事象bを集約して基事象cを生成する場合、元のFTデータから、基事象aと基事象bを削除し、基事象cで上書きする(基事象a、bを基事象cで置換する。)。また、基事象cについてはステップS22で合計した確率値をFTデータ内に基事象cと対応付けて含めるようにしてもよいし、ステップS15で取得した確率値リストに基事象cが発生する確率値を追加してもよい。次に、出力部14が、簡素化されたFTデータ等を表示装置や電子ファイル等へ出力する(ステップS24)。 Next, the aggregation unit 132 performs two processes on the FT data acquired in step S11: overwriting the generated basic event and deleting the aggregated basic event (step S23). For example, when generating base event c by aggregating base events a and b, delete base event a and base event b from the original FT data and overwrite them with base event c (base events a, b is replaced by the base event c). Further, regarding the basic event c, the probability value totaled in step S22 may be included in the FT data in association with the basic event c, or the probability value that the basic event c occurs is included in the probability value list obtained in step S15. Additional values may be added. Next, the output unit 14 outputs the simplified FT data etc. to a display device, an electronic file, etc. (step S24).

次に図8を用いて、図7のステップS17の判定について説明する。図8に例示するトップゲートT1,T2,T3は、例えば、緩和策1の失敗、緩和策2の失敗、緩和策3の失敗である。図8は、これらをトップゲートとする3つのFTを並べて記載したもので、3つのFTのうち共通する構成については、それらが複数のFTの構造において共通するものであることが分かるような形式で記載している。図8のFTにおいて、基事象A,B,CはトップゲートT1,T2との接続があるが、トップゲートT1,T2の両方の場合において、最上流にあるORゲートはORゲートG2であり1つしか存在しない。よって、ステップS17の判定結果はYesとなり、ORゲートG2が基事象A,B,Cの集約先として抽出される(ステップS18)。一方、基事象Dは2箇所に存在しており、トップゲートT1,T2,T3との接続があるが、トップゲートT1,T2の場合の最上流にあるORゲートはゲートG2であるのに対し、トップゲートT3の場合の最上流にあるORゲートはゲートG7となり、最上流のORゲートが複数存在する。よって、基事象Dについては、ステップS17の判定結果はNoとなる。基事象Dの重要度が閾値より大きい場合(ステップS19;No)、基事象Dは、集約されない。基事象Dの重要度が閾値以下の場合(ステップS19;Yes)、基事象Dは、ORゲートG2とORゲートG7の両方について集約される。 Next, the determination in step S17 in FIG. 7 will be explained using FIG. 8. Top gates T1, T2, and T3 illustrated in FIG. 8 are, for example, failure of mitigation measure 1, failure of mitigation measure 2, and failure of mitigation measure 3. Figure 8 shows three FTs with these as top gates arranged side by side, and common structures among the three FTs are shown in a format that makes it clear that they are common in the structure of multiple FTs. It is described in In the FT of FIG. 8, basic events A, B, and C are connected to top gates T1 and T2, but in both cases of top gates T1 and T2, the most upstream OR gate is OR gate G2, and 1 Only one exists. Therefore, the determination result in step S17 is Yes, and OR gate G2 is extracted as the destination of aggregation of base events A, B, and C (step S18). On the other hand, basic event D exists in two places and is connected to top gates T1, T2, and T3, but in the case of top gates T1 and T2, the most upstream OR gate is gate G2. , the most upstream OR gate in the case of top gate T3 is gate G7, and there are a plurality of most upstream OR gates. Therefore, for the basic event D, the determination result in step S17 is No. If the importance of the base event D is greater than the threshold (step S19; No), the base event D is not aggregated. If the importance of the basic event D is less than or equal to the threshold value (step S19; Yes), the basic event D is aggregated for both the OR gate G2 and the OR gate G7.

基事象DがORゲートG2とORゲートG7の両方について集約される場合には、リスク評価結果への影響が生じ得る。ここで、説明を簡便にするため、トップゲートT1が図1BのET100Bのヘディングの「緩和策1の失敗」に対応し、トップゲートT3が「緩和策2の失敗」に対応し、図8の基事象A~Dと基事象A~Dからトップゲートまでの経路に存在する各種ゲート以外が存在しないとする。すると、基事象Dが発生すると、緩和策1の失敗と緩和策2の失敗の両方が生じるような構造となる。基事象DをORゲートG2とORゲートG7の両方に集約して簡素化した簡略化後のFTにおいては、緩和策1の失敗や緩和策2の失敗が基事象Dによって生じたものであるかどうかは不明である。基事象DをORゲートG2とORゲートG7の両方に集約して簡素化したFTに基づく緩和策1が失敗する確率と、緩和策2に失敗する確率を図1BのET100Bに適用すると、実際には、基事象Dが発生した場合、緩和策1と緩和策2の両方に失敗するにもかかわらず、そのことが考慮されず、基事象Dが発生した場合であっても緩和策1に失敗し、緩和策2に成功するような事象が生じ得ることとして、緩和策2に失敗する確率が計算されてしまう。つまり、図1BのETを用いた評価を例にすると、基事象Dが集約されることに伴い、緩和策1失敗かつ緩和策2失敗に至ることの期待値が過小評価されてしまう。これが、ステップS17でNoの判定となった基事象を集約することによる影響である。しかし、このようなリスク評価結果への影響は、ステップS19の判定に係る重要度の閾値を調整することによって低減することができる。 If base event D is aggregated for both OR gate G2 and OR gate G7, there may be an impact on the risk assessment results. Here, to simplify the explanation, top gate T1 corresponds to the "failure of mitigation measure 1" in the heading of ET100B in FIG. 1B, top gate T3 corresponds to "failure of mitigation measure 2" in the heading of ET100B in FIG. It is assumed that there are no other gates than the basic events A to D and the various gates that exist on the path from the basic events A to D to the top gate. Then, when base event D occurs, a structure is created in which both the failure of mitigation measure 1 and the failure of mitigation measure 2 occur. In the simplified FT in which base event D is consolidated into both OR gate G2 and OR gate G7, is the failure of mitigation measure 1 and failure of mitigation measure 2 caused by base event D? It is unclear whether If we apply the probability that mitigation measure 1 will fail based on simplified FT by consolidating base event D into both OR gate G2 and OR gate G7 and the probability that mitigation measure 2 will fail, we will actually get Even though both mitigation measures 1 and 2 fail when basic event D occurs, this is not taken into account, and even when basic event D occurs, mitigation measure 1 fails. However, the probability that mitigation measure 2 will fail is calculated based on the possibility that an event may occur in which mitigation measure 2 is successful. In other words, taking the evaluation using ET in FIG. 1B as an example, the expected value of failure of mitigation measure 1 and failure of mitigation measure 2 is underestimated as the basic events D are aggregated. This is the effect of aggregating the base events for which the determination of No was made in step S17. However, such an influence on the risk evaluation result can be reduced by adjusting the importance threshold related to the determination in step S19.

(効果)
以上説明したように、本実施形態によれば、巨大かつ複雑なFTの構造を簡素化することで、計算負荷を低減し、システムの状態変更に伴うリスクの繰り返し計算の時間を短縮することができる。例えば、機器Cについて、メンテナンス等の状態変更に伴う計算が必要な場合、機器Cの故障の基事象を、集約対象外の基事象リストに登録し、図7の処理によって、機器C以外の基事象を集約した簡素化されたFTを用意し、集約された基事象については確率値を計算しておく。すると、例えば、機器Cにメンテナンスが発生した場合、簡素化されたFTに基づいて、機器Cの基事象の確率値を変更し、他の基事象については、予め計算しておいた確率値を適用して計算するだけでトップゲートの発生確率を計算することができる。これにより、簡素化していないFTに基づいて、機器Cの状態変更が生じるたびに全ての要素について計算を行う場合に比べ、少ない計算量と計算時間でリスク評価を行うことができる。なお、本実施形態の簡素化処理自体にも計算処理が発生するが、予めメンテナンス対象となる機器全般を集約対象外に指定しておくことで、一度簡素化したFTは様々なプラント状態の計算に繰り返し利用することが可能であるため、長期的な観点からは、計算量及び計算時間を削減が可能である。
(effect)
As explained above, according to this embodiment, by simplifying the huge and complicated structure of FT, it is possible to reduce the calculation load and shorten the time it takes to repeatedly calculate risks associated with system state changes. can. For example, if calculations are required for equipment C due to state changes such as maintenance, the base event of equipment C's failure is registered in the base event list that is not subject to aggregation, and the process shown in Figure 7 is used to A simplified FT that aggregates events is prepared, and probability values are calculated for the aggregated basic events. Then, for example, when maintenance occurs on device C, the probability value of the basic event of device C is changed based on the simplified FT, and the pre-calculated probability value is changed for other basic events. You can calculate the probability of top gate occurrence just by applying and calculating. Thereby, risk evaluation can be performed with less calculation amount and calculation time than when calculation is performed for all elements every time the state of device C changes based on unsimplified FT. Note that the simplification process itself of this embodiment requires calculation processing, but by specifying in advance all the equipment that is subject to maintenance as not subject to consolidation, once simplified FT can be used to calculate various plant conditions. Since it can be used repeatedly, the amount of calculation and calculation time can be reduced from a long-term perspective.

また、図7、図8を用いて説明したように、FTを集約しても論理的に等価又は重要度の低い基事象を集約対象に絞り込むロジックにより、リスク評価結果への影響を最小限に留めることができる。つまり、本実施形態によれば、リスク評価の計算精度を維持しつつ、FT構造を簡素化することができる。 In addition, as explained using Figures 7 and 8, even if FTs are aggregated, the impact on risk assessment results is minimized by the logic that narrows down the basic events that are logically equivalent or of low importance to the subjects of aggregation. It can be fastened. That is, according to this embodiment, the FT structure can be simplified while maintaining the calculation accuracy of risk evaluation.

上記の実施形態では、原子力プラントのリスク評価に用いるFTを簡素化することとしたが、FT簡素化装置10の適用分野は、原子力プラントのリスク評価に限定されず、FTを用いて信頼性評価を行う他の産業分野にも適用が可能である。 In the above embodiment, the FT used for risk assessment of a nuclear power plant is simplified, but the field of application of the FT simplification device 10 is not limited to risk assessment of a nuclear power plant, and reliability assessment using FT. It can also be applied to other industrial fields.

図9は、実施形態に係るフォールトツリー簡素化装置のハードウェア構成の一例を示す図である。コンピュータ900は、CPU901、主記憶装置902、補助記憶装置903、入出力インタフェース904、通信インタフェース905を備える。
上述のフォールトツリー簡素化装置10は、コンピュータ900に実装される。そして、上述した各機能は、プログラムの形式で補助記憶装置903に記憶されている。CPU901は、プログラムを補助記憶装置903から読み出して主記憶装置902に展開し、当該プログラムに従って上記処理を実行する。また、CPU901は、プログラムに従って、記憶領域を主記憶装置902に確保する。また、CPU901は、プログラムに従って、処理中のデータを記憶する記憶領域を補助記憶装置903に確保する。
FIG. 9 is a diagram illustrating an example of the hardware configuration of the fault tree simplification device according to the embodiment. The computer 900 includes a CPU 901, a main storage device 902, an auxiliary storage device 903, an input/output interface 904, and a communication interface 905.
The fault tree simplification device 10 described above is implemented in a computer 900. Each of the above-mentioned functions is stored in the auxiliary storage device 903 in the form of a program. The CPU 901 reads the program from the auxiliary storage device 903, expands it to the main storage device 902, and executes the above processing according to the program. Further, the CPU 901 reserves a storage area in the main storage device 902 according to the program. Further, the CPU 901 secures a storage area in the auxiliary storage device 903 to store the data being processed according to the program.

なお、フォールトツリー簡素化装置10の全部または一部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより各機能部による処理を行ってもよい。ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、CD、DVD、USB等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。また、このプログラムが通信回線によってコンピュータ900に配信される場合、配信を受けたコンピュータ900が当該プログラムを主記憶装置902に展開し、上記処理を実行しても良い。また、上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。 Note that a program for realizing all or part of the functions of the fault tree simplification device 10 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into a computer system and executed. Accordingly, processing may be performed by each functional unit. The "computer system" here includes hardware such as an OS and peripheral devices. Furthermore, the term "computer system" includes the homepage providing environment (or display environment) if a WWW system is used. Furthermore, the term "computer-readable recording medium" refers to portable media such as CDs, DVDs, and USBs, and storage devices such as hard disks built into computer systems. Further, when this program is distributed to the computer 900 via a communication line, the computer 900 that received the distribution may develop the program in the main storage device 902 and execute the above processing. Further, the above program may be one for realizing a part of the above-mentioned functions, and further may be one that can realize the above-mentioned functions in combination with a program already recorded in the computer system. .

以上のとおり、本開示に係るいくつかの実施形態を説明したが、これら全ての実施形態は、例として提示したものであり、発明の範囲を限定することを意図していない。これらの実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で種々の省略、置き換え、変更を行うことができる。これらの実施形態及びその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 As described above, several embodiments according to the present disclosure have been described, but all these embodiments are presented as examples and are not intended to limit the scope of the invention. These embodiments can be implemented in various other forms, and various omissions, substitutions, and changes can be made without departing from the gist of the invention. These embodiments and their modifications are included within the scope and gist of the invention as well as within the scope of the invention described in the claims and its equivalents.

<付記>
各実施形態に記載のフォールトツリー簡素化方法、フォールトツリー簡素化装置およびプログラムは、例えば以下のように把握される。
<Additional notes>
The fault tree simplification method, fault tree simplification device, and program described in each embodiment can be understood, for example, as follows.

(1)第1の態様に係る評価対象のフォールトツリー簡素化方法は、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素(中間ゲート及びそのゲート種類(例えば、ORゲート、ANDゲート等)など)の対応関係を抽出するステップと、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、特定した前記ORゲートの配下の基事象を集約するステップと、を有する。
これにより、フォールトツリーを自動的に簡素化することができる。
(1) The fault tree simplification method to be evaluated according to the first aspect consists of a top gate and base events constituting a fault tree, and elements existing between them (intermediate gates and their gate types (for example, OR gates, AND gate, etc.), and for each base event in the extracted correspondence, when the fault tree is traced toward the top gate starting from the base event, The method includes a step of specifying the highest OR gate that can be reached without going through any route other than the OR gate, and a step of aggregating elementary events under the specified OR gate.
This allows the fault tree to be automatically simplified.

(2)第2の態様に係る評価対象のフォールトツリー簡素化方法は、(1)のフォールトツリー簡素化方法であって、前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが1つのみ存在するときには、当該基事象を集約対象とする。
これにより、集約前のFTによって表現されているリスクの精度を維持したまま、FTの構造を簡素化することができる。
(2) The fault tree simplification method to be evaluated according to the second aspect is the fault tree simplification method of (1), wherein in the aggregation step, the identified OR gate is When only one exists, the base event is the aggregation target.
Thereby, the structure of the FT can be simplified while maintaining the accuracy of the risk expressed by the FT before aggregation.

(3)第3の態様に係るフォールトツリー簡素化方法は、(1)~(2)のフォールトツリー簡素化方法であって、前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが複数存在するときには、当該基事象の重要度が閾値以下であれば、それぞれの前記ORゲートに対して当該基事象を集約対象とする。
これにより、集約前のFTによって表現されているリスクの精度を維持したまま、FTの構造を簡素化することができる。
(3) The fault tree simplification method according to the third aspect is the fault tree simplification method of (1) to (2), wherein in the step of aggregating, the identified OR When a plurality of gates exist, if the importance of the basic event is less than or equal to the threshold value, the basic event is set as an aggregation target for each of the OR gates.
Thereby, the structure of the FT can be simplified while maintaining the accuracy of the risk expressed by the FT before aggregation.

(4)第4の態様に係るフォールトツリー簡素化方法は、(1)~(3)のフォールトツリー簡素化方法であって、前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが複数存在するときには、当該基事象の重要度が閾値より大きければ、当該基事象は集約対象としない。
重要度の大きい基事象を集約対象から除外することにより、集約前のFTによって表現されているリスクの精度を維持したまま、FTの構造を簡素化することができる。
(4) The fault tree simplification method according to the fourth aspect is the fault tree simplification method of (1) to (3), wherein in the step of aggregating, the identified OR When there are multiple gates, if the importance of the base event is greater than the threshold, the base event is not aggregated.
By excluding base events of high importance from the aggregation targets, the structure of the FT can be simplified while maintaining the accuracy of the risk expressed by the FT before aggregation.

(5)第5の態様に係るフォールトツリー簡素化方法は、(1)~(4)のフォールトツリー簡素化方法であって、前記集約するステップでは、前記基事象について、集約する前記基事象の発生確率を合算し、前記フォールトツリーにおける集約前の前記基事象を集約後の前記基事象で置き換える。
これにより、集約前のFTによって表現されているリスクの精度を維持したまま、FTの構造を簡素化することができる。
(5) The fault tree simplification method according to the fifth aspect is the fault tree simplification method of (1) to (4), wherein in the step of aggregating, the basic events to be aggregated are The occurrence probabilities are added up, and the base event before aggregation in the fault tree is replaced with the base event after aggregation.
Thereby, the structure of the FT can be simplified while maintaining the accuracy of the risk expressed by the FT before aggregation.

(6)第6の態様に係るフォールトツリー簡素化方法は、(1)~(5)のフォールトツリー簡素化方法であって、集約対象外の基事象が登録されたリストを取得するステップ、をさらに有し、前記特定するステップでは、抽出された前記対応関係における前記基事象の中から前記リストに登録されていない前記基事象について、前記最上位の前記ORゲートを特定する。
これにより、集約したくない基事象を指定し、それ以外の基事象のみを集約対象としてFTを簡素化することができる。
(6) The fault tree simplification method according to the sixth aspect is the fault tree simplification method of (1) to (5), and includes the step of obtaining a list in which basic events that are not subject to aggregation are registered. Further, in the identifying step, the OR gate at the highest level is identified for the base event that is not registered in the list from among the base events in the extracted correspondence relationship.
Thereby, it is possible to specify base events that are not desired to be aggregated, and to simplify FT by setting only other base events as targets for aggregation.

(7)第7の態様に係るフォールトツリー簡素化方法は、(1)~(6)のフォールトツリー簡素化方法であって、前記抽出するステップでは、基事象の数に前記トップゲートの数を乗じた値分の前記対応関係を示すデータを抽出する。
これにより、集約対象の全ての基事象について、基事象と中間ゲートとトップゲートとそれらの接続関係(ORゲート、ANDゲート等)の対応関係を抽出し、それぞれの基事象からトップゲートへ辿ったときの最上位のORゲートを特定することができる。
(7) The fault tree simplification method according to the seventh aspect is the fault tree simplification method of (1) to (6), wherein in the extracting step, the number of top gates is added to the number of base events. Data indicating the correspondence relationship for the multiplied value is extracted.
As a result, for all basic events to be aggregated, the correspondence between basic events, intermediate gates, top gates, and their connection relationships (OR gates, AND gates, etc.) was extracted, and traced from each basic event to the top gate. It is possible to specify the topmost OR gate at the time.

(8)第8の態様に係るフォールトツリー簡素化装置10は、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出する手段と、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定する手段と、特定した前記ORゲートの配下の基事象を集約する手段と、を有する。 (8) The fault tree simplification device 10 according to the eighth aspect includes means for extracting a correspondence relationship between a top gate, a basic event, and elements existing between them that constitute a fault tree, and the extracted correspondence relationship. means for identifying, for each of the base events in the base event, the highest OR gate that can be reached without passing through any other gate when the fault tree is traced toward the top gate starting from the base event; and means for aggregating basic events under the specified OR gate.

(9)第9の態様に係るプログラムは、コンピュータ900に、フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出するステップと、抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、特定した前記ORゲートの配下の基事象を集約するステップと、を実行させる。 (9) The program according to the ninth aspect includes the step of causing the computer 900 to extract a correspondence between a top gate, a base event, and an element existing between them that constitute a fault tree, and For each of the basic events, starting from the basic event and tracing the fault tree toward the top gate, identifying the highest OR gate that can be reached without passing through other than OR gates; and aggregating basic events under the OR gate.

10・・・フォールトツリー簡素化装置
11・・・データ取得部
12・・・入力受付部
13・・・制御部
131・・・対応表作成部
132・・・集約部
14・・・出力部
15・・・記憶部
900・・・コンピュータ
901・・・CPU
902・・・主記憶装置
903・・・補助記憶装置
904・・・入出力インタフェース
905・・・通信インタフェース
10...Fault tree simplification device 11...Data acquisition unit 12...Input reception unit 13...Control unit 131...Correspondence table creation unit 132...Aggregation unit 14...Output unit 15 ...Storage unit 900...Computer 901...CPU
902... Main storage device 903... Auxiliary storage device 904... Input/output interface 905... Communication interface

Claims (9)

フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出するステップと、
抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、
特定した前記ORゲートの配下の基事象を集約するステップと、
を有するフォールトツリー簡素化方法。
a step of extracting a correspondence relationship between a top gate, a base event, and elements existing between them that constitute a fault tree;
For each base event in the extracted correspondence relationship, the highest OR gate that can be reached without passing through any OR gates when starting from the base event and tracing the fault tree toward the top gate. a step of identifying
aggregating basic events under the identified OR gate;
A fault tree simplification method with
前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが1つのみ存在するときには、当該基事象を集約対象とする、
請求項1に記載のフォールトツリー簡素化方法。
In the aggregation step, when there is only one identified OR gate for each of the base events, the base event is set as an aggregation target;
The fault tree simplification method according to claim 1.
前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが複数存在するときには、当該基事象の重要度が閾値以下であれば、それぞれの前記ORゲートについて当該基事象を集約対象とする、
請求項1に記載のフォールトツリー簡素化方法。
In the step of aggregating, when there is a plurality of the identified OR gates for each of the base events, if the importance of the base event is less than or equal to a threshold, the base event for each of the OR gates is to be aggregated. do,
The fault tree simplification method according to claim 1.
前記集約するステップでは、前記基事象のそれぞれについて、特定した前記ORゲートが複数存在するときには、当該基事象の重要度が閾値より大きければ、当該基事象を集約対象としない、
請求項1又は請求項3に記載のフォールトツリー簡素化方法。
In the step of aggregating, when there is a plurality of the identified OR gates for each of the base events, if the importance of the base event is greater than a threshold, the base event is not targeted for aggregation.
The fault tree simplification method according to claim 1 or claim 3.
前記集約するステップでは、集約する前記基事象の発生確率を合計し、前記フォールトツリーにおける集約前の前記基事象を集約後の前記基事象で置き換える、
請求項1から請求項3の何れか1項に記載のフォールトツリー簡素化方法。
In the step of aggregating, the occurrence probabilities of the basic events to be aggregated are summed, and the basic event before aggregation in the fault tree is replaced with the basic event after aggregation.
The fault tree simplification method according to any one of claims 1 to 3.
集約対象外の基事象が登録されたリストを取得するステップ、をさらに有し、
前記特定するステップでは、抽出された前記対応関係における前記基事象の中から前記リストに登録されていない前記基事象について、前記最上位の前記ORゲートを特定する、
請求項1から請求項3の何れか1項に記載のフォールトツリー簡素化方法。
further comprising the step of obtaining a list in which base events not subject to aggregation are registered;
In the identifying step, the OR gate at the highest level is identified for the base event that is not registered in the list from among the base events in the extracted correspondence relationship;
The fault tree simplification method according to any one of claims 1 to 3.
前記抽出するステップでは、基事象の数に前記トップゲートの数を乗じた値分の前記対応関係を示すデータを抽出する、
請求項1から請求項3の何れか1項に記載のフォールトツリー簡素化方法。
In the extracting step, data indicating the correspondence relationship is extracted for a value obtained by multiplying the number of basic events by the number of top gates.
The fault tree simplification method according to any one of claims 1 to 3.
フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出する手段と、
抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定する手段と、
特定した前記ORゲートの配下の基事象を集約する手段と、
を有するフォールトツリー簡素化装置。
means for extracting the correspondence between top gates, base events, and elements existing between them that constitute a fault tree;
For each base event in the extracted correspondence relationship, the highest OR gate that can be reached without passing through any OR gates when starting from the base event and tracing the fault tree toward the top gate. a means of identifying the
means for aggregating basic events under the identified OR gate;
A fault tree simplifier with
コンピュータに、
フォールトツリーを構成するトップゲートと基事象とそれらの間に存在する要素の対応関係を抽出するステップと、
抽出された前記対応関係における前記基事象ごとに、その基事象から出発して、前記フォールトツリーを前記トップゲートに向かって辿ったときにORゲート以外を経由せずに到達できる最上位のORゲートを特定するステップと、
特定した前記ORゲートの配下の基事象を集約するステップと、
を実行させるプログラム。
to the computer,
a step of extracting a correspondence relationship between a top gate, a base event, and elements existing between them that constitute a fault tree;
For each base event in the extracted correspondence relationship, the highest OR gate that can be reached without passing through any OR gates when starting from the base event and tracing the fault tree toward the top gate. a step of identifying
aggregating basic events under the identified OR gate;
A program to run.
JP2023081507A 2023-05-17 2023-05-17 Fault tree simplification method, fault tree simplification device and program Active JP7354473B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023081507A JP7354473B1 (en) 2023-05-17 2023-05-17 Fault tree simplification method, fault tree simplification device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2023081507A JP7354473B1 (en) 2023-05-17 2023-05-17 Fault tree simplification method, fault tree simplification device and program

Publications (1)

Publication Number Publication Date
JP7354473B1 true JP7354473B1 (en) 2023-10-02

Family

ID=88198174

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2023081507A Active JP7354473B1 (en) 2023-05-17 2023-05-17 Fault tree simplification method, fault tree simplification device and program

Country Status (1)

Country Link
JP (1) JP7354473B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110137703A1 (en) * 2004-12-21 2011-06-09 University Of Virginia Patent Foundation Method and system for dynamic probabilistic risk assessment
CN108108552A (en) * 2017-12-18 2018-06-01 北京航空航天大学 Load based on failure mechanism damage accumulation model carries on a shoulder pole behavior modeling and emulation mode altogether
JP2022067759A (en) * 2020-10-21 2022-05-09 三菱重工業株式会社 Factor estimation device, factor estimation method and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110137703A1 (en) * 2004-12-21 2011-06-09 University Of Virginia Patent Foundation Method and system for dynamic probabilistic risk assessment
CN108108552A (en) * 2017-12-18 2018-06-01 北京航空航天大学 Load based on failure mechanism damage accumulation model carries on a shoulder pole behavior modeling and emulation mode altogether
JP2022067759A (en) * 2020-10-21 2022-05-09 三菱重工業株式会社 Factor estimation device, factor estimation method and program

Similar Documents

Publication Publication Date Title
JP4859558B2 (en) Computer system control method and computer system
US10360387B2 (en) Method and system for aggregating and ranking of security event-based data
JP2016121869A (en) Method and system for automatic evaluation of robustness and disruption management for commercial airline flight operations
US20090319829A1 (en) Pattern extraction method and apparatus
JPWO2009011056A1 (en) Application improvement support program, application improvement support method, and application improvement support apparatus
JP6249016B2 (en) Fault recovery procedure generation device, fault recovery procedure generation method, and fault recovery procedure generation program
US9621679B2 (en) Operation task managing apparatus and method
JP2019053474A (en) Data protecting method for cloud-based service
US20170147474A1 (en) Software testing coverage
US20110137631A1 (en) Simulation method, system and program product
US9740575B2 (en) System design method, system design apparatus, and storage medium storing system design program, for analyzing failure restoration procedure
JP7354473B1 (en) Fault tree simplification method, fault tree simplification device and program
JP2013061694A (en) Project risk management system
Kolchin et al. An approach to creating concretized test scenarios within test automation technology for industrial software projects
Torkey et al. Bayesian belief-based model for reliability improvement of the digital reactor protection system
US8539588B2 (en) Apparatus and method for selecting measure by evaluating recovery time
GB2472736A (en) Maintenance operation support program, maintenance operation support method and maintenance operation support device
JP6811066B2 (en) Risk evaluation device, risk change evaluation method and program
US20150193687A1 (en) Apparatus and method for evaluating goals of cyber-physical system
US20160147816A1 (en) Sample selection using hybrid clustering and exposure optimization
JP7458297B2 (en) Maintenance support method and maintenance support device
Azvine et al. Intelligent process analytics for CRM
JP2021196809A (en) Design process support system, design process support method, and program
JP5356062B2 (en) Planned value data linkage system
JP7340716B1 (en) Fault tree simplification method, fault tree simplification device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230614

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20230614

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230905

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230920

R150 Certificate of patent or registration of utility model

Ref document number: 7354473

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150