-
Notifications
You must be signed in to change notification settings - Fork 17
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
Step by Step #1
Comments
Thanks a lot. I get these errors when I try: Reference to non-existent field 'Pc'. Error in kval_estimate (line 48) Error in lleflash (line 50) Error in examplecomment (line 22) |
Could you copy your whole example?
…On Fri, Jul 3, 2020 at 10:13 AM Crisp09 ***@***.***> wrote:
Thanks a lot. I get these errors when I try:
Reference to non-existent field 'Pc'.
Error in kval_estimate (line 48)
critical_pres = [mixture.components.Pc]; % [pa]
Error in lleflash (line 50)
ki = kval_estimate(mixture);
Error in examplecomment (line 22)
lleflash(mixture1, thermo1, options)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOLLRX5E5BGWW4WMMZPMETRZWHLVANCNFSM4OO35EYQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a ternary mixture of CH4, N2 and H2 and want to get VLE Diagramms. Could someone explain me how to use the PVT Tool stepbystep. I don't get it. :/
I used Matlab 2019 and tried to first addComponents but the tool only allows one Component and shows me a 0x0 matrix. I also tried it with addMixture('CH4' 'H2' 'N2', 300, 100000) but it didn't work because of to many input arguments.
I would be really grateful if someone could help.
The text was updated successfully, but these errors were encountered: