appliedchemlabwork_tayra.A3 package#

Module contents#

Calculation and plotting module for A3 experiment.

Subpackages#

calc_relative_viscosity(t, t_0)

Calculates the relative viscosities.

calc_specific_viscosity(t, t_0)

Calculates the specific viscosity.

calc_inherent_viscosity(t, c, t_0)

Returns the inherent viscosity.

calc_reduced_viscosity(t, c, t_0)

Calculates the reduced viscosity.

calc_intrisic_viscosity(concentration, ...)

Calculates the intrisic viscosity with double extrapolation.

calc_mw(intrisic_viscosity, K, alpha)

Calculates the molecular weight.

DataSet(solution_conc, K, alpha, vol_sol, ...)

Base class for input data of this module.

get_data(df_sol, df_res)

Loads the data.

plot_and_process_data(ds, dest1, dest2[, style])

Plots the data.