check_mixture_health#

StandardLiquidMixture.check_mixture_health()#

Checks the state of 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 HealthDict object containing lists of locations where the mole fractions are not unity. One value indicates locations that are too high, and another where they are too low. This dict evaluates to True if all items are healthy.

Return type:

dict