Replies: 1 comment 5 replies
-
Hi @MiguelDLM, thanks for reaching out to us. Basically you need three ingredients to preform a damage calculation:
Then you can perform a damage calculation which checks if the stress exceeds the strength. As for literature, the ultimate book is Betriebsfestigkeit (E. Haibach). Feel free to provide feedback or improvements about the documentation. cc: @DKreuter |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently started exploring fatigue and damage analysis for my research and found PyLife to be incredibly helpful. Typically, our work involves performing FEA, and we are now interested in incorporating this approach.
Here's the situation: we usually use basic FEA to compare stress distribution when applying forces to bones. We analyze the stress distribution and make inferences about the biomechanics of bones. We have been using open-source software that works with GMSH meshes. As output, we obtain .msh files with force and stress distributions (Cauchy, Von Mises, etc.). I am able to load my results with the following code:
However, I am unsure of the next steps. We aim to analyze failure probability, lifetime, etc., to compare the biomechanics of different species. All scenarios will be hypothetical, such as simulating walking cycles and considering different animal weights. This might be a basic question for someone experienced in this field, but I would appreciate guidance on the suggested workflow we should follow. Which concepts are relevant for this kind of research? Additionally, if you have any recommendations for relevant literature to implement this approach using PyLife, I would be grateful.
Congratulations on the development of PyLife. Tools like this are invaluable for biomechanics research and could significantly aid further studies.
Beta Was this translation helpful? Give feedback.
All reactions