Francesco Witte
Francesco Witte
https://ecp.ep.liu.se/index.php/sims/article/view/763/668
Hi, enthalpy is a quantity with arbitrary reference point (there is no natural zero point). That means, if you want to compare enthalpies from different libraries, you should always use...
Hmmm, that's unfortunate... Two thoughts towards CoolProp - `"methane[0.5]&propane[0.5]"` might refer to molar properties (not sure), but it does not explain the large difference. - Not sure, whether to trust...
Okay, thank you for that example. That seems to actually be a bug in the software, I found a fix but have to make sure, it does not interfere with...
Hi @YoannUniKS, I misread that, thank you for clarifying! If you are running more detailed calculations on heat exchangers, we could try to see, if those calculations could be integrated...
Issue with staring values for temperature (T0=0 Kelvin) resolved by https://github.com/oemof/tespy/pull/477
Hi @MikeSennis, this is indeed a bug. I had noticed it from time to time already, it seems to appear, when the first point is at saturation or just above...
This is a bug in CoolProp https://github.com/CoolProp/CoolProp/issues/2586
Hi @cagocagette, > I'm quite new to fluprodia but I'm already loving it. Nice to hear that and thank you for your suggestions, I think the number of labels per...
This could be a possible API, what do you think: ```python from fluprodia import FluidPropertyDiagram from matplotlib import pyplot as plt import numpy as np diagram = FluidPropertyDiagram("NH3") diagram.set_isolines_subcritical(T_min=250, T_max=450)...