-
Notifications
You must be signed in to change notification settings - Fork 52
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
Adding fluid R1234ze(E) - ReidIdeal #292
Comments
i think that the best way to do this is to just fit the coefficients from the empiric model. you can access such empiric model in the following way:
|
i did something like this:
this gives:
and results in the following plot: |
@longemen3000 Thank you. This is very efficient. With the polynomial it is not possible. Possibly there is some additional adjustment needed. I do not know how much it will affect the computation of other properties. Thanking you, |
hmm, i do not see such discontinuity in the ideal model itself, are you sure are you calling the ideal model and not the full model?. in theory, a ideal gas model should not have any information about equilibria. I got this when using p = 1atm:
|
Ah yes indeed. I was using the full model. |
This is doing exactly what I was hoping for :) |
Hello,
I am interested in adding R1234ze(E) refrigerant in the
ReidIdeal
model.The
IdealModel
implementation exists already.Would you know from where I can get the coefficients and add it in the CSV file?
I am not sure that the paper suggested for CoolProp here suffices for this implementation.
Thanking you
Sushrut
The text was updated successfully, but these errors were encountered: