MIT-LAE / TASOPT.jl

Medium fidelity aircraft-propulsion system design and optimization.
https://mit-lae.github.io/TASOPT.jl/
MIT License
26 stars 14 forks source link

Replacing enthalpy of combustion in PFEI by LHV #55

Closed ngomezve closed 4 months ago

ngomezve commented 4 months ago

This PR makes a change to the way PFEI is calculated. Rather than using the enthalpy of combustion of the fuel, which depends on the fuel initial temperature, the PFEI is now calculated with the lower heating value, which is a constant for a given fuel type.

askprash commented 4 months ago

Looks good! Were you going to add anything else or can we mark this ready to pull instead of draft?