-
Notifications
You must be signed in to change notification settings - Fork 397
Add lb/mil² and Wh/lbs #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lb/mil² and Wh/lbs #1092
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1092 +/- ##
======================================
Coverage 85% 85%
======================================
Files 315 315
Lines 48697 48751 +54
======================================
+ Hits 41564 41618 +54
Misses 7133 7133
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect to me, great work!
@@ -51,6 +53,8 @@ public class PressureTests : PressureTestsBase | |||
|
|||
protected override double PoundsForcePerSquareInchInOnePascal => 1.450377377302092e-4; | |||
|
|||
protected override double PoundsForcePerSquareMilInOnePascal => 1.450377377302092e-10; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could not find a converter source to verify, but since mil is 1e-3 inch and square inch is 1e-6, then this seems reasonable.
@@ -22,6 +22,11 @@ public class SpecificEnergyTests : SpecificEnergyTestsBase | |||
protected override double MegawattHoursPerKilogramInOneJoulePerKilogram => 2.77777778e-10; | |||
protected override double GigawattHoursPerKilogramInOneJoulePerKilogram => 2.77777778e-13; | |||
|
|||
protected override double WattHoursPerPoundInOneJoulePerKilogram => 1.2599788055556e-4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuget should be out in a few minutes. |
Thanks :) |
Fixes #1091 (PoundForcePerSquareMil
Fixes #1090 (WattHourPerPound)