bryanwweber / thermostate

State Manager for Thermodynamic Properties
https://thermostate.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 19 forks source link

expand list of substances #5

Closed iotium closed 1 year ago

iotium commented 6 years ago

CoolProp supports a long list of substances. Is there any reason thermostate can't support all of them? Currently it's limited to:

['AIR', 'AMMONIA', 'WATER', 'PROPANE', 'R134A', 'R22', 'ISOBUTANE', 'CARBONDIOXIDE', 'OXYGEN', 'NITROGEN']

Full list of coolprop-supported fluids: http://www.coolprop.org/fluid_properties/PurePseudoPure.html#list-of-fluids

bryanwweber commented 6 years ago

Hi! The main reason it's limited to these substances is these are the ones I use in my class, and I don't want my students to end up with the wrong substance or something weird. There's no technical reason that all of the substances can't be enabled.

If you don't mind my asking, you're the first person (other than me) who's shown interest in the software, and I'm curious how you intend to use ThermoState, and where. Thanks!

bryanwweber commented 1 year ago

No response in 5 years, closing