Clayff力场(转载)

匿名 (未验证) 提交于 2019-12-02 23:32:01
本文转载自:http://blog.sina.com.cn/s/blog_b48a7ac30102w4km.html
注意:lammps中并没有完整的clayff势函数,需要将一下三者结合使用。
angle_style harmonic
bond_style harmonic
pair_style lj/cut/coul/long 12.5
使用过程中data文件很重要,键类型,键角,电荷都需要制定完备。键系数可以放在in文件中,也可以放在data文件中。键系数需要查阅相关文献或者和MS中GULP模块的clayff.frc势文件view看到。
V=Ar^(-12)-Br^(-6)
V=DRo^12/r^12-2DRo^6/r^6
DRo^12=A
2DRo^6=B
Ro^6=2A/B ~ 单位埃
1 KCal/mol=0.04336 eV
describes the change in energy which occurs due to the
change in bond length from its equilibrium value
describes the change in energy due to change in the angle
between two sequential covalent bonds from the equilibrium value
describes the change in energy of three bonds connected as IJ, JK
and KL due to change in the dihedral (or torsional) angle between the planes
IJK and JKL from the equilibrium value
describes the energy of three atoms bonded to one central atom
in the same plane due to an out of plane configuration

Clayff力场收集1:http://www.sklogwiki.org/SklogWiki/index.php/CLAYFF_force_field

ClayFFforce fieldinterfacessolutionscarbon dioxide2) also comes a burgeoning interest in novel repositories in which to inexpensively "bury" CO2claysmontmorrillonitekaolinite) as potential CO2sodium chloride2) to hydrated (watermolecular modelsmolecular simulation codesMCCCS TowheeOpenMD) and was developed by Sandia National Laboratories chemist, Randall Cygan, and collaborators at the University of Illinois at Urbana-Champaign. It is suitable for the simulation of hydrated and multicomponent mineral systems and their interfaces with aqueous solutions. The ClayFF approach treats most inter-atomic interactions as being non-bonded. This allows the use of the force field for a wide variety of phases and properly accounts for energy and momentum transfer between the fluid phase and the solid, while keeping the number of parameters small enough to permit modelling of relatively large and highly disordered systems such as clays.

Functional form

The functional form of ClayFF is given by:

[1]):

(Eq. 3):


[1]):

[1]):

Clayff力场收集2:http://lammps.sandia.gov/threads/msg54106.html
Dear all,
# bonded interactions: bond stretching and angle bending in harmonic form
bond_style harmonic
angle_style harmonic
# neighbor list skin distance 3?
neighbor 3.0 bin
# neighbor list build:
neigh_modify every 2 delay 0 check yes one 3000
# nonbonded interactions: Lennard-Jones with 12.5?cut-off and long range Coulomb
pair_style lj/cut/coul/long 12.5
pair_modify mix arithmetic
# ewald summation method for long range Coulomb
kspace_style ewald 1.0e-4
However, when I imported the trajectory back to Materials Studio, I found out that lots of bonds in water molecules were gone. Why would this happened, did I use the wrong potential or something wrong when I use the tools to import/export the structure?
追答:This really is a question about materials studio and not lammps.
Clayff力场收集3:http://lammps.sandia.gov/threads/msg52586.html
Dear all,
I want to use Materials Studio to build the structure, and use Lammps to run the simulation.

After assigning the atom type with clayff, I run a few steps of geometry optimization in Materials Studio. Then I export the .car and .mdf files. However, I meet the following errors when I produce Lammps data with msi2lmp:
Unable to find bond data for st ob

I checked Jian-Jie Liang's clayff.frc which he posted on the Accerlys' Community. I can't find the bond data for st ob since clayff doesn't calculate them. From my understanding, clayff only calculate bond for water and hydroxyl.

Sincerely,
Jingjing
追答:Jingjing,
Since clayff only has bonded terms for O-H bonds, all other bonds created by Materials Studio must be deleted before using msi2lmp. I usually do this by deleting all atoms in the mineral phase, selecting only H atoms, and redrawing bonds. It is best to expand the view of your simulation cell (e.g., 2x2x2) before drawing bonds so that all O-H bonds across periodic boundaries are included.
Jeff
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!