viscosity_calculator
Viscosity_calc(glycerolMass:float, waterMass:float, temperature:float, verbose:bool)
Calculate the viscosity of a glycerol-water mixture based on mass fractions and temperature.
Parameters:
glycerolMass
(float): Mass of glycerol in grams.waterMass
(float): Mass of water in grams.temperature
(float): Temperature in degrees Celsius. Default is 27.verbose
(bool): If True, prints intermediate results. Default is True.
Returns:
float
: Viscosity of the glycerol-water mixture in Ns/m².Labels:
src_PyThon_Viscosity_ViscosityEstimation_viscosity_calculator_Viscosity_calc