Versions Compared

Key

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

...

Let us extract the temperature values along the horizontal line, y=1m. This is done by defining a "path" corresponding to y=1m and sampling the temperature along this path. First, (Right Click) Model > Insert > Construction Geometry as shown below.


newwindow
Click Here for Higher Resolution
Click Here for Higher Resolution
https://confluence.cornell.edu/download/attachments/146918520/InsConstructGeomFull.PNG


Next, (Right Click) Construction Geometry > Insert > Path as shown in the following image.


newwindow
Click Here for Higher Resolution
Click Here for Higher Resolution
https://confluence.cornell.edu/download/attachments/146918520/InsertPath_Full.PNG


Name this as Right Edge, then set Number of Sampling Points to 100. Set Start X Coordinate to 0, set Start X Coordinate to 1, set End Y Coordinate to 1, and set End Y Coordinate to 2 as shown below. This sets the start and end points for the path.
Image Modified

At this point another temperature output must be created under Solution in the tree. In order to create this temperature output, (Right Click) Solution > Insert > Thermal > Temperature. In the "Details of Temperature 2" table set the Scoping Method to Path as shown below. Then, set Path to Right Edge (the default name for the path that was just created is path.) Your "Details of Temperature 2" table should now look like the following image.

Image Modified


(Click) Solve, , and ANSYS will find the temperature on the line y=1 m as a function of the distance along the path, which in this case is the x position. ANSYS will obtain the temperature for 100 points on the line y=1m. The data points are displayed in a table and can be exported to a text file or EXCEL file by right-clicking on the table. The following image shows the graph that ANSYS outputs. The y axis is non-dimensional temperature and the x axis is x position on the line y=1m.


newwindow
Click Here for Higher Resolution
Click Here for Higher Resolution
https://confluence.cornell.edu/download/attachments/146918520/PathTempResults_Full.PNG


...

Now we are interested in calculating the heat flux through the bottom boundary.  First, construct a path, following steps similar to those above, but with the start and end points at the bottom corners of the surface. (Right Click) Model > Insert > Construction Geometry.  Next, (Right Click) Construction Geometry > Insert > Path. Then, set Number of Sampling Points to 200, set Start X Coordinate to 0, set Start Y Coordinate to 0, set End X Coordinate to 1, and set End Y Coordinate to 0 as shown below. Image Removed

...


Image Added

Similar to the Temperature inserted along the first path, now insert Directional Heat Flux results along Path 2. (Right Click) Solution > Insert > Thermal > Directional Heat Flux. Choose Path for the Scoping Method, set Path 2 for the Path and Y axis for Orientation, as seen below.

Image Removed

...

Image Added

{neww

...

(Click) SolveImage Removed , and ANSYS will find the Directional Heat Flux on the line y=0m as a function of x position.  We would like to find the total heat flux through the bottom by integrating the flux along that boundary. To do this we will export the data to MATLAB and perform a numerical integration.  Right click in the tabular data displayed in the lower righthand corner of the screen.  Select all (Ctrl+A), right-click and select Export.  Save the file as "qy_bot.txt" in your MATLAB working directory.

...