PARADISCYL:Cylinder-Remove surface debris: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 8: | Line 8: | ||
There is remaining issue realted to the time step due to the small dislocation segments.This tutorial describes how to remove tiny dislocation segment in cylinder code. |
There is remaining issue realted to the time step due to the small dislocation segments.This tutorial describes how to remove tiny dislocation segment in cylinder code. |
||
When two dislocations meet near the surface and form a junction, it would generate very tiny segments, which occur rapid drop in time step. To overcome this issue, |
When two dislocations meet near the surface and form a junction, it would generate very tiny segments, which occur rapid drop in time step. To overcome this issue,we remove these small dislocation segment according to the following algorithm. |
||
<HR> |
<HR> |
||
Latest revision as of 08:14, 8 December 2011
Remove surface debris
ill Ryu and Wei Cai
There is remaining issue realted to the time step due to the small dislocation segments.This tutorial describes how to remove tiny dislocation segment in cylinder code.
When two dislocations meet near the surface and form a junction, it would generate very tiny segments, which occur rapid drop in time step. To overcome this issue,we remove these small dislocation segment according to the following algorithm.
Algorithm
1. Searching for the surface node(node in Figure 1.(a))
2. Find the neighbor node(nbr1 in Figure 1.(a))
3. Check if seglength is less than minSeg
4. Count the number of independent slip planes of inside arms.
Case I:if nbr1 has a independent slip plane and nbr1 has 3, 2 of which are linked to surface -> Project nbr1 to the surface along the line(See figure 1.(b))
Case II:if nbr1 has 2 independent slip planes Project nbr1 to surface along the intersection of two slip planes(See figure 1.(c))
| (a) | (b) | (c) |
| Fig.1 (a)Schematic diagram (b) Case I (c) Case II.
|
||