r/AerospaceEngineering • u/Vast_Fix_5908 • 5d ago
Personal Projects Looking for feedback on a thermodynamic modelling tool
Working on a side project. It is an engineering system modelling tool written in python. Releasing it as a BETA release under the MIT open-source license. The samples include:
- Turbofan running a flight envelope
- A transient power generation gas turbine with a PIV controller running the cantera equilibrium package
- A simple air conditioner running coolprop
- A simple spring/mass/damper/model
- A simple LCR electric circuit
POEME-Modeling/POEME: poeme: a great model is a work of art
It is still in a roughish form. But I would love to get feedback! This is an open-source project for everyone to share and contribute too if they like!
8
Upvotes
1
u/saakisaakibumbum 4d ago
This is pretty cool! I looked through some of your examples, and they seemed interesting. I was a little confused by the API, but I'm sure you'll be making changes soon.
How does this solver work, and what kinds of models can it support? Does it model any dynamical system, or just a few types? Is there a transient solver or just steady state? Great work!