Skip to content

Conversation

@cvencro
Copy link
Contributor

@cvencro cvencro commented Feb 10, 2020

Proposed Changes

WIP of the extension of FSI discrete adjoint to time-domain.

This originally started with the legacy FSI drivers but is being migrated to the new multizone drivers in this draft.

Related Work

@oleburghardt mentioned unsteady adjoints to follow PR #854 for CHT which will be closely related to this

PR Checklist

Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.

  • I am submitting my contribution to the develop branch.
  • My contribution generates no new compiler warnings (try with the '-Wall -Wextra -Wno-unused-parameter -Wno-empty-body' compiler flags).
  • My contribution is commented and consistent with SU2 style.
  • I have added a test case that demonstrates my contribution, if necessary.
  • I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp) , if necessary.

cvencro added 30 commits August 5, 2019 14:07
@stale
Copy link

stale bot commented Jul 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still a relevant issue please comment on it to restart the discussion. Thank you for your contributions.

@stale stale bot added the stale label Jul 24, 2020
@cvencro
Copy link
Contributor Author

cvencro commented Jul 25, 2020

WIP to improve adjoint accuracy for large displacements

@stale stale bot removed the stale label Jul 25, 2020
Donor_Variable[iVar] = DisplacementDonor[iVar];

if (struct_config->GetTime_Domain()) {
if (struct_config->GetTime_Domain() && !struct_config->GetWrt_Slice()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I clicked (kindof) randomly on this commit and saw this WRT_SLICE option which was just deprecated in #1129 ... oh and I just also just saw that you hooked it because it is otherwise unused :D I already wondered why it would mater here ... So I guess you have to go for another one if you merge develop, sorry

I am guilty of doing that as well ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's no problem at all. I just wanted to test the new velocity interface without having to recompile every time when I didn't know whether this interface would be adopted or not in the end. But this has been validated now and so I'll set up proper options when I move forward with this PR...

@cvencro
Copy link
Contributor Author

cvencro commented Jan 22, 2021

This PR has changes to the primal dynamic FSI as well as the adjoints. Also, some of the changes made for the FSI adjoints no longer seem to be necessary. I'm going to close this PR and open two separate ones for the primal and adjoint with only the necessary changes.

@cvencro cvencro closed this Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants