-
Notifications
You must be signed in to change notification settings - Fork 382
/
ElectricCurrentDensity.json
60 lines (60 loc) · 1.49 KB
/
ElectricCurrentDensity.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
{
"Name": "ElectricCurrentDensity",
"BaseUnit": "AmperePerSquareMeter",
"XmlDocSummary": "In electromagnetism, current density is the electric current per unit area of cross section.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Current_density",
"BaseDimensions": {
"L": -2,
"I": 1
},
"Units": [
{
"SingularName": "AmperePerSquareMeter",
"PluralName": "AmperesPerSquareMeter",
"BaseUnits": {
"L": "Meter",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "A/m²" ]
}
]
},
{
"SingularName": "AmperePerSquareInch",
"PluralName": "AmperesPerSquareInch",
"BaseUnits": {
"L": "Inch",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} * 1.5500031000062000e3",
"FromBaseToUnitFunc": "{x} / 1.5500031000062000e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "A/in²" ]
}
]
},
{
"SingularName": "AmperePerSquareFoot",
"PluralName": "AmperesPerSquareFoot",
"BaseUnits": {
"L": "Foot",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} * 1.0763910416709722e1",
"FromBaseToUnitFunc": "{x} / 1.0763910416709722e1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "A/ft²" ]
}
]
}
]
}