Skip to content

Add KilowattHourPerPound (kWh/lbs) to SpecificEnergy #1090

@rutemja

Description

@rutemja

Is your feature request related to a problem? Please describe.
Our machines need to show the used energy per produced kilogram/pound. UnitsNet already supports the SI units in SpecificEnergy class, but the imperial units (like kWh/lbs) are missing.

Describe the solution you'd like
Please add kWh/lbs to SpecificEnergy class.

These should be the correct functions to calculate it from J/kg:

"FromUnitToBaseFunc": "{x} * 7.937e+6",
"FromBaseToUnitFunc": "{x} / 7.937e+6",

Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions