Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/8wW91tzptA4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

 

Note 1: When you create graphs of the Nusselt number in Excel, you need to transfer the data points from the exported CSV file from ANSYS over to an Excel workbook file (.xlsx). A CSV file is just a flat text file that uses a delimiter to separate the fields (in this case, a comma). It CANNOT save any formulas or plots. A xlsx file is the typical file format for Excel, just as docx is for Word. In a xlsx file, you can save the formulas, graphs, pivots, etc in the file. It was mentioned in the video, but we wanted to emphasize.

 

Note 2: The purpose of running one iteration here is to ONLY send the values of the heat transfer coefficient to the Post-Processor. This should be done ONLY IF the solution has already converged which typically takes hundreds of iterations. Anytime a new Data File Quantity has been selected to be calculated, at least one iteration has to be performed to send the value(s) to the Post-Processor. In the video, the Professor already has a converged solution so to save time with unnecessary calculations, he sets the number of iterations to one.

 

 

Plotting Nux vs Pr

Here are the steps for generating a plot of Nux vs Pr for a chosen Rex (say, 10,000) for selected Pr values (say, Pr= 1,3,5 and 7).

...