forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThermalResistance.json
73 lines (72 loc) · 2 KB
/
ThermalResistance.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
{
"Name": "ThermalResistance",
"BaseUnit": "SquareMeterKelvinPerKilowatt",
"XmlDoc": "Heat Transfer Coefficient or Thermal conductivity - indicates a materials ability to conduct heat.",
"BaseDimensions": {
"M": -1,
"T": 3,
"Θ": 1
},
"Units": [
{
"SingularName": "SquareMeterKelvinPerKilowatt",
"PluralName": "SquareMeterKelvinsPerKilowatt",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²K/kW" ]
}
]
},
{
"SingularName": "SquareMeterDegreeCelsiusPerWatt",
"PluralName": "SquareMeterDegreesCelsiusPerWatt",
"FromUnitToBaseFunc": "x*1000.088056074108",
"FromBaseToUnitFunc": "x/1000.088056074108",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²°C/W" ]
}
]
},
{
"SingularName": "SquareCentimeterKelvinPerWatt",
"PluralName": "SquareCentimeterKelvinsPerWatt",
"FromUnitToBaseFunc": "x*0.0999964777570357",
"FromBaseToUnitFunc": "x/0.0999964777570357",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²K/W" ]
}
]
},
{
"SingularName": "SquareCentimeterHourDegreeCelsiusPerKilocalorie",
"PluralName": "SquareCentimeterHourDegreesCelsiusPerKilocalorie",
"FromUnitToBaseFunc": "x*0.0859779507590433",
"FromBaseToUnitFunc": "x/0.0859779507590433",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²Hr°C/kcal" ]
}
]
},
{
"SingularName": "HourSquareFeetDegreeFahrenheitPerBtu",
"PluralName": "HourSquareFeetDegreesFahrenheitPerBtu",
"FromUnitToBaseFunc": "x*176.1121482159839",
"FromBaseToUnitFunc": "x/176.1121482159839",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Hrft²°F/Btu" ]
}
]
}
]
}