appliedchemlabwork_tayra.A3.calc_reduced_viscosity#

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

Calculates the reduced viscosity.

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

Please see calc_specific_viscosity.

cNDArray[floating[Any]]

The concentrations.

Returns:
viscosityNDArray[floating[Any]]

The viscosities.

See also

calc_specific_viscosity

Detailed descriptions.