...
Below are two examples with from the demoBN. Refer to the Cnodes.json file to verify the order of parent nodes, and to the Hnodes.json file, Rnodes.json file and Mnodes.json file for the order of states.
Example 1: Relative damage to residential buildings
In the demoBN relative damage to houses is influenced by the max. inundation depth at the house as well as the effective implementation of the measure "Protect buildings with sandbags":
...
State of "Sandbags" | State of "I_ResBuildings" | State Index of "RelDamage_ResBuildings" |
Yes | [0, 0.01] | 1 |
Yes | [0.01, 0.5] | 1 |
Yes | [0.5,1] | 3 |
Yes | [1,2] | 4 |
No | [0, 0.01] | 1 |
No | [0.01, 0.5] | 2 |
No | [0.5,1] | 3 |
No | [1,2] | 4 |
Example 2: Risk to Life
Risk to Life is influenced by the max. flux people are experiences, the distribution of people and the measure evacuation being in place or not, see below illustration.
...