Understanding continuum damage mechanics

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2024
  • 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

  • @lucaskalman6473
    @lucaskalman6473 2 ปีที่แล้ว

    Nice video, well explanation

  • @himanshusrivastava3176
    @himanshusrivastava3176 2 ปีที่แล้ว

    Very well explained

  • @harithyaroobmaan4589
    @harithyaroobmaan4589 2 ปีที่แล้ว

    thanks .. amazing explanation

  • @MuhammadFahadAli-yz8wg
    @MuhammadFahadAli-yz8wg 5 หลายเดือนก่อน

    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  ปีที่แล้ว +3

      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.