-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathHeatFlux.json
More file actions
153 lines (153 loc) · 5.18 KB
/
HeatFlux.json
File metadata and controls
153 lines (153 loc) · 5.18 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"Name": "HeatFlux",
"BaseUnit": "WattPerSquareMeter",
"XmlDocSummary": "Heat flux is the flow of energy per unit of area per unit of time",
"BaseDimensions": {
"M": 1,
"T": -3
},
"Units": [
{
"SingularName": "WattPerSquareMeter",
"PluralName": "WattsPerSquareMeter",
"BaseUnits": {
"M": "Kilogram",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m²" ]
}
]
},
{
"SingularName": "WattPerSquareInch",
"PluralName": "WattsPerSquareInch",
"FromUnitToBaseFunc": "{x} / (2.54e-2 * 2.54e-2)",
"FromBaseToUnitFunc": "{x} * (2.54e-2 * 2.54e-2)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/in²" ]
}
]
},
{
"SingularName": "WattPerSquareFoot",
"PluralName": "WattsPerSquareFoot",
"FromUnitToBaseFunc": "{x} / (0.3048 * 0.3048)",
"FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/ft²" ]
}
]
},
{
"SingularName": "BtuPerSecondSquareInch",
"PluralName": "BtusPerSecondSquareInch",
"XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.",
"FromUnitToBaseFunc": "{x} * 1055.05585262 / (2.54e-2 * 2.54e-2)",
"FromBaseToUnitFunc": "{x} * (2.54e-2 * 2.54e-2) / 1055.05585262",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/(s·in²)" ]
}
]
},
{
"SingularName": "BtuPerSecondSquareFoot",
"PluralName": "BtusPerSecondSquareFoot",
"XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.",
"FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048)",
"FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048) / 1055.05585262",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/(s·ft²)" ]
}
]
},
{
"SingularName": "BtuPerMinuteSquareFoot",
"PluralName": "BtusPerMinuteSquareFoot",
"XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.",
"FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048 * 60)",
"FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048 * 60) / 1055.05585262",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/(min·ft²)" ]
}
]
},
{
"SingularName": "BtuPerHourSquareFoot",
"PluralName": "BtusPerHourSquareFoot",
"XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.",
"FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048 * 3600)",
"FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048 * 3600) / 1055.05585262",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/(h·ft²)" ]
}
]
},
{
"SingularName": "CaloriePerSecondSquareCentimeter",
"PluralName": "CaloriesPerSecondSquareCentimeter",
"FromUnitToBaseFunc": "{x} * 4.184e4",
"FromBaseToUnitFunc": "{x} / 4.184e4",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cal/(s·cm²)" ]
}
]
},
{
"SingularName": "KilocaloriePerHourSquareMeter",
"PluralName": "KilocaloriesPerHourSquareMeter",
"FromUnitToBaseFunc": "{x} * 4.184e3 / 3600",
"FromBaseToUnitFunc": "{x} * 3600 / 4.184e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kcal/(h·m²)" ]
}
]
},
{
"SingularName": "PoundForcePerFootSecond",
"PluralName": "PoundsForcePerFootSecond",
"FromUnitToBaseFunc": "{x} * 1.3558179483314004 / 9.290304e-2",
"FromBaseToUnitFunc": "{x} * 9.290304e-2 / 1.3558179483314004",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf/(ft·s)" ]
}
]
},
{
"SingularName": "PoundPerSecondCubed",
"PluralName": "PoundsPerSecondCubed",
"FromUnitToBaseFunc": "{x} * 4.5359237e-1",
"FromBaseToUnitFunc": "{x} / 4.5359237e-1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/s³", "lbm/s³" ]
}
]
}
]
}