24小时热门版块排行榜    

查看: 2334  |  回复: 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的回帖
相关版块跳转 我要订阅楼主 奈落之夜 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 8/400 2026-08-28 08:26 by lfy8008
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +10 Kittylucky 2026-08-27 10/500 2026-08-28 07:10 by sincosx
[基金申请] 国自然面上复盘~欢迎讨论 (金币+5) +11 晴天加油 2026-08-26 12/600 2026-08-28 01:22 by li09465290@
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +5 yuleib84 2026-08-26 6/300 2026-08-28 00:02 by yudaoqian88
[基金申请] 面上合作单位盖章 +5 ssyjh 2026-08-27 5/250 2026-08-27 20:50 by gdfollow
[基金申请] 申请删除本帖 +6 lyz123lyz 2026-08-27 7/350 2026-08-27 17:31 by 宁静致远sy
[基金申请] 基金未中,这种答复是模板吗? +5 zhaosm1982 2026-08-27 6/300 2026-08-27 16:00 by lfy8008
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[教师之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 04:33 by Ie9AyIAvGbvs
[基金申请] 范进中举一文的中心思想 +9 炎黄贵胄 2026-08-22 10/500 2026-08-26 15:40 by semaglutide
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 能否退出参与的面上项目解除限项 +23 koalala 2026-08-24 26/1300 2026-08-26 14:29 by 宝贝虫子
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
信息提示
请填处理意见