Path: Electrical/Wire
% Compute the resistivity of cryogenic aluminum alloys.
Uses interpolation from a table of resistivities from 10K to 295K. The default
is pure aluminum (alloy 1100). Also contains data for 5083-0 and 6061-T6.
--------------------------------------------------------------------------
Form:
rho = ResistivityAluminum( T, alloy )
--------------------------------------------------------------------------
------
Inputs
------
T (1,:) Temperature (deg-K)
alloy '' String, from {'1100','5083','6061'}
-------
Outputs
-------
rho (1,:) Resisitivity, Ohm-m
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Electrical Module page