forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LinearPowerDensity.json
78 lines (78 loc) · 2.23 KB
/
LinearPowerDensity.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
74
75
76
77
78
{
"Name": "LinearPowerDensity",
"BaseUnit": "WattPerMeter",
"XmlDocSummary": "The Linear Power Density of a substance is its power per unit length. The term linear density is most often used when describing the characteristics of one-dimensional objects, although linear density can also be used to describe the density of a three-dimensional quantity along one particular dimension.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Linear_density",
"BaseDimensions": {
"M": 1,
"L": 1,
"T": -3
},
"Units": [
{
"SingularName": "WattPerMeter",
"PluralName": "WattsPerMeter",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m" ]
}
]
},
{
"SingularName": "WattPerCentimeter",
"PluralName": "WattsPerCentimeter",
"FromUnitToBaseFunc": "{x} * 1e2",
"FromBaseToUnitFunc": "{x} / 1e2",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/cm" ]
}
]
},
{
"SingularName": "WattPerMillimeter",
"PluralName": "WattsPerMillimeter",
"FromUnitToBaseFunc": "{x} * 1e3",
"FromBaseToUnitFunc": "{x} / 1e3",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/mm" ]
}
]
},
{
"SingularName": "WattPerInch",
"PluralName": "WattsPerInch",
"FromUnitToBaseFunc": "{x} * 39.37007874",
"FromBaseToUnitFunc": "{x} / 39.37007874",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/in" ]
}
]
},
{
"SingularName": "WattPerFoot",
"PluralName": "WattsPerFoot",
"FromUnitToBaseFunc": "{x} * 3.280839895",
"FromBaseToUnitFunc": "{x} / 3.280839895",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/ft" ]
}
]
}
]
}