CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2 > SU2 Shape Design

Sharp mesh deformation at FFD intersection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2015, 17:08
Default Sharp mesh deformation at FFD intersection
  #1
New Member
 
Ross
Join Date: Oct 2012
Posts: 8
Rep Power: 13
RonSwanson is on a distinguished road
I have been trying to optimise a nozzle for maximum mass flow/discharge coeff. The flow solver and adjoint converge well. However The FFD box creates very jagged intersections with non deforming part of the wall.

I have tried to modify my FFD box in numerous ways through position and size, as well as the numerous .cfg controls for optimisation. I have attached some pictures.

This has also occurred when using Hicks-Henne.

Does anybody have any suggestions?

--------------------------------------------------------------------------------

I have also found a minor bug when optimising for mass flow:
-Adjoint solver creates adjres_mfr.dat
-Optimiser calls adjres_mfw.dat, causing it to fail
-The bug is located in bin/SU2/io/tools.py -- line 431

-------------------------------------------------------------------------------

Regards,
Ross.
Attached Images
File Type: jpg def_close.jpg (67.0 KB, 22 views)
File Type: jpg def_noz.jpg (71.8 KB, 18 views)
RonSwanson is offline   Reply With Quote

Old   May 9, 2015, 08:02
Default
  #2
New Member
 
Ross
Join Date: Oct 2012
Posts: 8
Rep Power: 13
RonSwanson is on a distinguished road
My supervisor suggested a fix, which works perfectly. If you create an extra 2 FFD sections either side of the, deformable area and set them to 0 degrees of freedom then you lock the geometry of these sections and the curvature throughout is smoothed.

Cheers,
Ross.

Edit (13/05/15): Sorry all a further issue I have come across is the way the solver treats the objective mass flow function. My nozzle was attempting to shrink itself and thus choke, reducing mass flow. In my case I want to maximize mass flow, I'm not sure if it's a bug but again in tools.py line 360 the following is present

# -------------------------------------------------------------------
# Get Objective Function Sign
# -------------------------------------------------------------------

def get_objectiveSign( ObjFun_name ):
""" returns -1 for maximization problems:
LIFT
EFFICIENCY
THRUST
FIGURE_OF_MERIT
returns +1 otherwise
"""

# flip sign for maximization problems
if ObjFun_name == "LIFT" : return -1.0
if ObjFun_name == "EFFICIENCY" : return -1.0
if ObjFun_name == "THRUST" : return -1.0
if ObjFun_name == "FIGURE_OF_MERIT" : return -1.0

# otherwise
return 1.0

#: def get_objectiveSign()

I have edited it to and this could be perfromed with any other obj. func.

# -------------------------------------------------------------------
# Get Objective Function Sign
# -------------------------------------------------------------------

def get_objectiveSign( ObjFun_name ):
""" returns -1 for maximization problems:
LIFT
EFFICIENCY
THRUST
FIGURE_OF_MERIT
returns +1 otherwise
"""

# flip sign for maximization problems
if ObjFun_name == "LIFT" : return -1.0
if ObjFun_name == "EFFICIENCY" : return -1.0
if ObjFun_name == "THRUST" : return -1.0
if ObjFun_name == "FIGURE_OF_MERIT" : return -1.0
if ObjFun_name == "MASS_FLOW_RATE" : return -1.0

# otherwise
return 1.0

#: def get_objectiveSign()

Last edited by RonSwanson; May 13, 2015 at 08:08.
RonSwanson is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
CFX interpolating to a mesh with deformation martindg CFX 5 October 17, 2012 05:52
mesh deformation - mesh stiffness alfonsojurado CFX 6 October 2, 2012 07:15
Mesh deformation, negative volume! Turbomachine CFX 12 June 9, 2011 08:05
[GAMBIT] 3D mesh for pipe intersection pranab_jha ANSYS Meshing & Geometry 3 May 28, 2010 01:33


All times are GMT -4. The time now is 03:22.