-
Notifications
You must be signed in to change notification settings - Fork 412
Expand file tree
/
Copy pathFluence.json
More file actions
26 lines (26 loc) · 910 Bytes
/
Copy pathFluence.json
File metadata and controls
26 lines (26 loc) · 910 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
{
"Name": "Fluence",
"BaseUnit": "NeutronPerSquareCentimeter",
"XmlDocSummary": "In nuclear physics, fluence is the time-integrated flux of particles (typically neutrons) passing through a unit area. It is commonly measured in neutrons per square centimeter (n/cm²) for reactor vessel wall exposure.",
"BaseDimensions": {
"L": -2
},
"Units": [
{
"SingularName": "NeutronPerSquareCentimeter",
"PluralName": "NeutronsPerSquareCentimeter",
"BaseUnits": {
"L": "Centimeter"
},
"XmlDocSummary": "The fluence of neutrons measured per square centimeter (n/cm²). Example: A reactor vessel may receive 6×10¹⁹ n/cm² over its lifetime.",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "n/cm²", "n·cm⁻²" ]
}
]
}
]
}