forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThermalConductivity.json
38 lines (38 loc) · 942 Bytes
/
ThermalConductivity.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
{
"Name": "ThermalConductivity",
"BaseUnit": "WattPerMeterKelvin",
"XmlDoc": "Thermal conductivity is the property of a material to conduct heat.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Thermal_Conductivity",
"BaseDimensions": {
"L": 1,
"M": 1,
"T": -3,
"Θ": -1
},
"Units": [
{
"SingularName": "WattPerMeterKelvin",
"PluralName": "WattsPerMeterKelvin",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m·K" ]
}
]
},
{
"SingularName": "BtuPerHourFootFahrenheit",
"PluralName": "BtusPerHourFootFahrenheit",
"FromUnitToBaseFunc": "x*1.73073467",
"FromBaseToUnitFunc": "x/1.73073467",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/h·ft·°F" ]
}
]
}
]
}