Understanding continuum damage mechanics

This video explains mechanisms of damage initiation and evolution in metals and demonstrates basics of damage mechanics. In this video you can find out:
What are damage stages in a metal?
What is damage initiation?
What is damage evolution?
What is material degradation?
What is void initiation?
What is void growth?
What is void coalescence?
How to evaluate damage?
What is damage parameter?
How to measure damage parameter?

Пікірлер: 8

  • @usmanzafar7293
    @usmanzafar7293 Жыл бұрын

    Excellent explained...keep making and sharing good stuff

  • @harithyaroobmaan4589
    @harithyaroobmaan45892 жыл бұрын

    thanks .. amazing explanation

  • @himanshusrivastava3176
    @himanshusrivastava31762 жыл бұрын

    Very well explained

  • @lucaskalman6473
    @lucaskalman64732 жыл бұрын

    Nice video, well explanation

  • @MuhammadFahadAli-yz8wg
    @MuhammadFahadAli-yz8wg5 ай бұрын

    Loved ❤

  • @DweeD1516
    @DweeD1516 Жыл бұрын

    How would one virtually simulate this by turning these functions into programming code? How does the math get translated into computer code into a simulation of the ideas discussed here to produce realistic breaks in virtual materials to simulate realistic depiction of these phenomena? If someone knowledgeable in both the math and ideas discussed here as well as programming languages, could you please inform me. REALLY curious!

  • @gustavohqueiroz

    @gustavohqueiroz

    Жыл бұрын

    Generally you model the problem with something like the Finite Element Method (FEM) and then use a solver for the resulting system (with something like PCG). For the coding part, you'll see implementations in Matlab, Octave, Julia or C/C++ (for GPUs, CUDA is frequently used).

  • @engineering_software

    @engineering_software

    Жыл бұрын

    To realize relationships of damage mechanics, you should study constitutive behavior of materials and then implementation of these behavior in codes. For example this book is good to understand constitutive behavior including damage: Engineering Damage Mechanics Authors: Jean Lemaitre , Rodrigue Desmorat And you can find some books about computational plasticity for implementation of these relationships. Before these two topics you should know FEM. Studying all these matters maybe take a semester of a graduate student.