Replies: 2 comments 2 replies
-
Dear @jannav984 , I have coupled SU2 with Nastran using the python wrapper. Have a look at the tutorial in https://su2code.github.io/tutorials/Dynamic_FSI_Python/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Dear Jan,
Yes, we use a linear approach. We have been considering the extension for some time, but had no time yet. We have an extension to nonlinear problems but it is for abaqus and not for Nastran. However, I believe that the procedure is very similar. If you want we can get in contact and we can discuss about what you need. Maybe I have some code to share that is of help. The extension for nonlinear problems is not yet pushed.
Let me know
Best
Nicola Fonzi
From: jannav984 ***@***.***>
Sent: lunedì 24 aprile 2023 21:39
To: su2code/SU2 ***@***.***>
Cc: Nicola Fonzi ***@***.***>; Mention ***@***.***>
Subject: Re: [su2code/SU2] Surface normals and area (Discussion #2015)
Dear @Nicola-Fonzi<https://github.com/Nicola-Fonzi>,
thank you. I went through your tutorial. The problem is, that I want to solve nonlinear static deformation (large deformations) in Nastran. The modal approach is linear.
Nevertheless, your coupling have some common solution with my idea - RBF for interface definition. Maybe, I can get some inspiration how to implement my stuff to SU2 from the code you developed.
Jan
—
Reply to this email directly, view it on GitHub<#2015 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOPDOYYX2MXNQCTMYI3SJI3XC3JD5ANCNFSM6AAAAAAXJZAFEQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on FSI problem - coupling SU2 with Nastran solver. In this regards, I need to obtain surface normal and area around grid node to be able to calculate aerodynamic force. So, I have a question:
Is there any way how to get:
Could it be done using python wrapper?
Thanks for answers.
Sincerely,
Jan
Beta Was this translation helpful? Give feedback.
All reactions