-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathMagneticFlux.json
More file actions
32 lines (32 loc) · 798 Bytes
/
MagneticFlux.json
File metadata and controls
32 lines (32 loc) · 798 Bytes
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
{
"Name": "MagneticFlux",
"BaseUnit": "Weber",
"XmlDocSummary": "In physics, specifically electromagnetism, the magnetic flux through a surface is the surface integral of the normal component of the magnetic field B passing through that surface.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Magnetic_flux",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -2,
"I": -1
},
"Units": [
{
"SingularName": "Weber",
"PluralName": "Webers",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wb" ]
}
]
}
]
}