Understanding continuum damage mechanics

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 9

  • @usmanzafar7293
    @usmanzafar7293 Год назад +1

    Excellent explained...keep making and sharing good stuff

  • @ahadisraq4602
    @ahadisraq4602 16 дней назад

    Thanks

  • @lucaskalman6473
    @lucaskalman6473 3 года назад

    Nice video, well explanation

  • @harithyaroobmaan4589
    @harithyaroobmaan4589 2 года назад

    thanks .. amazing explanation

  • @himanshusrivastava3176
    @himanshusrivastava3176 2 года назад

    Very well explained

  • @MuhammadFahadAli-yz8wg
    @MuhammadFahadAli-yz8wg Год назад

    Loved ❤

  • @DweeD1516
    @DweeD1516 2 года назад

    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 2 года назад

      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  2 года назад +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.