CADETProcess.equilibria.buffer_capacity

CADETProcess.equilibria.buffer_capacity#

CADETProcess.equilibria.buffer_capacity(reaction_system, buffer, pH=None, components=None)[source]#

Calculate buffer capacity at given buffer concentration and pH.

Parameters:
reaction_systemReactionModel

Reaction system with deprotonation reactions.

bufferlist

Acid concentrations in mM.

pHfloat or array, optional

pH value of buffer. If None, value is inferred from buffer entry.

componentslist, optional

List of components to be considered in buffer capacity calculation. If None, all components are considerd.

Returns:
buffer_capacitynp.array

Buffer capacity in mM for individual acid components. To get overall buffer capacity, component capacities must be summed up.