|
[Sponsors] |
September 3, 2020, 09:24 |
Wing Spanwise Averaging
|
#1 |
New Member
Join Date: Aug 2020
Posts: 4
Rep Power: 6 |
Hi everyone,
I've got .cas&.dat solution files from Fluent of a flow over a wing. The 3D grid is basically a 2D mesh of the airfoil, then evenly extruded for some layers in spanwise direction with simmetry conditions at span ends (it's not a finite wing case). I would like to compute the spanwise average of a variable, plot it as a 2D contour of the airfoil and write it as formatted text. Can anybody help me? Thank you in advance. Last edited by sbuanzi; September 4, 2020 at 10:55. |
|
September 29, 2020, 13:16 |
|
#2 |
Member
Brandon M
Join Date: Feb 2019
Posts: 38
Rep Power: 7 |
Hello sbuanzi,
I would start with extracting slices spanwise across your wing, and then take the average of these slices. There are a couple approaches you can take after that. One approach is you could create a variable with the average on the slices. Then, interpolate these average slice variables onto the grid. You could contour color based on this average variable after that. Here is a PyTecplot script that is a step in the right direction which will extract slices: https://github.com/Tecplot/handyscri...nal_extract.py |
|
September 29, 2020, 13:17 |
|
#3 |
Member
Brandon M
Join Date: Feb 2019
Posts: 38
Rep Power: 7 |
Additionally, support@tecplot.com is a good resource if you want the Tecplot team to take a look at this question.
|
|
Tags |
spanwise average, tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Spanwise averaging of three-dimensional field | Fuchs | OpenFOAM Post-Processing | 47 | December 1, 2021 09:59 |
Ffd_control_point_2d | feiyi | SU2 | 4 | September 30, 2019 13:42 |
Plotting Spanwise Lift Distribution from Surface Cp Data on a Wing | redpsi | Tecplot | 2 | July 17, 2016 12:12 |
Spanwise averaging during runtime for dynamic Smagorinsky | kreddy | OpenFOAM Programming & Development | 3 | February 18, 2015 09:20 |
Postprocessing Pressure data spanwise over a wing | Rick | FLUENT | 1 | February 3, 2006 10:28 |