forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HeatTransferCoefficient.json
48 lines (48 loc) · 1.38 KB
/
HeatTransferCoefficient.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
{
"Name": "HeatTransferCoefficient",
"BaseUnit": "WattPerSquareMeterKelvin",
"XmlDoc": "The heat transfer coefficient or film coefficient, or film effectiveness, in thermodynamics and in mechanics is the proportionality constant between the heat flux and the thermodynamic driving force for the flow of heat (i.e., the temperature difference, ΔT)",
"BaseDimensions": {
"M": 1,
"T": -3,
"Θ": -1
},
"Units": [
{
"SingularName": "WattPerSquareMeterKelvin",
"PluralName": "WattsPerSquareMeterKelvin",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m²·K" ]
}
]
},
{
"SingularName": "WattPerSquareMeterCelsius",
"PluralName": "WattsPerSquareMeterCelsius",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m²·°C" ]
}
]
},
{
"SingularName": "BtuPerSquareFootDegreeFahrenheit",
"PluralName": "BtusPerSquareFootDegreeFahrenheit",
"FromUnitToBaseFunc": "x * 5.6782633411134878",
"FromBaseToUnitFunc": "x / 5.6782633411134878",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Btu/ft²·hr·°F" ]
}
]
}
]
}