Caleb Bell

Results 30 comments of Caleb Bell

As noted above, gas heat capacity should be used above the supercritical point. Reading the documentation will show how to change the extrapolation methods used. The integration with CoolProp offers...

Hi Allan, I took a quick look and here is the original formula from the paper: ![image](https://github.com/CalebBell/fluids/assets/16520296/ce2aa310-e51c-4a1d-98c4-5fae72a0775d) These look to me to be the formulas I've implemented. Can you clarify...

Hello, Thank you both for looking into it. I agree the equations are suspiciously close. The same author seems to have developed both, one in 1996 and the other in...

Hi Eric, You are correct - this is an issue, one difficult to remedy today in thermo. Not all methods are available for all chemicals. Methods are based on different...

Hi Andrés, Like all software not maintained, bits and pieces of the chemicals-metadata repository have rotted away. I cannot get the inchi module in rdkit to work for me, and...

Hi Andrés, I found a version of rdkit which works on linux - and it's on [pypi](https://pypi.org/project/rdkit-pypi/)! One step closer to being able to update the database again. I think...

Hi Andrés, I have fixed the chemical-metadata repository a lot, and generated a new inorganic file without this particular issue. I attached it. What is hard to do is that...

Hi SomaLily, I can reproduce the issue. I understand the original fix didn't resolve root cause, which I didn't look into enough to understand in the first place. I agree...

Hi SomaLily, I've written a fix for this issue by ensuring each thread has their own connection to any sqlite database. The performance overhead is very minimal. Thank you for...

Hello, This fix landed in thermo 0.4.0 released today. Sincerely, Caleb