PARADISCYL:Cylinder-Remove surface debris: Difference between revisions
Jump to navigation
Jump to search
(Created page with '<P ALIGN="CENTER"> <FONT SIZE="+3" color="darkred"><STRONG> Remove surface debris </STRONG></font></P> <DIV> <P ALIGN="CENTER"><STRONG>ill Ryu and Wei Cai</STRONG></P> </DIV> T…') |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
</DIV> |
</DIV> |
||
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. |
|||
<HR> |
|||
==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)) |
|||
{|border="0" align="center" |
|||
|[[Image:Remove_surface_debris1.jpg |frameless|200px|caption]] |
|||
|[[Image:Remove_surface_debris2.jpg |frameless|200px|caption]] |
|||
|[[Image:Remove_surface_debris3.jpg |frameless|200px|caption]] |
|||
|- |
|||
|align="center"|(a) |
|||
|align="center"|(b) |
|||
|align="center"|(c) |
|||
|- |
|||
|colspan="2" | Fig.1 (a)Schematic diagram (b) Case ''I'' (c) Case ''II''. |
|||
<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.
|
||