Proof-of-concept for a thermodynamic calculation core behind a future visual learning app for power-plant cycles.
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe -m pip install -e .
.\.venv\Scripts\python.exe examples\pump_heater_poc.pyThe example simulates liquid water flowing through an ideal pump and a constant-pressure heater.
.\.venv\Scripts\python.exe -m thermoapplet.guiThe first desktop GUI is a rudimentary fixed pump-heater chain. It uses process-schematic component symbols, lets you change inlet, pump, and heater values, and displays the resulting water/steam state table.