24小时热门版块排行榜    

查看: 2297  |  回复: 2

奈落之夜

木虫 (正式写手)

[求助] 关于lammps 质心速度vcm()如何输出问题

新手刚学,要输出质心速度 想用vcm这个函数  根据说明书 我先定义了变量 variable  v_m  equal  vcm(motion,v_m)  motion是一个group 然后输出  dump     v_data motion cfg 10 dump.snap.*.cfg $v_m   可能很多语法错误   manual里面vcm(group,dim)前面应该是定义的组,后面的自变量不知道是什么定了,也不知道该怎么输出
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

bluewhale

铁杆木虫 (正式写手)

【答案】应助回帖

★ ★ ★ ★
感谢参与,应助指数 +1
月只蓝: 金币+2, 感谢指导! 2013-11-01 08:35:56
奈落之夜: 金币+2, 有帮助 2013-11-01 09:10:33
参照下面的例子:

heated Brownian particle

# typical input script used to investigate the Brownian motion of a heated nanoparticle. The diffusion coefficient is computed as the plateau value of the integral of the velocity autocorrelation function. Details in:
# L. Joly, S. Merabia and J.-L. Barrat, EPL 94, 50007 (2011)
# http://iopscience.iop.org/0295-5075/94/5/50007/

# the data file is generated by the perl script 'data.pl'.
# fix ave/sph is similar to fix ave/spatial but using spherical bins (enclosed sources might be broken with latest lammps versions).

# to apply a rescaling thermostat only to liquid atoms lying beyond 15 sigma from the center of the particle (see article for details), fix recenter is used to constrain the center-of-mass of the particle to remain at the origin, with keyword 'shift all' so that it does not alter the dynamics of the system.

atom_style bond
read_data data.brown

group liq type 1
group sol type 2
region far sphere 0.0 0.0 0.0 15.9 side out units box
region int1 sphere 0.0 0.0 0.0 14.4 side out units box
region int2 sphere 0.0 0.0 0.0 15.9 units box
region int intersect 2 int1 int2 units box
region ins sphere 0.0 0.0 0.0 14.4 units box
compute Tsol sol temp/com
compute Tfar liq temp/region far
compute Tint liq temp/region int
group far region far
group int region int
group ins region ins
group insliq intersect ins liq

neigh_modify delay 0 every 1 check yes
pair_style lj/cut 2.5
pair_modify shift yes
bond_style fene
special_bonds fene
mass * 1.0
pair_coeff * * 1.0 1.0
bond_coeff * 30.0 1.5 1.0 1.0

variable ts equal step
variable vx equal vcm(sol,x)-vcm(liq,x)
variable vy equal vcm(sol,y)-vcm(liq,y)
variable vz equal vcm(sol,z)-vcm(liq,z)
fix 3 all print 5 "${ts} ${vx} ${vy} ${vz}" file print.brown screen no title "# ts vx vy vz"
fix 4vx all ave/correlate 5 2401 1200000 v_vx type full ave running start 200000 file cvx.brown
fix 4vy all ave/correlate 5 2401 1200000 v_vy type full ave running start 200000 file cvy.brown
fix 4vz all ave/correlate 5 2401 1200000 v_vz type full ave running start 200000 file cvz.brown

thermo_style custom step cpu c_Tsol c_Tint c_Tfar press vol
thermo 1000
compute KEatom all ke/atom
variable Tatom atom (2.0/3.0)*c_KEatom
fix 5 all ave/sph 100 2000 200000 x origin 0.1 density/number v_Tatom units box file sph.brown

fix 1 liq nph aniso 0.015 0.015 5.0 dilate partial
fix 1far liq temp/rescale 1 0.75 0.75 0.0 1.0
fix_modify 1far temp Tfar
fix 1int liq temp/rescale 1 0.75 0.75 0.0 1.0
fix_modify 1int temp Tint
fix 1sol sol nvt temp 3.5 3.5 0.5
fix_modify 1sol temp Tsol

variable vol equal vol
fix avevol all ave/time 10 8000 160000 v_vol
variable l equal 0.5*((f_avevol)^(1./3.))

