fabiencasenave commited on
Commit
4fbef03
·
verified ·
1 Parent(s): 0d6a2ee

Upload constants (memmap + layout)

Browse files
constants/res_SENS/constant_schema.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Base_2_2:
2
+ dtype: int32
3
+ ndim: 1
4
+ Base_2_2/Bulk:
5
+ dtype: null
6
+ Base_2_2/Bulk_times:
7
+ dtype: null
8
+ Base_2_2/Zone/Elements_QUAD_4:
9
+ dtype: int32
10
+ ndim: 1
11
+ Base_2_2/Zone/Elements_QUAD_4_times:
12
+ dtype: float64
13
+ ndim: 1
14
+ Base_2_2/Zone/FamilyName:
15
+ dtype: string
16
+ ndim: 1
17
+ Base_2_2/Zone/FamilyName_times:
18
+ dtype: float64
19
+ ndim: 1
20
+ Base_2_2/Zone/GridCoordinates:
21
+ dtype: null
22
+ Base_2_2/Zone/GridCoordinates_times:
23
+ dtype: null
24
+ Base_2_2/Zone/VertexFields:
25
+ dtype: null
26
+ Base_2_2/Zone/VertexFields/GridLocation:
27
+ dtype: string
28
+ ndim: 1
29
+ Base_2_2/Zone/VertexFields/GridLocation_times:
30
+ dtype: float64
31
+ ndim: 1
32
+ Base_2_2/Zone/VertexFields_times:
33
+ dtype: null
34
+ Base_2_2/Zone/ZoneType:
35
+ dtype: string
36
+ ndim: 1
37
+ Base_2_2/Zone/ZoneType_times:
38
+ dtype: float64
39
+ ndim: 1
40
+ Base_2_2_times:
41
+ dtype: float64
42
+ ndim: 1
43
+ Global:
44
+ dtype: int32
45
+ ndim: 1
46
+ Global/config_times:
47
+ dtype: float64
48
+ ndim: 1
49
+ Global/displacement:
50
+ dtype: float32
51
+ ndim: 1
52
+ Global/displacement_times:
53
+ dtype: float64
54
+ ndim: 1
55
+ Global/fracture energy_times:
56
+ dtype: float64
57
+ ndim: 1
58
+ Global/strain energy_times:
59
+ dtype: float64
60
+ ndim: 1
61
+ Global/total energy_times:
62
+ dtype: float64
63
+ ndim: 1
64
+ Global/x-force_times:
65
+ dtype: float64
66
+ ndim: 1
67
+ Global/y-force_times:
68
+ dtype: float64
69
+ ndim: 1
70
+ Global_times:
71
+ dtype: float64
72
+ ndim: 1
constants/res_SENS/data.mmap ADDED
Binary file (88 kB). View file
 
constants/res_SENS/layout.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Base_2_2": {
3
+ "offset": 0,
4
+ "shape": [
5
+ 2
6
+ ],
7
+ "dtype": "<i4"
8
+ },
9
+ "Base_2_2/Bulk": null,
10
+ "Base_2_2/Bulk_times": null,
11
+ "Base_2_2/Zone/Elements_QUAD_4": {
12
+ "offset": 8,
13
+ "shape": [
14
+ 2
15
+ ],
16
+ "dtype": "<i4"
17
+ },
18
+ "Base_2_2/Zone/Elements_QUAD_4_times": {
19
+ "offset": 16,
20
+ "shape": [
21
+ 903
22
+ ],
23
+ "dtype": "<f8"
24
+ },
25
+ "Base_2_2/Zone/FamilyName": {
26
+ "offset": 7240,
27
+ "shape": [
28
+ 4
29
+ ],
30
+ "dtype": "|S1"
31
+ },
32
+ "Base_2_2/Zone/FamilyName_times": {
33
+ "offset": 7244,
34
+ "shape": [
35
+ 903
36
+ ],
37
+ "dtype": "<f8"
38
+ },
39
+ "Base_2_2/Zone/GridCoordinates": null,
40
+ "Base_2_2/Zone/GridCoordinates_times": null,
41
+ "Base_2_2/Zone/VertexFields": null,
42
+ "Base_2_2/Zone/VertexFields/GridLocation": {
43
+ "offset": 14468,
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "dtype": "|S1"
48
+ },
49
+ "Base_2_2/Zone/VertexFields/GridLocation_times": {
50
+ "offset": 14474,
51
+ "shape": [
52
+ 903
53
+ ],
54
+ "dtype": "<f8"
55
+ },
56
+ "Base_2_2/Zone/VertexFields_times": null,
57
+ "Base_2_2/Zone/ZoneType": {
58
+ "offset": 21698,
59
+ "shape": [
60
+ 12
61
+ ],
62
+ "dtype": "|S1"
63
+ },
64
+ "Base_2_2/Zone/ZoneType_times": {
65
+ "offset": 21710,
66
+ "shape": [
67
+ 903
68
+ ],
69
+ "dtype": "<f8"
70
+ },
71
+ "Base_2_2_times": {
72
+ "offset": 28934,
73
+ "shape": [
74
+ 903
75
+ ],
76
+ "dtype": "<f8"
77
+ },
78
+ "Global": {
79
+ "offset": 36158,
80
+ "shape": [
81
+ 2
82
+ ],
83
+ "dtype": "<i4"
84
+ },
85
+ "Global/config_times": {
86
+ "offset": 36166,
87
+ "shape": [
88
+ 3
89
+ ],
90
+ "dtype": "<f8"
91
+ },
92
+ "Global/displacement": {
93
+ "offset": 36190,
94
+ "shape": [
95
+ 301
96
+ ],
97
+ "dtype": "<f4"
98
+ },
99
+ "Global/displacement_times": {
100
+ "offset": 37394,
101
+ "shape": [
102
+ 903
103
+ ],
104
+ "dtype": "<f8"
105
+ },
106
+ "Global/fracture energy_times": {
107
+ "offset": 44618,
108
+ "shape": [
109
+ 903
110
+ ],
111
+ "dtype": "<f8"
112
+ },
113
+ "Global/strain energy_times": {
114
+ "offset": 51842,
115
+ "shape": [
116
+ 903
117
+ ],
118
+ "dtype": "<f8"
119
+ },
120
+ "Global/total energy_times": {
121
+ "offset": 59066,
122
+ "shape": [
123
+ 903
124
+ ],
125
+ "dtype": "<f8"
126
+ },
127
+ "Global/x-force_times": {
128
+ "offset": 66290,
129
+ "shape": [
130
+ 903
131
+ ],
132
+ "dtype": "<f8"
133
+ },
134
+ "Global/y-force_times": {
135
+ "offset": 73514,
136
+ "shape": [
137
+ 903
138
+ ],
139
+ "dtype": "<f8"
140
+ },
141
+ "Global_times": {
142
+ "offset": 80738,
143
+ "shape": [
144
+ 903
145
+ ],
146
+ "dtype": "<f8"
147
+ }
148
+ }