-
Notifications
You must be signed in to change notification settings - Fork 918
Description
Describe the bug
1.
A clear and concise description of what the bug is and what you expect the behavior to be instead. If applicable, add screenshots to help explain your problem.
When I tried to run the TestCases/disc_adj_turbomachinery/transonic_stator_2D, it showed the error.
Seem the error was reported in #889.
But in version 7.3.1, it still has similar issues.
May I ask how to use updateHistoryMap.py to add custom objectives? Thanks.
raceback (most recent call last):
File "/usr/local/bin/shape_optimization.py", line 183, in
main()
File "/usr/local/bin/shape_optimization.py", line 92, in main
shape_optimization( options.filename ,
File "/usr/local/bin/shape_optimization.py", line 155, in shape_optimization
project = SU2.opt.Project(config,state)
File "/usr/local/bin/SU2/opt/project.py", line 129, in init
group = historyOutFields[this_obj]['GROUP']
KeyError: 'ENTROPY_GENERATION'
2
When I run the case in TestCases/turbomachinery/axial_stage_2D, the value for Total-Total Eff is increased with the total iterative step.
When I set Number of total iterations = 3000, the EFF is increased than Number of total iterations =1000. But the pressure ratio remains unchanged.
To Reproduce
Please provide a config file and mesh for a minimal example that recreates the problem.
TestCases/turbomachinery/axial_stage_2D
Desktop (please complete the following information):
- OS: [e.g., Linux (Ubuntu 20.04)]
- C++ compiler and version: [e.g., g++ (GCC) 9.4.0]
- MPI implementation and version: [e.g., OpenMPI 4.0.3]
- SU2 Version: [e.g., v7.3.1]