| 查看: 678 | 回复: 2 | |||
[交流]
输出原子应力疑问 已有1人参与
|
| 输出原子应力:compute 1 all stress/atom NULL,然后需要对计算的量除以原子体积,请问dump怎么输出,试了一下不能用v_这种模式 |
» 猜你喜欢
关于代码变化问题,想知道的进来
已经有10人回复
基金中了
已经有13人回复
关于filecode
已经有6人回复
固定端突然变了,今天
已经有10人回复
听说今天filecode变了
已经有47人回复
filecode与中标关系的预测
已经有3人回复
filecode变化情况
已经有22人回复
十年后又回来了,论文投稿求助
已经有4人回复
大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑
已经有7人回复
关于豆爷回答的JTJC与%2F数量
已经有6人回复
shiling1813
新虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 38
- 红花: 1
- 帖子: 128
- 在线: 88.3小时
- 虫号: 725356
- 注册: 2009-03-18
- 专业: 金属材料的微观结构
★
小木虫: 金币+0.5, 给个红包,谢谢回帖
小木虫: 金币+0.5, 给个红包,谢谢回帖
|
好像dump命令可以,这是我写的一段命令,供参考。 compute spb all stress/atom thermo_temp compute ppptem all reduce sum c_spb[1] c_spb[2] c_spb[3] c_spb[4] c_spb[5] c_spb[6] variable d equal (c_ppptem[1]) thermo_style custom step temp pe etotal v_d vol ylo yhi fix fp1 all print 10000 "$d" file pxxtem.dat dump mydump2 all custom 10000 noreallrelaxstressalltem.txt type x y z c_spb[1] c_spb[2] c_spb[3] c_spb[4] c_spb[5] c_spb[6] dump all2 all custom 10000 zuobiaotem.* type x y z c_spb[1] c_spb[2] c_spb[3] c_spb[4] c_spb[5] c_spb[6] |
2楼2017-09-26 10:24:16
3楼2017-10-02 09:52:13










回复此楼
20