We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CoolProp allows to define custom fluids by feeding it a JSON string with relevant parameters. It would be great if ExternalMedia could support that.
AFAICT, all that seems to be needed is to expose add_fluids_as_JSON() (http://www.coolprop.org/_static/doxygen/html/namespace_cool_prop.html#a26e6df81f2679162a36d7b6e5e3087b9), and maybe apply_simple_mixing_rule() (http://www.coolprop.org/_static/doxygen/html/namespace_cool_prop.html#a09dcca6ed06f31923d236b4b4ca0b153) in case of mixtures (judging from the example in the docs).
add_fluids_as_JSON()
apply_simple_mixing_rule()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CoolProp allows to define custom fluids by feeding it a JSON string with relevant parameters. It would be great if ExternalMedia could support that.
AFAICT, all that seems to be needed is to expose
add_fluids_as_JSON()
(http://www.coolprop.org/_static/doxygen/html/namespace_cool_prop.html#a26e6df81f2679162a36d7b6e5e3087b9), and maybeapply_simple_mixing_rule()
(http://www.coolprop.org/_static/doxygen/html/namespace_cool_prop.html#a09dcca6ed06f31923d236b4b4ca0b153) in case of mixtures (judging from the example in the docs).The text was updated successfully, but these errors were encountered: