OpenMDAO / pyCycle

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

Code cleanup - removing `n` from flow stations #28

Closed JustinSGray closed 3 years ago

JustinSGray commented 3 years ago

removed n and n_moles from the flow stations (they are not needed any more!)

I also cleaned up a bunch of element regression tests, making them use newer OM apis

connect_flow is deprecated, use the pyc_connect_flow method on Cycle now instead.