-
Notifications
You must be signed in to change notification settings - Fork 112
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
Dynamic validation example (#111) #173
Dynamic validation example (#111) #173
Conversation
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.
Nice work!
Some minor changes. Also please update the README.md
under the examples folder.
examples/DynamicCantileverCase/dynamic_cantilever_phase_space.py
Outdated
Show resolved
Hide resolved
examples/DynamicCantileverCase/dynamic_cantilever_visualization.py
Outdated
Show resolved
Hide resolved
examples/DynamicCantileverCase/dynamic_cantilever_phase_space.py
Outdated
Show resolved
Hide resolved
examples/DynamicCantileverCase/dynamic_cantilever_visualization.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## update-0.3.1 #173 +/- ##
=============================================
Coverage 87.60% 87.60%
=============================================
Files 43 43
Lines 2815 2815
Branches 367 367
=============================================
Hits 2466 2466
Misses 328 328
Partials 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Some minor changes. @bhosale2 please look after these changes are implemented
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.
Minor stuff.
examples/DynamicCantileverCase/analytical_dynamic_cantilever.py
Outdated
Show resolved
Hide resolved
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.
LGTM. @armantekinalp you can finish up with any minor stuff if needed.
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.
LGTM, nice work. You can merge the code after CI build
Fixes #111 by adding a dynamic cantilever example.
The example compares the simulated response of cantilever, initialized by modal oscillations at natural frequencies, to Euler-Bernoulli beam theory. The comparison is made with respect to varying densities.
With a given set of parameters, the time-dependent response using the Cosserat model matches the theoretical response in both time and frequency domains (Left: time-dependent cantilever deflection at the tip. Right: corresponding FFT plot).
The example supports modal oscillation up to the first four modes (example using the second mode).
Dynamic_cantilever_mode_2.mp4