In this part, we will learn how to perform real-time simulations of flow in a manifold using the GPU-powered solver to get rapid results. We will also explore the different post-processing options to visualize the results.
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);
}); });