Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Why auxiliary sweep show the same results when sweeping 2 parameters?
Posted Jun 19, 2024, 4:35 a.m. EDT Fluid & Heat, Optimization, Studies & Solvers Version 6.2 2 Replies
Please login with a confirmed email address before reporting spam
When I use an auxiliary sweep in topology optimization to sweep volume constraint and projection slope, my sweep goes like:
- fv: 0.8, 0.7, 0.6
- beta: range(1, 5, 41)
I thought the sweep should proceed like this:
fv = 0.8, beta = 1: Run topology optimization until the objective reaches the maximum. This might take about 5 steps to obtain an optimized structure.
Update beta: fv = 0.8, beta = 6
fv = 0.8, beta = 11
fv = 0.8, beta = 16
...
fv = 0.8, beta = 41
- Update fv to 0.7:
fv = 0.7, beta = 1
fv = 0.7, beta = 6
fv = 0.7, beta = 11
fv = 0.7, beta = 16
...
fv = 0.7, beta = 41
- Update fv to 0.6:
fv = 0.6, beta = 1
fv = 0.6, beta = 6
fv = 0.6, beta = 11
fv = 0.6, beta = 16
...
fv = 0.6, beta = 41
The simulation should finish after this sequence. However, when I check the obtained data, why are the data values for fv = 0.8, 0.7, and 0.6 all the same?
Attachments: