appliedchemlabwork_tayra.A3.calc_inherent_viscosity#

appliedchemlabwork_tayra.A3.calc_inherent_viscosity(t: ndarray[tuple[Any, ...], dtype[floating[Any]]], c: ndarray[tuple[Any, ...], dtype[floating[Any]]], t_0: float | floating[Any]) ndarray[tuple[Any, ...], dtype[floating[Any]]][source]#

Returns the inherent viscosity.

Parameters:
tNDArray[floating[Any]]
t_0floating[Any]

Please see calc_relative_viscosity().

cNDArray[floating[Any]]

The concentrations of the solution.

Returns:
viscosityNDArray[floating[Any]]

The viscosity.

See also

calc_relative_viscosity

Detailed descriptions.

Notes

This function returns the values of inherent viscosities.

\[\frac{\ln \eta_{\mathrm{r}}}{c}\]