OpenMDAO / pyCycle

Thermodynamic cycle modeling library, built on top of OpenMDAO
Other
75 stars 51 forks source link

Fixed incorrect ordering in compressor viewer #54

Closed lamkina closed 1 year ago

lamkina commented 1 year ago

The ordering of the print statement for the compressor was incorrect, causing the corrected mass flow and map PR to print in the wrong spot. I just changed the ordering of the headers so they would be in the correct order.

jdgratz10 commented 1 year ago

Ran all benchmark tests and regular tests, this passes. Checked results and they appear to be correct. Merging this.