gives an error:
cannot convert from 'EngineeringUnits.SpecificEnergy' to 'EngineeringUnits.Enthalpy'
Why the Fluid doesn't return Enthalpy and a SpecificEnergy?
I can explicitly convert the SpecificEnergy to Enthalpy, I know that, but it ads complexity to the code.
If I Have the following: wg = new Fluid(...)
Enthalpy H = wg.Enthalpy
gives an error: cannot convert from 'EngineeringUnits.SpecificEnergy' to 'EngineeringUnits.Enthalpy'
Why the Fluid doesn't return Enthalpy and a SpecificEnergy? I can explicitly convert the SpecificEnergy to Enthalpy, I know that, but it ads complexity to the code.