Quench Simulation with finite difference. Assistance with implementing variying thermal conductivity (k) for changes in temperature (T))
Show older comments
Hi there,
i need help trying to implement the kth_polyvec below for the range of temperature values illustrated below. Thank you in advance. kth_polyVec = [ ? ];

%% pre-processing
% thermophysical properties
rho_polyVec = [7939.8, 0.32912];
kth_polyVec = [ ];
Cp_polyVec = [472.2, 0.25];
Accepted Answer
More Answers (0)
Categories
Find more on Thermal Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!