git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@294 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -29,6 +29,7 @@ crack: crack propagation in a 2d solid
|
||||
flow: Couette and Poisseuille flow in a 2d channel
|
||||
friction: frictional contact of spherical asperities between 2d surfaces
|
||||
indent: spherical indenter into a 2d solid
|
||||
meam: MEAM test for SiC and shear (same as shear examples)
|
||||
melt: rapid melt of 3d LJ system
|
||||
micelle: self-assembly of small lipid-like molecules into 2d bilayers
|
||||
min: energy minimization of 2d LJ melt
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary s s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary p s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary p s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary p s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary p s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -22,7 +22,6 @@ fix 1 all nve
|
||||
fix 2 all enforce2d
|
||||
|
||||
dump 1 all atom 100 dump.min
|
||||
dump_modify 1 scale no
|
||||
|
||||
thermo 100
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dimension 2
|
||||
boundary p s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
neighbor 0.3 bin
|
||||
neigh_modify delay 5
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ fix ins all pour 3000 1 300719 vol 0.13 50 region slab
|
||||
thermo_style granular
|
||||
thermo 1000
|
||||
thermo_modify lost ignore
|
||||
compute_modify thermo_temp dynamic yes
|
||||
|
||||
dump id all atom 125 dump.pour
|
||||
run 25000
|
||||
|
||||
@ -33,6 +33,7 @@ fix 3 all enforce2d
|
||||
thermo_style granular
|
||||
thermo 1000
|
||||
thermo_modify lost ignore
|
||||
compute_modify thermo_temp dynamic yes
|
||||
|
||||
dump id all atom 100 dump.pour
|
||||
run 25000
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
units metal
|
||||
boundary s s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
lattice fcc 3.52
|
||||
region box block 0 16.0 0 10.0 0 2.828427
|
||||
create_box 3 box
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
units metal
|
||||
boundary s s p
|
||||
|
||||
atom_style hybrid atomic
|
||||
atom_style atomic
|
||||
lattice fcc 3.52
|
||||
region box block 0 16.0 0 10.0 0 2.828427
|
||||
create_box 3 box
|
||||
|
||||
Reference in New Issue
Block a user