PYroMat
PYroMat copied to clipboard
PYroMat thermodynamic properties in Python
We should add class-specific properties() method that lists the supported input and output property strings. This is useful for applications to dynamically probe substance models to see which properties are...
I know this came up before in #29 and elsewhere. The documentation is correct at this point, so there's no bug, and please just mark this "wont fix" and close...
One of our old documented bugs that was deemed to be a fix that should be handled later. Just migrating it here in github for better workflow now that 2.2...
This is potentially a wormhole, but I think it might be useful to have a function that computes the phase for multiphase substances, and/or make it an option to have...
Users should be aware that igmix does not correctly add the "entropy of mixing" to its calculations. This winds up being a constant added to all entropy calculations. It will...
Hello, Is it possible to provide typing in classes properties and functions? for example: ` def get( idstr): ` becomes: ``` from .registry.ig import ig def get( idstr:str ) ->...
We know for ideal gases JT coeff is zero; but can we add this parameter or somehow calculate it? Important for HVAC community. `It is possible to express the Joule-Thomson...
There is a bug in v2.2.3 in `_mp1._sat_argparse` that can result in the default temperature units not being honored. If the `pm.config[def_T_unit]` setting is different from `pm.config['unit_temperature']`, saturation properties will...
The [examples](http://pyromat.org/doc_howto.html#cycle) on the [website](http://pyromat.org) are now quite old. They use substance methods that are now deprecated, like `T_s()`. That is both bad and easy to fix. The installation instructions...
In version v2.2.5, when users [configure](http://www.pyromat.org/pdf/handbook.pdf#page=41) the `unit_temperature` or the `unit_pressure`, it no longer affects how the defaults, `def_T` and `def_p` are interpreted. I've been getting questions from users that...