File: levelSetFacetedGrowth.ini

package info (click to toggle)
asl 0.1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,536 kB
  • sloc: cpp: 36,180; makefile: 26
file content (37 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Default parameters for the levelSetFacetedGrowth example
#


size = 100 100 100 
dx = 1.0
dt = 1.0
v = 0.0 0.0 0.0
radius = 10.5

superS = 0.2

beta_step = 0.5
beta_dislocation = 0.0
beta_rough = 0.1

cr_direction_100 =  1  0  0
cr_direction_010 =  0  1  0
cr_direction_001 =  0  0  1

cr_direction_I00 = -1  0  0
cr_direction_0I0 =  0 -1  0
cr_direction_00I =  0  0  -1

#cr_direction_I01 = -1  0  1
#cr_direction_0I1 =  0 -1  1
#cr_direction_I0I = -1  0 -1
#cr_direction_0II =  0 -1 -1
#cr_direction_101 =  1  0  1
#cr_direction_011 =  0  1  1
#cr_direction_10I =  1  0 -1
#cr_direction_01I =  0  1 -1


nIterations = 100
nItOut = 10