check_mixture_health#
- LiquidMixture.check_mixture_health()#
Checks the “health” of the mixture
Calculates the mole fraction of all species in each pore and returns an list of where values are too low or too high
- Returns
health – A HealtDict object containing lists of locations where the mole fractions are not unity. One value indiates locations that are too high, and another where they are too low.
- Return type
dict