-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathElectricSurfaceChargeDensity.json
64 lines (64 loc) · 1.58 KB
/
ElectricSurfaceChargeDensity.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
{
"Name": "ElectricSurfaceChargeDensity",
"BaseUnit": "CoulombPerSquareMeter",
"XmlDocSummary": "In electromagnetism, surface charge density is a measure of the amount of electric charge per surface area.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Charge_density",
"BaseDimensions": {
"L": -2,
"T": 1,
"I": 1
},
"Units": [
{
"SingularName": "CoulombPerSquareMeter",
"PluralName": "CoulombsPerSquareMeter",
"BaseUnits": {
"L": "Meter",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "C/m²" ]
}
]
},
{
"SingularName": "CoulombPerSquareCentimeter",
"PluralName": "CoulombsPerSquareCentimeter",
"BaseUnits": {
"L": "Centimeter",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} * 1.0e4",
"FromBaseToUnitFunc": "{x} / 1.0e4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "C/cm²" ]
}
]
},
{
"SingularName": "CoulombPerSquareInch",
"PluralName": "CoulombsPerSquareInch",
"BaseUnits": {
"L": "Inch",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} * 1.5500031000062000e3",
"FromBaseToUnitFunc": "{x} / 1.5500031000062000e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "C/in²" ]
}
]
}
]
}