|
[Sponsors] |
Data export - temporal average of HTC and Temp with locations (x,y,z) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 12, 2016, 18:28 |
Data export - temporal average of HTC and Temp with locations (x,y,z)
|
#1 |
Member
Krishna
Join Date: Apr 2012
Posts: 54
Rep Power: 14 |
Hi all,
I am running simulations in converge and i have ensight license also. - I want to export information of location (x, y, z) and htc and boundary_temp - All 5 variables in single file - the htc and temperatures will be temporal averaged of all my transient run I can able to get the above data wrt time. but i want temporal average. Can you please suggest somebody, how to solve this. Thank you. Krishna |
|
December 12, 2016, 22:38 |
|
#2 |
Senior Member
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17 |
Krishna,
If using the default mode in Converge, you have the AMR active. With AMR, the grid can/will change from timestep to timestep/iteration to iteration. If the grid changes, then there is no direct manner to have a temporal average, as the grid is not consistent (on which to take an average over time). If the grid is not changing with respect to time, then you can use the Calculator Function "TempMean()" which is short for Temporal Mean. This will generate a new variable field, which is the temporal average, which you can then export as you did for the other variables. If the grid is changing, but the surface shape remains fixed, then you can export out a single timestep of the wall surface (File -- > Export -- > Geometric Entities -- > Case Gold), with only a single timestep exported. You can then read this single (and therefore fixed grid) back in as Case 2. You can then use the CaseMap to map the variables from Case 1 (changing connectivity) onto Case 2 (fixed grid). Once onto Case 2's grid, you can use the TempMean() function on Case 2 to calculate the temporal mean of the interpolated (CaseMap) value. There is some additional information here : https://www.ensight.com/frequently-a...s-august-2016/ -Kevin
__________________
Kevin Colburn Computational Engineering International, Inc. www.ceisoftware.com kevin@ensight.com |
|
|
|