jon85p / pyENL

Cross-platform engineering nonlinear equations systems solver [Under construction 🚧]
https://jon85p.github.io/pyENL/
MIT License
30 stars 6 forks source link
engineering equation fluid-dynamics fluids python solve-equations solver thermodynamics

pyENL

(Python "Ecuaciones No Lineales")

A baby tiny open-source alternative to Engineering Equation Solver (EES)

Build Status codecov Code Health [license]()

*

Description

Engineering nonlinear equations systems solver

Features

Use:

File pyENL.py run the Qt interface for pyENL.

Thermodynamical properties

Via CoolProp, an open source thermodynamical properties library. Install:

pip install coolprop

Strings variables:

#ref# = 'R134a'
P = prop('P', 'T', 300, 'Q', 0, #ref#)
H = prop('H', 'P', P, 'T', 300, #ref#)

Icon by @fabianalexisinostroza