Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FastPR][OptApp] Fix LinearStrainEnergy thickness sensitivity #12086

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

DSchmoelz
Copy link
Contributor

📝 Description

Strain energy is in general not linearly dependent on the element thickness (e.g. shells). Hence, in this PR the strain energy sensitivity calculation is changed to the semi-analytic method.

Comparison of a shell thickness optimization with previous linear sensitivities and new semi-analytic sensitivities.
One can identify, that the strain energy constraint is strongly oscillating and slowing down the optimization due to the previously wrong calculated sensitivities.

Linear Dependent Sensitivity Semi-Analytic Sensitivity
linear_dependent_objective semi_analytic_objective
linear_dependent_constraint semi_analytic_constraint

@DSchmoelz DSchmoelz added FastPR This Pr is simple and / or has been already tested and the revision should be fast Optimization related to OptApp labels Feb 19, 2024
@DSchmoelz DSchmoelz changed the title [OptApp] Fix LinearStrainEnergy thickness sensitivity [FastPR][OptApp] Fix LinearStrainEnergy thickness sensitivity Feb 19, 2024
@DSchmoelz DSchmoelz self-assigned this Feb 19, 2024
Copy link
Member

@sunethwarna sunethwarna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DSchmoelz :)

@DSchmoelz DSchmoelz merged commit f36c2f3 into master Feb 20, 2024
16 of 17 checks passed
@DSchmoelz DSchmoelz deleted the optapp/fix-strain-energy-thickness-sens branch February 20, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FastPR This Pr is simple and / or has been already tested and the revision should be fast Optimization related to OptApp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants