Dear All,
I use lammps-9Dec14 version.
I have a system of a graphene sheet, plus oxygen atoms on both sides of
the sheet. The oxygen atoms are placed not closer than 1 nm from the sheet.
See attached figure, graphene-oxygen.jpg for the initial structure.
The reactive force field potential is used. NPT is used for graphene equilibration at 300K and zero pressure in all directions. Oxygen atoms are kept stationary during equilibration.
I find that the output pressure in the log file remains to be large after equilibration (the log file is attached as equi.lammps). I past below the thermpdynamic info near the end of
simulation.
Step tempMobi pressMob Temp Press Volume
9200 298.69932 -312.07759 199.08861 -312.07759 413496.43
9300 295.30714 -905.86599 196.82766 -905.86599 413556.73
9400 301.45809 -87.312429 200.92738 -87.312429 413566.18
9500 295.21937 -1037.9511 196.76916 -1037.9511 413605.69
9600 291.60771 892.00661 194.36192 892.00661 413297.37
9700 305.64637 103.38666 203.71895 103.38666 413364.74
9800 308.01659 -454.75043 205.29874 -454.75043 413508.28
9900 300.22849 -1020.2742 200.10783 -1020.2742 413478.3
10000 285.29167 774.90448 190.15216 774.90448 413418.08
Could anyone help me in this problem?
I paste below my input script. The structure data is attached (CHO.dat).
Thanks,
Jie
units real
atom_style charge
boundary p p p
read_data CHO.data
pair_style reax/c lmp_control
pair_coeff * * ffield.reax.cho C O
neighbor 2 bin
neigh_modify every 10 delay 0 check no
timestep 0.2
group mobile type 1
group immobile type 2
fix center all recenter INIT INIT INIT units box
dump position all atom 1000 qui.lammpstrj
thermo 100
neigh_modify exclude group immobile immobile
fix 1 all qeq/reax 1 0.0 10.0 1e-6 param.qeq
compute tempMobile mobile temp
compute pressMobile all pressure tempMobile
thermo_style custom step c_tempMobile c_pressMobile temp press vol
fix Fmovestuff mobile npt temp 300.0 300.0 10.0 iso 0.0 0.0 200.0 dilate mobile
fix_modify Fmovestuff temp tempMobile
run 10000
write_restart system_after_fix_rigid.rst
CHO.data (130 KB)
equi.lammps (9.42 KB)