appliedchemlabwork_tayra.A3.calc_inherent_viscosity#

appliedchemlabwork_tayra.A3.calc_inherent_viscosity(t: NDArray[floating[Any]], c: NDArray[floating[Any]], t_0: float | floating[Any]) NDArray[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}\]