The Heat Transport Equation — Lesson 6

In this video, we will revisit the heat transport equation and introduce a new term called "elastic heating". 

 


Alternate video link.

jQuery(function(){
var url = jQuery("#Video").attr('src');
jQuery("#myModal").on('hide.bs.modal', function(){
jQuery("#Video").attr('src', '');
});
jQuery("#myModal").on('show.bs.modal', function(){
jQuery("#Video").attr('src', url);
});
});