feos.eos.State.henrys_law_constant¶
- static State.henrys_law_constant(eos, temperature, molefracs)¶
Return Henry’s law constant of every solute (x_i=0) for a given solvent (x_i>0).
- Parameters:
eos (Eos) – The equation of state to use.
temperature (SINumber) – Temperature.
molefracs (np.ndarray[float]) – Composition of the solvent including x_i=0 for solutes.
- Return type:
SIArray1