Nionio commited on
Commit
cce9e14
·
verified ·
1 Parent(s): b3fdbef

Upload key_mappings.yaml

Browse files
Files changed (1) hide show
  1. key_mappings.yaml +118 -0
key_mappings.yaml ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ variable_features:
2
+ - Base_2_3/Zone
3
+ - Base_2_3/Zone/CellData/CpMeanTrim
4
+ - Base_2_3/Zone/CellData/pMeanTrim
5
+ - Base_2_3/Zone/CellData/pPrime2MeanTrim
6
+ - Base_2_3/Zone/CellData/wallShearStressMeanTrim_0
7
+ - Base_2_3/Zone/CellData/wallShearStressMeanTrim_1
8
+ - Base_2_3/Zone/CellData/wallShearStressMeanTrim_2
9
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
10
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
11
+ - Base_2_3/Zone/Elements_TRI_3/ElementConnectivity
12
+ - Base_2_3/Zone/Elements_TRI_3/ElementRange
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
15
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
16
+ - Global/Approach_Angle
17
+ - Global/Backlight_Angle
18
+ - Global/Cd
19
+ - Global/Cd_constref
20
+ - Global/Cl
21
+ - Global/Cl_constref
22
+ - Global/Clf
23
+ - Global/Clf_constref
24
+ - Global/Clr
25
+ - Global/Clr_constref
26
+ - Global/Cs
27
+ - Global/Cs_constref
28
+ - Global/Decklid_Height
29
+ - Global/Front_Overhang
30
+ - Global/Front_Planview
31
+ - Global/Greenhouse_Tapering
32
+ - Global/Hood_Angle
33
+ - Global/Rear_Diffusor_Angle
34
+ - Global/Rear_Overhang
35
+ - Global/Rearend_tapering
36
+ - Global/Vehicle_Height
37
+ - Global/Vehicle_Length
38
+ - Global/Vehicle_Pitch
39
+ - Global/Vehicle_Ride_Height
40
+ - Global/Vehicle_Width
41
+ - Global/Windscreen_Angle
42
+ constant_features:
43
+ - Base_2_3
44
+ - Base_2_3/Bulk
45
+ - Base_2_3/Zone/CellData
46
+ - Base_2_3/Zone/CellData/GridLocation
47
+ - Base_2_3/Zone/Elements_QUAD_4
48
+ - Base_2_3/Zone/Elements_TRI_3
49
+ - Base_2_3/Zone/FamilyName
50
+ - Base_2_3/Zone/GridCoordinates
51
+ - Base_2_3/Zone/PointData
52
+ - Base_2_3/Zone/PointData/GridLocation
53
+ - Base_2_3/Zone/SurfaceData
54
+ - Base_2_3/Zone/SurfaceData/GridLocation
55
+ - Base_2_3/Zone/ZoneType
56
+ - Global
57
+ cgns_types:
58
+ CGNSLibraryVersion: CGNSLibraryVersion_t
59
+ Base_2_3: CGNSBase_t
60
+ Base_2_3/Bulk: Family_t
61
+ Base_2_3/Zone: Zone_t
62
+ Base_2_3/Zone/ZoneType: ZoneType_t
63
+ Base_2_3/Zone/GridCoordinates: GridCoordinates_t
64
+ Base_2_3/Zone/GridCoordinates/CoordinateX: DataArray_t
65
+ Base_2_3/Zone/GridCoordinates/CoordinateY: DataArray_t
66
+ Base_2_3/Zone/GridCoordinates/CoordinateZ: DataArray_t
67
+ Base_2_3/Zone/Elements_QUAD_4: Elements_t
68
+ Base_2_3/Zone/Elements_QUAD_4/ElementRange: IndexRange_t
69
+ Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity: DataArray_t
70
+ Base_2_3/Zone/Elements_TRI_3: Elements_t
71
+ Base_2_3/Zone/Elements_TRI_3/ElementRange: IndexRange_t
72
+ Base_2_3/Zone/Elements_TRI_3/ElementConnectivity: DataArray_t
73
+ Base_2_3/Zone/PointData: FlowSolution_t
74
+ Base_2_3/Zone/PointData/GridLocation: GridLocation_t
75
+ Base_2_3/Zone/CellData: FlowSolution_t
76
+ Base_2_3/Zone/CellData/GridLocation: GridLocation_t
77
+ Base_2_3/Zone/CellData/CpMeanTrim: DataArray_t
78
+ Base_2_3/Zone/CellData/pMeanTrim: DataArray_t
79
+ Base_2_3/Zone/CellData/pPrime2MeanTrim: DataArray_t
80
+ Base_2_3/Zone/CellData/wallShearStressMeanTrim_0: DataArray_t
81
+ Base_2_3/Zone/CellData/wallShearStressMeanTrim_1: DataArray_t
82
+ Base_2_3/Zone/CellData/wallShearStressMeanTrim_2: DataArray_t
83
+ Base_2_3/Zone/SurfaceData: FlowSolution_t
84
+ Base_2_3/Zone/SurfaceData/GridLocation: GridLocation_t
85
+ Base_2_3/Zone/FamilyName: FamilyName_t
86
+ Base_2_3/Time: BaseIterativeData_t
87
+ Base_2_3/Time/IterationValues: DataArray_t
88
+ Base_2_3/Time/TimeValues: DataArray_t
89
+ Global: CGNSBase_t
90
+ Global/Time: BaseIterativeData_t
91
+ Global/Time/IterationValues: DataArray_t
92
+ Global/Time/TimeValues: DataArray_t
93
+ Global/Cd: DataArray_t
94
+ Global/Cl: DataArray_t
95
+ Global/Clf: DataArray_t
96
+ Global/Clr: DataArray_t
97
+ Global/Cs: DataArray_t
98
+ Global/Cd_constref: DataArray_t
99
+ Global/Cl_constref: DataArray_t
100
+ Global/Clf_constref: DataArray_t
101
+ Global/Clr_constref: DataArray_t
102
+ Global/Cs_constref: DataArray_t
103
+ Global/Vehicle_Length: DataArray_t
104
+ Global/Vehicle_Width: DataArray_t
105
+ Global/Vehicle_Height: DataArray_t
106
+ Global/Front_Overhang: DataArray_t
107
+ Global/Front_Planview: DataArray_t
108
+ Global/Hood_Angle: DataArray_t
109
+ Global/Approach_Angle: DataArray_t
110
+ Global/Windscreen_Angle: DataArray_t
111
+ Global/Greenhouse_Tapering: DataArray_t
112
+ Global/Backlight_Angle: DataArray_t
113
+ Global/Decklid_Height: DataArray_t
114
+ Global/Rearend_tapering: DataArray_t
115
+ Global/Rear_Overhang: DataArray_t
116
+ Global/Rear_Diffusor_Angle: DataArray_t
117
+ Global/Vehicle_Ride_Height: DataArray_t
118
+ Global/Vehicle_Pitch: DataArray_t