set_binary_partition_coef#
- MultiPhase.set_binary_partition_coef(phases, model, **kwargs)[source]#
Sets binary partition coefficient as defined by the interface concentration ratio of phase 1 to phase 2.
- Parameters:
phases (list[Phase]) – List of the two phases for which the binary partition coefficient model is being added.
model (OpenPNM model) – Model for calculating the binary partition coefficient.
kwargs (dict) – Keyword arguments to be passed to the
model
.