-
Notifications
You must be signed in to change notification settings - Fork 1
Perpendicular flap with shell element #17
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
Conversation
Crazy-Rich-Meghan
commented
Mar 20, 2025
- Use shell mid-plane to represent elasticity
- Coupled with OpenFOAM via vertex-vertex communication method
- Use volume for visualization
hverhelst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are quite some left-over sections commented out, and gsDebugVar calls left in the code. Would be nice to give it a small clean-up.
In addition, try to comment a bit more sections. Maybe we can accompany the file with a .dox file, so that it'll be documented immediately; this is a good practice anyay.
Lastly, it would be nice to have the update of the shell volume (inside the time-loop) as just a function call,i.e. constructShellVolume(mid_surface,thickness) (and maybe some direction to indicate which direction the thickness acts). Is this possible?
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>
Co-authored-by: Hugo Verhelst <[email protected]>