48 v_name = value calculated by an equal-style variable with name(由具有名称的等式变量计算的值) 49 v_name[I] = value calculated by a vector-style variable with name(由具有名称的矢量样式变量计算的值)
全局量可以使用命令thermo_style custom or fix ave/time 输出,也可以以equal类型或atom类型的变量进行引用。 单原子量可以使用 dump customor fix ave/spatial命令进行输出,也可以使用 fix ave/atom命令对时间进行平均,或使用compute reduce 命令进行降维,或使用atom-style类型的变量进行引用。 局域量可以使用compute ...