forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElectricResistivity.json
40 lines (40 loc) · 1.17 KB
/
ElectricResistivity.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
{
"Name": "ElectricResistivity",
"BaseUnit": "OhmMeter",
"XmlDocSummary": "Electrical resistivity (also known as resistivity, specific electrical resistance, or volume resistivity) is a fundamental property that quantifies how strongly a given material opposes the flow of electric current.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity",
"BaseDimensions": {
"L": 3,
"M": 1,
"T": -3,
"I": -2
},
"Units": [
{
"SingularName": "OhmMeter",
"PluralName": "OhmMeters",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Pico", "Nano", "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Ω·m" ]
}
]
},
{
"SingularName": "OhmCentimeter",
"PluralName": "OhmsCentimeter",
"FromUnitToBaseFunc": "{x} / 100",
"FromBaseToUnitFunc": "{x} * 100",
"Prefixes": [ "Pico", "Nano", "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Ω·cm" ]
}
]
}
]
}