fluprodia
fluprodia copied to clipboard
Fluid property diagrams
The refactoring makes the isoline creation more simple by allowing somewhat more intelligent iterator isoline property combinations and respective value selections. On top of that, the PR should introduce -...
This issue references issue jfreissmann/heatpumps#28. In some cases, calling the `calc_individual_isoline` method of the `FluidPropertyDiagram` returns a fluid property dict of empty arrays. This happens, because one of the `_single_isoline`...
I have some code that works great but I'm trying to add in some fluids that are mixtures and am now getting an error from within set_isoline_defaults. My fluid is...
Hello Francesco (@fwitte), I want to report a possibly odd behavior of the Fluprodia package observed when creating the fluid property diagrams for a transcritical CO2 heat pump cycle modeled...
Resolve #17
I'm quite new to fluprodia but I'm already loving it. However, I noticed it's missing flexibility for the isolines labels. In particular : - it would be interesting to be...
Right now, tespy uses slightly different names: `v` -> volumetric flow, `vol` -> specific volume while `v` is specific volume in fluprodia On top of that, the units in fluprodia...
Some parts of the API in tespy changed, this should be adapted here.
Use the same implementations as is planned here: https://github.com/oemof/tespy/pull/743
Hi Francesco, I've been playing with CoolProp for some time, and came across your github site fluprodia as well. Nice graphs! I made a small Holoviz Panel application (CoolPanel) in...