PYroMat icon indicating copy to clipboard operation
PYroMat copied to clipboard

PYroMat thermodynamic properties in Python

Results 22 PYroMat issues
Sort by recently updated
recently updated
newest added

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...

enhancement
aspirational

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...

enhancement
question
priority

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...

bug

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...

enhancement
aspirational

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...

bug
priority

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 ) ->...

enhancement
aspirational

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...

enhancement

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...

bug
priority

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...

inaccurate documentation
priority

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...

question