-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariable_assignment_to_entity_object.json
113 lines (113 loc) · 2.48 KB
/
variable_assignment_to_entity_object.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"macroscopic.node.mass|constant|infinity.Source": {
"index_set": "N_const",
"integrators": {},
"var_eq_forest": [
{
"V_66": []
}
],
"init_vars": [
"V_66"
],
"input_vars": [],
"output_vars": [
"V_66"
]
},
"macroscopic.node.mass|dynamic|lumped.Pore": {
"index_set": "N_dyn",
"integrators": {
"V_16": "E_86"
},
"var_eq_forest": [
{
"V_66": [
"E_44"
],
"E_44": [
"V_15"
],
"V_15": []
},
{
"E_86": [
"V_101",
"V_6",
"V_7",
"V_5",
"V_169"
],
"V_101": [
"E_76"
],
"V_6": [],
"V_7": [],
"V_5": [],
"V_169": [],
"E_76": [
"V_94",
"V_164",
"V_100"
],
"V_94": [
"E_69"
],
"V_164": [],
"V_100": [],
"E_69": [
"V_93",
"V_165"
],
"V_93": [],
"V_165": []
}
],
"init_vars": [
"V_169",
"V_164",
"V_100",
"V_6",
"V_15",
"V_7"
],
"input_vars": [
"V_5",
"V_93",
"V_165"
],
"output_vars": [
"V_66",
"V_16"
]
},
"macroscopic.arc.mass|diffusion|lumped.DiffusionConnection": {
"index_set": "A_diff",
"integrators": {},
"var_eq_forest": [
{
"V_93": [
"E_132"
],
"E_132": [
"V_167",
"V_66",
"V_168"
],
"V_167": [],
"V_66": [],
"V_168": []
}
],
"init_vars": [
"V_168"
],
"input_vars": [
"V_167",
"V_66"
],
"output_vars": [
"V_93"
]
}
}