|
[Sponsors] |
Error for executing Deformation with Multiple FFD Control Point |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 4, 2021, 06:31 |
Error for executing Deformation with Multiple FFD Control Point
|
#1 |
Member
Join Date: Jun 2020
Posts: 30
Rep Power: 6 |
Hi,
I'm trying to perform the mesh deformation of Onera M6 mesh with SU2_DEF using multiple FFD control points based on the discussion here. The same mesh has been used in the current case as used in the tutorial of Onera M6. I have used the following lines of code in my config file- Code:
% ------------------------ DESIGN VARIABLE PARAMETERS ------------------------% % % Kind of deformation (FFD_SETTING, FFD_CONTROL_POINT_2D, FFD_CAMBER_2D, FFD_THICKNESS_2D, % HICKS_HENNE, PARABOLIC, % NACA_4DIGITS, DISPLACEMENT, ROTATION, FFD_CONTROL_POINT, % FFD_NACELLE, FFD_TWIST, FFD_ROTATION, % FFD_CAMBER, FFD_THICKNESS, SURFACE_FILE) DV_KIND= FFD_CONTROL_POINT, FFD_CONTROL_POINT % % Marker of the surface in which we are going apply the shape deformation DV_MARKER= ( UPPER_SIDE, LOWER_SIDE, TIP ) % DV_PARAM= ( WING, 0, 8, 0, 0.0, 0.0, 1.0 );( WING, 0, 8, 1, 0.0, 0.0, 1.0 ) % % New value of the shape deformation DV_VALUE= 0.02, 0.02 % Code:
Error in "void CConfig::SetConfig_Parsing(std::istream&)": ------------------------------------------------------------------------- DV_VALUE: DV_VALUE does not contain enough entries to match DV_KIND or DV_PARAM. ------------------------------ Error Exit ------------------------------- I have attached my config file as well. Any help is appreciated. Thanks! |
|
May 4, 2021, 11:05 |
|
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
Hi, try placing the FFD_DEFINITION above those parameters.
|
|
May 4, 2021, 15:58 |
|
#3 |
Member
Join Date: Jun 2020
Posts: 30
Rep Power: 6 |
Hi, thanks for the reply. I tried placing FFD_DEFINITION above the parameters as suggested, but the same error pops up.
|
|
May 15, 2021, 12:39 |
|
#4 |
Member
Join Date: Jun 2020
Posts: 30
Rep Power: 6 |
Could this be a bug?
|
|
May 15, 2021, 17:53 |
|
#5 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
What version of the code are you using?
|
|
May 15, 2021, 17:58 |
|
#6 |
Member
Join Date: Jun 2020
Posts: 30
Rep Power: 6 |
I'm using version 7.1.1.
|
|
May 15, 2021, 18:55 |
|
#7 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
Ok... it looks like (yet another) bug of the python scripts, but SU2_CFD and SU2_CFD_AD work fine...
I'm one of the main developers and I never use those scripts, simplified interfaces are the root of all evil. |
|
May 16, 2021, 06:31 |
|
#8 |
Member
Join Date: Jun 2020
Posts: 30
Rep Power: 6 |
Thanks for looking that up. Yes, I was able to run the other solvers with FFD_SETTING though. But, it fails to run with multiple FFD_CONTROL_POINT. I'll open this as an issue on SU2's git.
|
|
June 17, 2022, 12:35 |
|
#9 |
New Member
ZEHUA LIU
Join Date: Apr 2022
Posts: 4
Rep Power: 4 |
same problem when using Hick-Henne
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
Sampling fields values passing through multiple windows | b.simpson | OpenFOAM Post-Processing | 0 | May 1, 2020 12:14 |
Free Form Deformation (FFD) for CFD Mesh | fazaghifari | Main CFD Forum | 0 | April 3, 2018 06:42 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |