-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Modeling mixtures in scroll compressor #56
Comments
@mohsint7: these are well known issues. I am working with R454C.mix with REFPROP10, and by using REFPROP backend it works. It is slow due to the wrapping around REFPROP. Are you intentionally running nearby C.P. ? |
Thank you for quick response. using REFPROP, a single iteration is taking hours. is it normal? |
@mohsint7 nope, it takes just minutes to run. There must be something else for instance geometric parameters. Inside core/core.py , in the OBJECTIVE_CYCLE( ) you can add a check for Tlumps to avoid unrealistic values. For multi-lumps: |
Also, please see the example |
This issue is related to both PDSim and Coolprop.
I am trying to model mixtures (R454B.mix) using existing PDSim scroll core class. I am getting some errors like "DHSU_T_flash does not exist" or need to build the phase envelop.
The complete core class is structured around CoolProp State.update or State.copy. Due to some missing functions for mixtures in Coolprop, I got these errors. Is there any way around these errors?
I also tried calling REFPROP using Coolprop but that is extremely slow and has convergence issues if, during iterations, temperature is in near critical region.
The text was updated successfully, but these errors were encountered: