|
[Sponsors] |
Calculating Area/Volume of airfoil/wing in SU2_CFD |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 11, 2014, 03:08 |
Calculating Area/Volume of airfoil/wing in SU2_CFD
|
#1 |
Member
Anant Diwakar
Join Date: Jan 2013
Posts: 68
Rep Power: 13 |
Hi
I am trying gradient free optimization using SU2 as functional evaluation solver for Cl, Cd etc and optimization algorithms like PSO etc. I need to calculate area/volume of airfoil/wing for imposing volume constraint at each design iteration during optimization. How can I get area/volume as output in SU2_CFD ? Thanks Anant |
|
February 14, 2014, 03:44 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
To compute geometrical quantities you should use SU2_GDC. We are precisely updating this functionality so... first pull the latest version of SU2 in GitHub. To calculate airfoil thickness, area, angle of attack of an Onera M6 you should add the following to the config file % ----------------------- GEOMETRY EVALUATION PARAMETERS ----------------------% % % Geometrical evaluation mode (FUNCTION, GRADIENT) GEO_MODE= FUNCTION % % Marker(s) of the surface where geometrical based func. will be evaluated GEO_MARKER= ( UPPER_SIDE, LOWER_SIDE, TIP ) % % Number of airfoil sections GEO_NUMBER_SECTIONS= 10 % % Orientation of airfoil sections (X_AXIS, Y_AXIS, Z_AXIS) GEO_ORIENTATION_SECTIONS= Y_AXIS % % Location (coordinate) of the airfoil sections (MinValue, MaxValue) GEO_LOCATION_SECTIONS= (0.01, 20.0) and run SU2_GDC. The results will be in of_func.dat and Airfoil_Sections.plt. If it is just an airfoil, the following would be enough. % ----------------------- GEOMETRY EVALUATION PARAMETERS ----------------------% % % Geometrical evaluation mode (FUNCTION, GRADIENT) GEO_MODE= FUNCTION % % Marker(s) of the surface where geometrical based func. will be evaluated GEO_MARKER= ( airfoil ) Best, Francisco |
||
March 5, 2014, 10:49 |
|
#3 |
Member
Anant Diwakar
Join Date: Jan 2013
Posts: 68
Rep Power: 13 |
Hi Francisco
Is it possible to calculate volume of Onera wing using SU2_GDC ? When I ran, it gave areas of cross section airfoils at different locations. Thanks Anant |
|
March 10, 2014, 17:26 |
|
#4 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
Cheers, Francisco |
||
March 26, 2014, 12:18 |
|
#5 |
Member
Anant Diwakar
Join Date: Jan 2013
Posts: 68
Rep Power: 13 |
Hi Francisco
Is there any update on the calculation of volume of 3D wings etc using SU2 GDC ? I wanted to impose volume constraint during 3D optimization, hence this requirement. Thanks Anant |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Questions on dynamicTopoFvMesh | danvica | OpenFOAM Running, Solving & CFD | 80 | April 16, 2019 17:58 |
[OpenFOAM] Take derivative of mean velocity in paraFoam | hiuluom | ParaView | 13 | April 26, 2016 07:44 |
Derivative of velocity and mean velocity | hiuluom | OpenFOAM Post-Processing | 1 | May 30, 2015 00:42 |
Problems in calculating the fluid traction on the current structure frame in 3D models | fw407 | OpenFOAM Running, Solving & CFD | 0 | August 6, 2008 13:04 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |