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

Problem with tutorial "Constrained Optimal Shape Design of a Fixed Wing" version 4.2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2017, 11:27
Default Problem with tutorial "Constrained Optimal Shape Design of a Fixed Wing" version 4.2
  #1
New Member
 
Spyros
Join Date: Mar 2014
Posts: 20
Rep Power: 12
S.Kontogiannis is on a distinguished road
Hello,

Following a previous thread found in Problem with running tutorial "Constrained Optimal Shape Design of a Fixed Wing" , I experience similar issues in executing the tutorial.
Apparently, in the previous thread the problem was related with geometrical constraints (for example: MAX_THICKNESS_SEC1), and limited to version 4.3.0.
However, I experience the same issue when using version 4.2 and lift as a constraint.
The settings on the cfg file are the tutorial default ones.
Specifically:
% Optimization objective function with scaling factor
% ex= Objective * Scale
OPT_OBJECTIVE= DRAG * 0.1
%
% Optimization constraint functions with scaling factors, separated by semicolons
% ex= (Objective = Value ) * Scale, use '>','<','='
OPT_CONSTRAINT= (LIFT > 0.2864) * 0.1; (MAX_THICKNESS_SEC1 > 0.0570) * 0.1; (MAX_THICKNESS_SEC2 > 0.0513) * 0.1; (MAX_THICKNESS_SEC3 > 0.0457) * 0.1; (MAX_THICKNESS_SEC4 > 0.0399) * 0.1; (MAX_THICKNESS_SEC5 > 0.0343) * 0.1
%

The error I get is:

Traceback (most recent call last):
File "../../../../../apps/SU2/4.2.0/bin/shape_optimization.py", line 155, in <module>
main()
File "../../../../../apps/SU2/4.2.0/bin/shape_optimization.py", line 99, in main
options.quiet )
File "../../../../../apps/SU2/4.2.0/bin/shape_optimization.py", line 138, in shape_optimization
SU2.opt.SLSQP(project,x0,xb,its,accu)
File "/apps/SU2/4.2.0/bin/SU2/opt/scipy_tools.py", line 133, in scipy_slsqp
epsilon = eps )
File "/apps/miniconda/lib/python2.7/site-packages/scipy/optimize/slsqp.py", line 206, in fmin_slsqp
constraints=cons, **opts)
File "/apps/miniconda/lib/python2.7/site-packages/scipy/optimize/slsqp.py", line 311, in _minimize_slsqp
mieq = sum(map(len, [atleast_1d(c['fun'](x, *c['args'])) for c in cons['ineq']]))
File "/apps/SU2/4.2.0/bin/SU2/opt/scipy_tools.py", line 216, in con_cieq
cons = project.con_cieq(x)
File "/apps/SU2/4.2.0/bin/SU2/opt/project.py", line 233, in con_cieq
return self._eval(konfig, func,dvs)
File "/apps/SU2/4.2.0/bin/SU2/opt/project.py", line 182, in _eval
vals = design._eval(func,*args)
File "/apps/SU2/4.2.0/bin/SU2/eval/design.py", line 142, in _eval
vals = eval_func(*inputs)
File "/apps/SU2/4.2.0/bin/SU2/eval/design.py", line 440, in con_cieq
func = su2func(this_con,config,state)
File "/apps/SU2/4.2.0/bin/SU2/eval/functions.py", line 93, in function
geometry( func_name, config, state )
File "/apps/SU2/4.2.0/bin/SU2/eval/functions.py", line 471, in geometry
info = su2run.geometry(config)
File "/apps/SU2/4.2.0/bin/SU2/run/geometry.py", line 93, in geometry
SU2_GEO(konfig)
File "/apps/SU2/4.2.0/bin/SU2/run/interface.py", line 211, in GEO
run_command( the_Command )
File "/apps/SU2/4.2.0/bin/SU2/run/interface.py", line 295, in run_command
raise exception , message
SU2.EvaluationFailure: Path = /home/GRID/s204030/SU2practice/steady_oneram6/DESIGNS/DSN_001/GEOMETRY/,
Command = /apps/SU2/4.2.0/bin/SU2_GEO config_GEO.cfg
SU2 process returned error '1'
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0


Thanks everyone for your help!

Spyros
S.Kontogiannis 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
[PyFoam] Problems with installing PyFoam Christoph_84 OpenFOAM Community Contributions 34 October 26, 2021 11:25
Problem with Tutorial "Constrained Optimal Shape Design of a Fixed Wing"" MarcF SU2 Shape Design 3 December 9, 2016 04:30
the problem of the tutorial 9- Optimal Shape Design of a Fixed Wing lbfhappy SU2 Shape Design 1 November 11, 2016 04:17
Problem with optimal shape design test case--Windows Error 183 Fang-SIAMM SU2 Shape Design 2 January 28, 2013 15:41
[OpenFOAM] Problem with paraFoam on a linux-64 bit bunni ParaView 4 April 14, 2010 20:55


All times are GMT -4. The time now is 10:41.