GHEtool
GHEtool copied to clipboard
Temperature dependent fluid parameters
It can be nice to have temperature dependent fluid properties. Branched from issue45-restructure-package-pipe.
@tblanke
I noticed you were implementing some temperature dependent fluid properties. I created a new branch for this, so we can keep better track of what changes are happening where. Currently, I'm losing a bit of an overview, since branches are no longer used for one specific implemenation/purpose.
Yes, a new branch makes sense.
To implement this, it would be good if this PR (https://github.com/mitchute/SecondaryCoolantProps/pull/11) gets through, rather than reimplementing everything ourselves.
As was shown in https://github.com/mitchute/SecondaryCoolantProps/pull/11, it is not worth changing the code of the SCP package. This behaviour will hence be implemented within GHEtool itself.
This issue is also related to issue #304 over at pygfunction (https://github.com/MassimoCimmino/pygfunction/issues/304)
This will probably be implemented over at pygfunction.