我知道如何在Lammps中创建立方体、圆柱体和球体形状,但我不知道如何在Lammps中创建一个二十面体集群。有人知道吗?
发布于 2022-02-11 23:36:44
我认为你必须搜索Lammps分子拓扑图。
https://docs.lammps.org/molecule.html
我会用不同的键、角度定制原子/分子群.为了接近宇宙星系团。
以下是分子文档的一部分:
N atoms = # of atoms N in molecule, default = 0
Nb bonds = # of bonds Nb in molecule, default = 0
Na angles = # of angles Na in molecule, default = 0
Nd dihedrals = # of dihedrals Nd in molecule, default = 0
Ni impropers = # of impropers Ni in molecule, default = 0
Nf fragments = # of fragments in molecule, default = 0
Mtotal mass = total mass of molecule
Xc Yc Zc com = coordinates of center-of-mass of molecule
Ixx Iyy Izz Ixy Ixz Iyz inertia = 6 components of inertia tensor of molecule希望我的信息能帮到你。我也是兰普斯的新人。
https://stackoverflow.com/questions/36796735
复制相似问题