fix 2 sol recenter 0.0 0.0 0.0 shift all units box
velocity sol create 0.75 36582 dist gaussian mom yes rot yes
velocity int create 0.75 36582 dist gaussian mom yes rot yes
velocity far create 0.75 36582 dist gaussian mom yes rot yes
velocity insliq create 0.75 36582 dist gaussian mom yes rot yes
run 160000

unfix 1
fix 1 liq nve
fix dxyz liq deform 1 x final -$l $l y final -$l $l z final -$l $l units box
unfix 2
fix 2 sol recenter 0.0 0.0 0.0 shift all units box
run 10000
unfix dxyz
run 30000

#variable F equal 10.0
#variable Fs equal $F/count(sol)
#fix 9s sol addforce ${Fs} 0.0 0.0
#variable Fl equal -$F/count(liq)
#fix 9l liq addforce ${Fl} 0.0 0.0
#unfix 2
#fix 2 sol recenter 0.0 0.0 0.0 shift all units box

run 12000000
2楼2013-10-31 20:45:20
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

奈落之夜

木虫 (正式写手)

引用回帖:
2楼: Originally posted by bluewhale at 2013-10-31 20:45:20
参照下面的例子:

heated Brownian particle

# typical input script used to investigate the Brownian motion of a heated nanoparticle. The diffusion coefficient is computed as the plateau value of ...

是compute输出数据吧  我纠结在dump上了
3楼2013-11-01 09:11:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 奈落之夜 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] filecode与中标关系的预测 +3 布布和一二 2026-08-07 3/150 2026-08-07 15:09 by gltch
[基金申请] filecode变化情况 +6 布布和一二 2026-08-07 22/1100 2026-08-07 14:45 by 且听虎啸
[论文投稿] 十年后又回来了,论文投稿求助 +4 哈哈114477 2026-08-01 4/200 2026-08-07 14:39 by jgy194592
[基金申请] 听说今天filecode变了 +22 布布和一二 2026-08-06 45/2250 2026-08-07 14:14 by 日月天地
[基金申请] 大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑 +5 Tide man 2026-08-06 7/350 2026-08-07 13:11 by 医学老男孩
[基金申请] 关于豆爷回答的JTJC与%2F数量 +4 yang182083 2026-08-06 6/300 2026-08-07 12:43 by 虫友是什么虫
[基金申请] 面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇! +23 低垂的野花 2026-07-31 31/1550 2026-08-07 12:22 by speculiar
[基金申请] filecode +14 等待解的谜 2026-08-06 19/950 2026-08-07 12:20 by wlwhappy
[基金申请] 基金中了 +11 laoda193707 2026-08-06 11/550 2026-08-07 10:54 by TT和NN
[基金申请] 固定端突然变了,今天 +4 archvillain 2026-08-06 8/400 2026-08-07 08:06 by 带你看大海
[基金申请] filecode +8 布布和一二 2026-08-06 11/550 2026-08-06 20:41 by tangpu318
[基金申请] 求各位大神看下 100+6 hpkpkpkp 2026-08-05 33/1650 2026-08-06 14:49 by zhiyanjiang
[基金申请] 影响面上的因素 +8 布布和一二 2026-08-05 11/550 2026-08-06 10:41 by 宝贝虫子
[基金申请] 8月时间戳变的,举个手。玩一下,释放压力 +9 archvillain 2026-08-04 11/550 2026-08-05 20:06 by wlwhappy
[基金申请] 好消息?这个有何含义??? +8 Tide man 2026-08-05 10/500 2026-08-05 16:14 by xmuxiaoyu
[考博] 【2027博士申请】纳米药物递送方向 20+3 13586093586 2026-08-03 4/200 2026-08-05 09:59 by lfy8008
[基金申请] 有没有H口的?有收到消息的吗? +3 超级海虾 2026-08-04 3/150 2026-08-04 17:26 by 学教育滴
[基金申请] 纯娱乐,不喜欢勿喷 +7 Tide man 2026-08-04 10/500 2026-08-04 15:10 by loufangrui
[基金申请] 面上提前没消息,有中的吗 +14 archvillain 2026-08-02 18/900 2026-08-04 14:42 by archvillain
[基金申请] 什么时候能放榜呀? +3 Jacob678 2026-08-03 3/150 2026-08-03 16:14 by gltch
信息提示
请填处理意见