boundary p p p atom_style atomic timestep 0.001 #构建模型 lattice fcc 3.56 region box block 0 10 0 10 0 10 create_box 5 box label loop variable a loop 1000 log log.$a create_atoms 1 box set type 1 type/ratio 2 0.2 12499 set type 1 type/...
boundary p p p #定义三个方向都为周期性边界条件 atom_style atomic #定义原子类型为atomic timestep 0.001 #设定时间步长为1 fs #构建模型 lattice fcc 3.56 #定义fcc晶格常数 region box block 0 10 0 10 0 10 #定义模拟盒子大小 create_box 5 box #定义模拟盒子中最多可以包含5种原子 label loop #定...
1、首先,采用atomsk平台建立FCC结构的NiCrCo多晶结构。如下图: aotmsk –create fcc 3.56 Ni Ni.xsf polycrystal.txt脚本内容如下: box 300 200 150 random 16 atomsk –polycrystal Ni.xsf polycrystal.txt Ni.cfg atomsk Ni.cfg lmp 将创建的模型转换成lammps可以识别的文件格式 开始用lammps建立三元多晶模型...
图1. 随机建模生成的1000个FCC-CoCrCuFeNi高熵合金模型及其序号 图2. 按能量大小排序后的各序号对应的FCC-CoCrCuFeNi高熵合金模型 图3. 筛选出的620号FCC-CoCrCuFeNi高熵合金模型 本章,我们介绍了对于格点原子无序的FCC-CoCrCuFeNi高熵合金理论模拟中的建模思想,以及LAMMPS的程序实现,下一章我们将详细解读我们...
variable a equal 1.0 ##定义原子模型截断半径 ###初始化设置 units metal boundary p p p atom_style atomic ##创建轧辊原子模型 lattice fcc 3.60 region box block 0 494.44 0 55.56 0 150 units lattice create_box 1 box create_atoms 1 box ...
variable a equal 1.0 ##定义原子模型截断半径 ###初始化设置 units metal boundary p p p atom_style atomic ##创建轧辊原子模型 lattice fcc 3.60 region box block 0 494.44 0 55.56 0 150 units lattice create_box 1 box create_atoms 1 box ...
输入脚本:in.fcc-Cu # model of FCC-Cu, 6x6x6 boundary p p p units metal atom_style atomic ### lattice fcc 3.61 region box block 0 6 0 6 0 6 create_box 1 box create_atoms 1 box ### pair_style eam pair_coeff * * /home/xbduan/...
atom_style atomic lattice fcc 3.615 region box block 0 20 0 20 0 20 create_box 1 box create_atoms 1 box ``` 2. 定义模拟参数 接下来需要定义模拟所需的参数,包括弯曲速度、模拟时间等,示例代码如下: ``` p本人r_style eam/fs p本人r_coeff * * Cu_u3.eam variable str本人n equal 0.05 var...
# A simple input file for LAMMPS # Define the unit cell units metal atom_style atomic # Define the lattice structure lattice bcc 3.0 region box block 0 1 0 1 0 1 create_box 1 box create_atoms 1 box # Define the force field pair_style eam/alloy pair_coeff * * Ni_u3.eam.alloy Ni...
Create-box: Create-box 命令用于在 region box 命令指定的区域内创建一个模拟的盒子。 Create_box N region-ID N 为使用该原子类型进行模拟 Region-ID 为使用区域的 ID 使用模拟域 Create-atoms: Create-atoms 用于在所创建的模拟的盒子中填充某种原子。