PARADISCYL:Cylinder-bug: Difference between revisions

From Micro and Nano Mechanics Group
Jump to navigation Jump to search
(Created page with '= Bug in cylinder code : usage of cell= ==ILL RYU== ===May 1, 2010=== ParaDiS uses cells to compute stress. Now, if we use more than 3 cells, there are discontinuities near the …')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Bug in cylinder code : usage of cell=
= Discontinuities in stress : usage of cell=
==ILL RYU==
==ILL RYU==
===May 1, 2010===
===May 1, 2010===
Line 13: Line 13:


----
----
Blue line : 3 cells <br>
Blue line : 3 cells without FMM<br>
Red line: 8 cells without FMM <br>
Red line: 8 cells without FMM <br>
Green line: 8 cells with FMM <br>
Green line: 8 cells with FMM <br>
=== Infinite stress ===
=== Infinite stress ===
<gallery widths="1000px" heights="800px" perrow="1">
<gallery widths="800px" heights="600px" perrow="1">
Image:Inf_cell_compare.jpg
Image:Inf_cell_compare.jpg
</gallery>
</gallery>
=== Image stress stress ===
=== Image stress stress ===
<gallery widths="1000px" heights="800px" perrow="1">
<gallery widths="800px" heights="600px" perrow="1">
Image:Img_cell_compare.jpg
Image:Img_cell_compare.jpg
</gallery>
</gallery>
=== Total stress ===
=== Total stress ===
<gallery widths="1000px" heights="800px" perrow="1">
<gallery widths="800px" heights="600px" perrow="1">
Image:Tot_cell_compare.jpg
Image:Tot_cell_compare.jpg
</gallery>
</gallery>



== Conclusion ==
== Conclusion ==

Latest revision as of 00:11, 17 June 2010

Discontinuities in stress  : usage of cell

ILL RYU

May 1, 2010

ParaDiS uses cells to compute stress. Now, if we use more than 3 cells, there are discontinuities near the boundary of cells. Here, 3 kinds of models are tested to see the discontinuities: Using 3 cells without FMM, Using 8 cells without FMM, Using 8 cells with FMM.

Model geometries

In the model, square dislocation loop is located at the center of the simulation domain as following figure.


Blue line : 3 cells without FMM
Red line: 8 cells without FMM
Green line: 8 cells with FMM

Infinite stress

Image stress stress

Total stress

Conclusion

As we can see, if we use more that 3 cells for the stress calculation, the solutions are getting unstable.