remove_comp#
- BinaryGas.remove_comp(component)#
Helper method to remove a component from the mixture
- Parameters:
component (Species object or str name) – The Species to remove from the mixture. Can either be a handle to the object, or the object’s name.
Notes
This method just calls del mixture[‘pore.mole_fraction.<component.name>’] to remove the given component.