-
I want to use Tespy for modeling heat pump cycles, however the working fluid is R513 a which is not included in tespy. Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Dear @yasiaee, TESPy currently relies on CoolProp or REFPROP fluid properties (which can be accessed via the CoolProp wrapper). Since CoolProp does not include R513a you will need to have a REFPROP license (REFPROP does seem to have R513a: usnistgov/REFPROP-issues#452) and create your TESPy network object like so: Network(fluids=["REFPROP::R513a"], ...) Maybe you can ask the CoolProp developers, if they plan to bring R513a to the table in the future :). Best |
Beta Was this translation helpful? Give feedback.
Dear @yasiaee,
TESPy currently relies on CoolProp or REFPROP fluid properties (which can be accessed via the CoolProp wrapper). Since CoolProp does not include R513a you will need to have a REFPROP license (REFPROP does seem to have R513a: usnistgov/REFPROP-issues#452) and create your TESPy network object like so:
Maybe you can ask the CoolProp developers, if they plan to bring R513a to the table in the future :).
Best