lammps/examples/indent/log.indent.21May08.linux.4

170 lines
7.7 KiB
Groff

LAMMPS (21 May 2008)
# 2d indenter simulation
dimension 2
boundary p s p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice hex 0.9
Lattice spacing in x,y,z = 1.1327 1.96189 1.1327
region box block 0 20 0 10 -0.25 0.25
create_box 2 box
Created orthogonal box = (0 0 -0.283174) to (22.6539 19.6189 0.283174)
2 by 2 by 1 processor grid
create_atoms 1 box
Created 420 atoms
mass 1 1.0
mass 2 1.0
# LJ potentials
pair_style lj/cut 2.5
pair_coeff * * 1.0 1.0 2.5
# define groups
region 1 block INF INF INF 1.25 INF INF
group lower region 1
60 atoms in group lower
group mobile subtract all lower
360 atoms in group mobile
set group lower type 2
60 settings made for type
# initial velocities
compute new mobile temp
velocity mobile create 0.2 482748 temp new
fix 1 all nve
fix 2 lower setforce 0.0 0.0 0.0
fix 3 all temp/rescale 100 0.1 0.1 0.01 1.0
# indenter
fix 4 all indent 1000.0 sphere 10 13 0 5.0 vel 0.0 -0.02 0.0
fix 5 all enforce2d
# Run with indenter
timestep 0.003
thermo 1000
thermo_modify temp new
dump 1 all atom 250 dump.indent
run 30000
Memory usage per processor = 1.67582 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
0 0.2 -3.1727576 0 -3.0018052 -1.4364576 444.44898
1000 0.11573595 -3.0964873 0 -2.9975606 -0.20452577 441.75296
2000 0.11519605 -3.0960246 0 -2.9975594 -0.38140765 442.24623
3000 0.11367906 -3.0839597 0 -2.9867912 -0.42587846 444.50683
4000 0.11618844 -3.0860897 0 -2.9867762 -0.041588892 439.76178
5000 0.11327789 -3.0848614 0 -2.9880358 -0.48908114 446.10767
6000 0.12058424 -3.0869438 0 -2.983873 0.011479332 440.48452
7000 0.11772522 -3.0833477 0 -2.9827207 -0.090395475 442.48351
8000 0.12533514 -3.0970033 0 -2.9898715 0.13265726 441.15042
9000 0.1198683 -3.0867062 0 -2.9842473 0.340532 439.38624
10000 0.12234014 -3.0835007 0 -2.9789291 0.28405153 441.85872
11000 0.11082436 -3.0754796 0 -2.9807511 0.62206175 441.23576
12000 0.10842719 -3.0646379 0 -2.9719584 0.65396033 442.56232
13000 0.11686417 -3.0600388 0 -2.9601477 1.0043055 438.41699
14000 0.12557378 -3.0570017 0 -2.949666 0.85725522 442.01753
15000 0.11934083 -3.0498848 0 -2.9478768 1.0394141 451.6596
16000 0.12576916 -3.0452181 0 -2.9377154 1.3482057 441.18585
17000 0.11546551 -3.0348365 0 -2.9361409 1.6321334 439.4002
18000 0.1214883 -3.0221153 0 -2.9182718 1.6092045 449.17018
19000 0.11883751 -3.0036774 0 -2.9020996 1.5203993 447.04217
20000 0.11165763 -3.0038239 0 -2.9083832 1.4080186 461.67014
21000 0.11347925 -2.9899447 0 -2.8929469 1.1346232 473.86859
22000 0.11913997 -3.0239282 0 -2.9220919 0.81021913 473.09495
23000 0.1148535 -3.0126427 0 -2.9144703 1.1401379 470.54689
24000 0.11671309 -3.016222 0 -2.9164601 0.84429095 472.7482
25000 0.11161515 -3.0207137 0 -2.9253093 1.0597826 467.28214
26000 0.11294692 -3.0085312 0 -2.9119885 1.0112464 469.64427
27000 0.12828831 -3.010401 0 -2.9007451 1.0769835 473.94697
28000 0.12123681 -3.0107629 0 -2.9071343 0.81020478 478.51729
29000 0.12528058 -3.01932 0 -2.912235 1.0826534 472.26351
30000 0.11527728 -3.0030382 0 -2.9045036 1.5931211 465.76942
Loop time of 12.2538 on 4 procs for 30000 steps with 420 atoms
Pair time (%) = 1.06251 (8.67087)
Neigh time (%) = 0.0298207 (0.243358)
Comm time (%) = 8.70494 (71.0387)
Outpt time (%) = 0.0981069 (0.800624)
Other time (%) = 2.35843 (19.2465)
Nlocal: 105 ave 112 max 97 min
Histogram: 1 0 1 0 0 0 0 0 1 1
Nghost: 95.5 ave 100 max 92 min
Histogram: 1 1 0 0 0 0 1 0 0 1
Neighs: 914.75 ave 1023 max 810 min
Histogram: 2 0 0 0 0 0 0 0 0 2
Total # of neighbors = 3659
Ave neighs/atom = 8.7119
Neighbor list builds = 616
Dangerous builds = 0
# Run without indenter
unfix 4
run 30000
Memory usage per processor = 1.67614 Mbytes
Step Temp E_pair E_mol TotEng Press Volume
30000 0.11527728 -3.0030382 0 -2.9045036 1.5932587 465.72917
31000 0.11671309 -3.0142211 0 -2.9144592 -0.37706203 481.50962
32000 0.11671309 -3.0227063 0 -2.9229444 -0.58012876 480.95432
33000 0.10635055 -3.0482223 0 -2.9573179 0.45560579 464.47424
34000 0.11877148 -3.0703768 0 -2.9688555 -0.32968186 475.82732
35000 0.1157547 -3.0679911 0 -2.9690484 -0.55386822 490.09322
36000 0.12250126 -3.0847099 0 -2.9800005 0.16762425 482.76837
37000 0.11211273 -3.076227 0 -2.9803973 -0.56416688 485.40738
38000 0.12332877 -3.074982 0 -2.9695653 -0.35777769 490.47511
39000 0.11065377 -3.0755102 0 -2.9809275 0.014347118 478.2741
40000 0.10710169 -3.0724742 0 -2.9809278 -0.55516693 490.26814
41000 0.1088162 -3.0739373 0 -2.9809254 -0.069868958 482.39533
42000 0.12792219 -3.0902767 0 -2.9809336 -0.26461148 484.55637
43000 0.11058857 -3.0754557 0 -2.9809288 -0.64800221 488.40619
44000 0.11162461 -3.0763412 0 -2.9809287 0.075505051 482.91497
45000 0.11497594 -3.0792046 0 -2.9809275 -0.38338131 485.15347
46000 0.10637288 -3.0718511 0 -2.9809276 -0.47729139 489.49592
47000 0.11706089 -3.0809897 0 -2.9809305 0.0034214827 482.52084
48000 0.11104829 -3.075849 0 -2.9809292 -0.58552878 486.85862
49000 0.11245495 -3.0770533 0 -2.9809311 -0.32773345 487.81722
50000 0.11875403 -3.0824388 0 -2.9809324 -0.1284175 480.82151
51000 0.10815089 -3.0733705 0 -2.9809273 -0.59528979 488.33208
52000 0.11766627 -3.0713521 0 -2.9707755 -0.14820961 485.02169
53000 0.12125512 -3.0857543 0 -2.98211 -0.27980304 483.66006
54000 0.11567186 -3.0809806 0 -2.9821087 -0.51734052 487.77367
55000 0.11215173 -3.0779718 0 -2.9821088 -0.13169059 482.81031
56000 0.10952092 -3.0757199 0 -2.9821056 -0.35508967 485.28191
57000 0.12592796 -3.0770934 0 -2.969455 -0.39550089 487.7802
58000 0.11671309 -3.0836904 0 -2.9839285 -0.17868279 485.62136
59000 0.10785966 -3.0761158 0 -2.9839215 -0.36413012 486.36951
60000 0.12108723 -3.0736236 0 -2.9701228 -0.30955784 486.51342
Loop time of 11.802 on 4 procs for 30000 steps with 420 atoms
Pair time (%) = 0.984152 (8.33884)
Neigh time (%) = 0.0291511 (0.247001)
Comm time (%) = 8.40175 (71.1891)
Outpt time (%) = 0.100835 (0.854389)
Other time (%) = 2.28613 (19.3707)
Nlocal: 105 ave 119 max 89 min
Histogram: 1 1 0 0 0 0 0 0 0 2
Nghost: 88 ave 91 max 84 min
Histogram: 1 0 0 0 0 1 0 1 0 1
Neighs: 891.5 ave 1073 max 705 min
Histogram: 2 0 0 0 0 0 0 0 0 2
Total # of neighbors = 3566
Ave neighs/atom = 8.49048
Neighbor list builds = 625
Dangerous builds = 0