Has CoolProp been utilized interfacing codes that utilize GPUs? #2839
Unanswered
carlos23monteiro
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Hi Carlos, CoolProp currently has no implementations/optimizations for GPU. To know more about how hard it would be, need to know more about what inputs and outputs you want. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As part of our research project we are utilizing an OOP C++ code that solves compressible turbulent flows with real-fluid thermodynamics. Instead of relying on the Peng-Robinson thermodynamic model we are about to start exploring the option of intergrating CoolProp. A code that successfully does this is SU2. In our case we utilize OpenACC to make our code GPU-enabled, which doesn't seem to tolerate the class dependencies in CoolProp.
My question would be if has anyone successfully ported to GPU or interfaced it to some hybrid code?
I would appreciate any feedback! Thank you in advance.
Best,
Carlos
Beta Was this translation helpful? Give feedback.
All reactions