-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Generalize phase composition support (#35)
Until now we have only tracked liquid phase compositions in `x_liquid`. Now we are tracking phase compositions of all phases. Note that we don't yet support phase multiplicities, so miscibility gaps _will_ give potentially meaningless results. This change also introduces tracking of the phase composition of the dependent component as well, for convenience. We are keeping `x_liquid` around for now for backwards compatibility, but eventually it should probably be removed and superseded by `phase_compositions` (since the liquid phase is in the `phase_compositions` dictionary).
- Loading branch information
Showing
3 changed files
with
83 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters