Skip to content
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

Mixture Equilibrium calculations at constant Volume #117

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment
Open

Mixture Equilibrium calculations at constant Volume #117

GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

For mixture equilibrium calculations (using python, mixture.py) only HP, TP and 
SP are implemented. Is there any reason, why constant volume calculations are 
not also implemented (UV, SV, HV, TV)?
It would be nice if this could also be included.  Thanks!

Original issue reported on code.google.com by Burak.At...@gmail.com on 18 Sep 2012 at 3:47

@GoogleCodeExporter
Copy link
Author

Despite what the documentation says, 'TV' is also implemented.

This is not a limitation of the Python interface, but a reflection of what is 
actually implemented in the C++ core. The underlying equilibrium method for 
multiphase mixtures works by finding the equilibrium condition at constant T 
and P. The HP, SP, and TV methods are implemented with a modified Newton's 
method in one variable. The other methods (UV, SV, HV, etc.) would require 
doing Newton's method with two unknowns, which isn't currently implemented.

Original comment by yarmond on 26 Sep 2012 at 5:27

  • Changed state: Accepted
  • Removed labels: OpSys-Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant