Versions Compared

Key

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

...

To find the mean temperature at a given location in the pipe, click on insert >> location >> line, and name it exit. In the Details of exit window, set Method to Two Points and enter (8.64, 0, 0) for Point 1 and (8.64, 0.06, 0) for Point 2. Click Apply to create a line at the exit of the pipe. The mean temperature is the area weighted average temperature and we can use integral to find the appropriate mean Temperature:

Click on the Calculators tab and double click on Function Calculator. Select lengthInt for the Function, exit for the Location, and Velocity u for the Variable. Check show equivalent expression and click Calculate. The expression "lengthInt(Velocity u)@exit is essentially the integral of u*dr and can be conveniently used to calculate the mean temperature.
Under Expressions, right click in the window to create a new expression and name it Tm. In the Details of Tm window, enter the following:

lengthInt(Velocity u*Y*Temperature)@exit/lengthInt(Velocity u*Y)@exit

This expression will now give the mean temperature at the location in which we called "exit". Recall the pipe radius r is defined in the Y direction in FLUENT. Hence we will use Y to define the radial position in the pipe, as shown in the expression above.
Image Added

To export the data, click on the "export" button.  Comma Seperated Value (.csv) is able to be read by matlab and Excel, so it should be fine.

...