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

High drag coefficent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2019, 09:14
Default High drag coefficent
  #1
New Member
 
A Pedrioli
Join Date: Oct 2018
Posts: 9
Rep Power: 7
andreape is on a distinguished road
Hi guys!

I'm performing some simulations in SU2 of some multi-element airfoils at ~10^6 Reynolds number. Unfortunately i'm not able to capture correctly the drag coefficent (it's 2/3 times bigger than the experimental data) , while the lift coefficent agree more or less quite good.

Here the configuration file:
PHP Code:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                              %
SU2 configuration file                                                       %
DateOct 10th2016                                                         %
File Version 6.1.0 "Falcon"                                                %
%                                                                              %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% ------------- 
DIRECTADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
%
Physical governing equations (EULERNAVIER_STOKES,
%                               
WAVE_EQUATIONHEAT_EQUATIONLINEAR_ELASTICITY,
%                               
POISSON_EQUATION)
PHYSICAL_PROBLEMNAVIER_STOKES
%
Specify turbulent model (NONESASA_NEGSST)
KIND_TURB_MODELSA
Specify transition model (NONELMBC)
KIND_TRANS_MODELBC
FREESTREAM_TURBULENCEINTENSITY 
0.1
%
Mathematical problem (DIRECTCONTINUOUS_ADJOINT)
MATH_PROBLEMDIRECT
%
Regime type (COMPRESSIBLEINCOMPRESSIBLEFREESURFACE)
REGIME_TYPEINCOMPRESSIBLE
%
Restart solution (NOYES)
RESTART_SOLNO

% -------------------- INCOMPRESSIBLE FREE-STREAM DEFINITION ------------------%
%
Free-stream density (1.2886 Kg/m^(air), 998.2 Kg/m^(water))
FREESTREAM_DENSITY1.2
%
Free-stream velocity (m/s)
FREESTREAM_VELOCITY= ( 14.54402664808851.536851931609040.00 )
%
Free-stream viscosity (1.853E-5 Ns/m^(air), 0.798E-3 Ns/m^(water))
FREESTREAM_VISCOSITY1.8e-05

REF_DIMENSIONALIZATION
DIMENSIONAL

% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
%
Reference origin for moment computation
REF_ORIGIN_MOMENT_X 
0.25
REF_ORIGIN_MOMENT_Y 
0.00
REF_ORIGIN_MOMENT_Z 
0.00
%
Reference length for pitchingrolling, and yawing non-dimensional moment
REF_LENGTH
1.0
%
Reference area for force coefficients (0 implies automatic calculation)
REF_AREA1.0


% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
%
Navier-Stokes wall boundary marker(s) (NONE no marker)
MARKER_HEATFLUX= ( airfoil0.0)
%
Farfield boundary marker(s) (NONE no marker)
MARKER_FAR= ( farfield )
%
Marker(sof the surface to be plotted or designed
MARKER_PLOTTING
= ( airfoil)
%
Marker(sof the surface where the functional (CdCletc.) will be evaluated
MARKER_MONITORING
= ( airfoil)

% ------------- 
COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
%
Numerical method for spatial gradients (GREEN_GAUSSWEIGHTED_LEAST_SQUARES)
NUM_METHOD_GRADWEIGHTED_LEAST_SQUARES
%
Courant-Friedrichs-Lewy condition of the finest grid
CFL_NUMBER
100.0
%
Adaptive CFL number (NOYES)
CFL_ADAPTNO
%
Parameters of the adaptive CFL number (factor downfactor upCFL min value,
%                                        
CFL max value )
CFL_ADAPT_PARAM= ( 1.50.51.0100.0 )
%
Number of total iterations
EXT_ITER
1000000

% ----------------------- SLOPE LIMITER DEFINITION ----------------------------%
%
Coefficient for the limiter
VENKAT_LIMITER_COEFF
0.01
%
Coefficient for the sharp edges limiter
ADJ_SHARP_LIMITER_COEFF
3.0
%
Reference coefficient (sensitivity) for detecting sharp edges.
REF_SHARP_EDGES3.0
%
Remove sharp edges from the sensitivity evaluation (NOYES)
SENS_REMOVE_SHARPNO

% ------------------------ LINEAR SOLVER DEFINITION ---------------------------%
%
Linear solver for implicit formulations (BCGSTABFGMRES)
LINEAR_SOLVERFGMRES
%
Preconditioner of the Krylov linear solver (JACOBILINELETLU_SGS)
LINEAR_SOLVER_PRECLU_SGS
%
Minimum error of the linear solver for implicit formulations
LINEAR_SOLVER_ERROR
1E-4
%
Max number of iterations of the linear solver for the implicit formulation
LINEAR_SOLVER_ITER
5

% -------------------------- MULTIGRID PARAMETERS -----------------------------%
%
Multi-Grid Levels (no multi-grid)
MGLEVEL0
%
Multi-grid cycle (V_CYCLEW_CYCLEFULLMG_CYCLE)
MGCYCLEV_CYCLE
%
Multi-grid pre-smoothing level
MG_PRE_SMOOTH
= ( 123)
%
Multi-grid post-smoothing level
MG_POST_SMOOTH
= ( 000)
%
Jacobi implicit smoothing of the correction
MG_CORRECTION_SMOOTH
= ( 000)
%
Damping factor for the residual restriction
MG_DAMP_RESTRICTION
0.75
%
Damping factor for the correction prolongation
MG_DAMP_PROLONGATION
0.75

% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
%
Convective numerical method (JSTLAX-FRIEDRICHCUSPROEAUSMHLLC,
%                              
TURKEL_PRECMSW)
CONV_NUM_METHOD_FLOWROE
%
Monotonic Upwind Scheme for Conservation Laws (TVDin the flow equations.
%           
Required for 2nd order upwind schemes (NOYES)
MUSCL_FLOWYES
%
Slope limiter (VENKATAKRISHNANMINMOD)
SLOPE_LIMITER_FLOWVENKATAKRISHNAN
%
2nd and 4th order artificial dissipation coefficients
JST_SENSOR_COEFF
= ( 0.50.02 )
%
Time discretization (RUNGE-KUTTA_EXPLICITEULER_IMPLICITEULER_EXPLICIT)
TIME_DISCRE_FLOWEULER_IMPLICIT

RELAXATION_FACTOR_FLOW
0.8

% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
%
Convective numerical method (SCALAR_UPWIND)
CONV_NUM_METHOD_TURBSCALAR_UPWIND
%
Monotonic Upwind Scheme for Conservation Laws (TVDin the turbulence equations.
%           
Required for 2nd order upwind schemes (NOYES)
MUSCL_TURBYES
%
Slope limiter (VENKATAKRISHNANMINMOD)
SLOPE_LIMITER_TURBVENKATAKRISHNAN
%
Time discretization (EULER_IMPLICIT)
TIME_DISCRE_TURBEULER_IMPLICIT

Reduction factor of the CFL coefficient in the turbulence problem
CFL_REDUCTION_TURB
1.0
%
Relaxation coefficient
RELAXATION_FACTOR_TURB
0.95

% --------------------------- CONVERGENCE PARAMETERS --------------------------%
%
Convergence criteria (CAUCHYRESIDUAL)
%
CONV_CRITERIARESIDUAL
%
Residual reduction (order of magnitude with respect to the initial value)
RESIDUAL_REDUCTION10
%
Min value of the residual (log10 of the residual)
RESIDUAL_MINVAL= -20
%
Start convergence criteria at iteration number
STARTCONV_ITER
10
%
Number of elements to apply the criteria
CAUCHY_ELEMS
100
%
Epsilon to control the series convergence
CAUCHY_EPS
1E-6
%
% Function 
to apply the criteria (LIFTDRAGNEARFIELD_PRESSSENS_GEOMETRY
%                            
SENS_MACHDELTA_LIFTDELTA_DRAG)
CAUCHY_FUNC_FLOWDRAG

% ------------------------- GRID ADAPTATION STRATEGY --------------------------%
%
Kind of grid adaptation (NONEPERIODICFULLFULL_FLOWGRAD_FLOW,
%                          
FULL_ADJOINTGRAD_ADJOINTGRAD_FLOW_ADJROBUST,
%                          
FULL_LINEARCOMPUTABLECOMPUTABLE_ROBUST,
%                          
REMAININGWAKESMOOTHINGSUPERSONIC_SHOCK)
%
KIND_ADAPTFULL_FLOW
%
Percentage of new elements (% of the original number of elements)
%
NEW_ELEMS5
%
Scale factor for the dual volume
%DUALVOL_POWER0.5
%
Adapt the boundary elements (NOYES)
%
ADAPT_BOUNDARYYES

% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
%
Mesh input file
MESH_FILENAME
my-mesh.su2
%
Mesh input file format (SU2CGNSNETCDF_ASCII)
MESH_FORMATSU2
%
Mesh output file
MESH_OUT_FILENAME
mesh_out.su2
%
Restart flow input file
SOLUTION_FLOW_FILENAME
solution_flow.dat
%
Restart adjoint input file
SOLUTION_ADJ_FILENAME
solution_adj.dat
%
Output file format (PARAVIEWTECPLOTSTL)
OUTPUT_FORMATPARAVIEW
%
Output file convergence history (w/o extension
CONV_FILENAMEhistory
%
Output file restart flow
RESTART_FLOW_FILENAME
restart_flow.dat
%
Output file restart adjoint
RESTART_ADJ_FILENAME
restart_adj.dat
%
Output file flow (w/o extensionvariables
VOLUME_FLOW_FILENAME
flow
%
Output file adjoint (w/o extensionvariables
VOLUME_ADJ_FILENAME
adjoint
%
Output objective function gradient (using continuous adjoint)
GRAD_OBJFUNC_FILENAMEof_grad.dat
%
Output file surface flow coefficient (w/o extension)
SURFACE_FLOW_FILENAMEsurface_flow
%
Output file surface adjoint coefficient (w/o extension)
SURFACE_ADJ_FILENAMEsurface_adjoint
%
Writing solution file frequency
WRT_SOL_FREQ
250
%
Writing convergence history frequency
WRT_CON_FREQ

I checked also the y+ and it is around 1 (first cell height = 1e-5).

Regarding the mesh:
- Skewness below 0.7
- Max aspect ratio in the boundary layer ~200
- (chord length)/(environment length) = 1/100 (blockage ratio?)

Any idea to improve my model??

Thank you!

PS: I wanted to try the LM transition model with SST turbulence model but I had some problems...is it actually working??
andreape 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
Naca airfoil with too high drag andimb OpenFOAM Running, Solving & CFD 43 March 26, 2021 13:33
Modified the motorBike tutorial, getting very high drag ben1793 OpenFOAM Running, Solving & CFD 4 August 16, 2013 02:25
coefficient of drag too high samneos Phoenics 0 February 19, 2013 14:33
Drag Coeffient monitor very high dwilson STAR-CCM+ 2 December 21, 2012 04:56
Coefficent of Drag jd210 OpenFOAM Running, Solving & CFD 0 March 8, 2011 19:34


All times are GMT -4. The time now is 16:24.