made the command options more lammps standard style
This commit is contained in:
@ -51,7 +51,7 @@ set group nebatoms type 3
|
||||
group nonneb subtract all nebatoms
|
||||
|
||||
fix 1 lower setforce 0.0 0.0 0.0
|
||||
fix 2 nebatoms neb 1.0 neigh
|
||||
fix 2 nebatoms neb 1.0 nudg_style idealpos
|
||||
fix 3 all enforce2d
|
||||
|
||||
thermo 100
|
||||
|
||||
@ -41,7 +41,7 @@ set group nebatoms type 3
|
||||
group nonneb subtract all nebatoms
|
||||
|
||||
fix 1 lower setforce 0.0 0.0 0.0
|
||||
fix 2 nebatoms neb 1.0 freeend ini
|
||||
fix 2 nebatoms neb 1.0 nudg_style idealpos freeend ini
|
||||
fix 3 all enforce2d
|
||||
|
||||
thermo 100
|
||||
|
||||
@ -53,7 +53,7 @@ set group nebatoms type 3
|
||||
group nonneb subtract all nebatoms
|
||||
|
||||
fix 1 lower setforce 0.0 0.0 0.0
|
||||
fix 2 nebatoms neb 1.0 neigh
|
||||
fix 2 nebatoms neb 1.0
|
||||
fix 3 all enforce2d
|
||||
|
||||
thermo 100
|
||||
|
||||
@ -66,7 +66,7 @@ minimize 1.0e-6 1.0e-4 1000 10000
|
||||
|
||||
reset_timestep 0
|
||||
|
||||
fix 1 all neb 1.0 neigh
|
||||
fix 1 all neb 1.0
|
||||
|
||||
thermo 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user