Closed lucpaoli closed 2 years ago
the default volume solver only performs mechanical stability (it is done in volume_compress
). when passing the :stable
symbol to the model, it will perform the full stability check , but this kw should be open to the api, i will fix that ASAP
In the volume solver, should all be operating normally (under critical point, two volume roots found etc), the gibbs free energies of the phases are checked, and the phase that minimises gibbs is returned:
However, by passing the phase to the stability check
isstable
, the isstable function automatically returnstrue
This doesn't seem like the intended use of the stability check, is this how it's intended to be used?