|
[Sponsors] |
March 5, 2021, 12:24 |
Finding Average Temperature of a Contour
|
#1 |
New Member
Iman Fitri Bin Ismail
Join Date: Dec 2018
Posts: 1
Rep Power: 0 |
Hi everyone,
I have a problem of trying to find the average value of a contour in ANSYS CFD-Post. I am able to display the temperature over a plane for the outlet of my heat exchanger (shown in the link) Pic: https://ibb.co/3zmFyrv I am trying to figure out how to find its average temperature for the same plane in the form of a plot so I can determine the average temperature difference from the rest of the planes within the drawing. |
|
March 8, 2021, 16:18 |
|
#2 |
Senior Member
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,188
Rep Power: 23 |
Use a CEL expression to get the average temperature:
TaveOutlet = massFlowAve(T)@Outlet you can then use this in subsequent expressions, then create Variables for temperature difference using another expression TdiffFromOutlet = (T - TaveOutlet). Make a variable based off this expression, which can then be plotted. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Temperature Contour doesn't variate in the result of Ansys FLUENT | miftahazhar | FLUENT | 0 | July 30, 2019 01:04 |
Error in temperature contour while post processing | Swapnil Narkhede | FLUENT | 4 | March 8, 2019 06:24 |
velocity inlet function of the average temperature of a wall | youhane | Fluent UDF and Scheme Programming | 10 | December 13, 2017 20:04 |
Near wall treatment in k-omega SST | Arnoldinho | OpenFOAM Running, Solving & CFD | 38 | March 8, 2017 14:48 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |