Skip to content

Commit

Permalink
Add more ForcePerLength conversions (angularsen#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjamesnugent authored May 23, 2020
1 parent 23467bc commit 39eb820
Show file tree
Hide file tree
Showing 13 changed files with 1,145 additions and 70 deletions.
105 changes: 105 additions & 0 deletions Common/UnitDefinitions/ForcePerLength.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
"Abbreviations": [ "N/m" ]
}
]
},
{
"SingularName": "NewtonPerCentimeter",
"PluralName": "NewtonsPerCentimeter",
"FromUnitToBaseFunc": "x*1e2",
"FromBaseToUnitFunc": "x/1e2",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N/cm" ]
}
]
},
{
"SingularName": "NewtonPerMillimeter",
Expand Down Expand Up @@ -48,6 +61,86 @@
"Abbreviations": [ "кгс/м" ]
}
]
},
{
"SingularName": "KilogramForcePerCentimeter",
"PluralName": "KilogramsForcePerCentimeter",
"FromUnitToBaseFunc": "x*980.665002864",
"FromBaseToUnitFunc": "x/980.665002864",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kgf/cm" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс/см" ]
}
]
},
{
"SingularName": "KilogramForcePerMillimeter",
"PluralName": "KilogramsForcePerMillimeter",
"FromUnitToBaseFunc": "x*9.80665002864e3",
"FromBaseToUnitFunc": "x/9.80665002864e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kgf/mm" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс/мм" ]
}
]
},
{
"SingularName": "TonneForcePerMeter",
"PluralName": "TonnesForcePerMeter",
"FromUnitToBaseFunc": "x*9.80665002864e3",
"FromBaseToUnitFunc": "x/9.80665002864e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "tf/m" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тс/м" ]
}
]
},
{
"SingularName": "TonneForcePerCentimeter",
"PluralName": "TonnesForcePerCentimeter",
"FromUnitToBaseFunc": "x*9.80665002864e5",
"FromBaseToUnitFunc": "x/9.80665002864e5",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "tf/cm" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тс/см" ]
}
]
},
{
"SingularName": "TonneForcePerMillimeter",
"PluralName": "TonnesForcePerMillimeter",
"FromUnitToBaseFunc": "x*9.80665002864e6",
"FromBaseToUnitFunc": "x/9.80665002864e6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "tf/mm" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тс/мм" ]
}
]
},
{
"SingularName": "PoundForcePerFoot",
Expand Down Expand Up @@ -96,6 +189,18 @@
"Abbreviations": [ "kipf/ft", "kip/ft", "k/ft" ]
}
]
},
{
"SingularName": "KilopoundForcePerInch",
"PluralName": "KilopoundsForcePerInch",
"FromUnitToBaseFunc": "x*1.75126835e5",
"FromBaseToUnitFunc": "x/1.75126835e5",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kipf/in", "kip/in", "k/in" ]
}
]
}
]
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39eb820

Please sign in to comment.