1 / 11

Temperature Distribution on a hot plate

Temperature Distribution on a hot plate. Prepared By: Miguel Perez Joel Shepherd. Objectives. Build a Java Program to represent the Finite-Difference Method numerically and graphically for easy visualization of temperature distribution on a hot plate.

Download Presentation

Temperature Distribution on a hot plate

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Temperature Distribution on a hot plate Prepared By: Miguel Perez Joel Shepherd

  2. Objectives • Build a Java Program to represent the Finite-Difference Method numerically and graphically for easy visualization of temperature distribution on a hot plate. Temperature Distribution on a Hot Plate

  3. Finite-Difference Method(assuming 2-D Steady State Conditions) This method is used to solve temperature distribution across a square plate. Temperature Distribution on a Hot Plate

  4. Automated Solution • We built a Java Program to calculate numerical solutions in increments to show visual representation of the temperature distribution. (See additional Resources on CD for Java code) Temperature Distribution on a Hot Plate

  5. Results and Examples Example 1 (Output from Java program specifications) Temperature Distribution on a Hot Plate

  6. Results and Examples Example 1 (Graph) Temperature Distribution on a Hot Plate

  7. Results and Examples Example 2 (Output from Java program specifications) Temperature Distribution on a Hot Plate

  8. Results and Examples Example 2 (Graph) Temperature Distribution on a Hot Plate

  9. Results and Examples Example 3 (Output from Java program specifications) Temperature Distribution on a Hot Plate

  10. Results and Examples Example 3 (Graph) Temperature Distribution on a Hot Plate

  11. Conclusions and Applications This Java program can be very effective in measuring temperature distribution on a hot plate both numerically and visually through graphs. This program can also be used and modified for more difficult problems that are meticulous and timely to numerically equate by hand. Temperature Distribution on a Hot Plate

More Related