viscosity of mixture
function eta_mix input Real parts_vol[:]; input Real eta_parts[size(parts_vol, 1)]; output Real eta; end eta_mix;