From 04407d4f15cac97f47e45753e40516eb323b830c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 30 Jan 2012 22:53:22 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7608 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/README | 1 + examples/kim/in.kim.lj | 37 +++++++++++++++++++++++++++++++++++++ examples/kim/in.kim.lj.lmp | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 examples/kim/in.kim.lj create mode 100644 examples/kim/in.kim.lj.lmp diff --git a/examples/README b/examples/README index 0fa54573cd..5f614b9688 100644 --- a/examples/README +++ b/examples/README @@ -33,6 +33,7 @@ friction: frictional contact of spherical asperities between 2d surfaces gpu: use of the GPU package for GPU acceleration hugoniostat: Hugoniostat shock dynamics indent: spherical indenter into a 2d solid +kim: use of potentials in Knowledge Base for Interatomic Models (KIM) 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 diff --git a/examples/kim/in.kim.lj b/examples/kim/in.kim.lj new file mode 100644 index 0000000000..356c0ea4e9 --- /dev/null +++ b/examples/kim/in.kim.lj @@ -0,0 +1,37 @@ +# 3d Lennard-Jones melt + +variable x index 1 +variable y index 1 +variable z index 1 + +variable xx equal 20*$x +variable yy equal 20*$y +variable zz equal 20*$z + +units metal +atom_style atomic + +newton off + +lattice fcc 4.4300 +region box block 0 ${xx} 0 ${yy} 0 ${zz} + +create_box 1 box +create_atoms 1 box + +#pair_style lj/cut 8.1500 +#pair_coeff 1 1 0.0031 2.7400 +#pair_modify shift yes + +pair_style kim model_Ne_P_LJ_efficiency +pair_coeff * * Ne + +mass 1 20.18 +velocity all create 200.0 232345 loop geom + +neighbor 0.3 bin +neigh_modify delay 5 every 1 check yes + +fix 1 all nve + +run 100 diff --git a/examples/kim/in.kim.lj.lmp b/examples/kim/in.kim.lj.lmp new file mode 100644 index 0000000000..3c5ffdc8c3 --- /dev/null +++ b/examples/kim/in.kim.lj.lmp @@ -0,0 +1,37 @@ +# 3d Lennard-Jones melt + +variable x index 1 +variable y index 1 +variable z index 1 + +variable xx equal 20*$x +variable yy equal 20*$y +variable zz equal 20*$z + +units metal +atom_style atomic + +#newton off + +lattice fcc 4.4300 +region box block 0 ${xx} 0 ${yy} 0 ${zz} + +create_box 1 box +create_atoms 1 box + +pair_style lj/cut 8.1500 +pair_coeff 1 1 0.0031 2.7400 +pair_modify shift yes + +#pair_style kim model_Ne_P_LJ_efficiency +#pair_coeff * * Ne + +mass 1 20.18 +velocity all create 200.0 232345 loop geom + +neighbor 0.3 bin +neigh_modify delay 0 every 1 check yes + +fix 1 all nve + +run 100