24小时热门版块排行榜    

Znn3bq.jpeg
查看: 2549  |  回复: 4

feifanmg

新虫 (初入文坛)

[求助] LAMMPS模拟均聚物拉伸,采用dpd、srp、msrp方法得到的应力应变图都是趋近0,求指导 已有1人参与

链长40,分子数3000,dpd方法的in文件
variable simname index nc10_c11000
units           lj
atom_style      full
boundary p p p

special_bonds lj/coul 1 1 1
newton on on

# save an extra atom type for bond particles
read_data data.chain

neighbor        2.0 bin
neigh_modify    every 10 check yes

bond_style      harmonic
bond_coeff      * 225.0 0.85

comm_modify vel yes

# must use pair hybrid, since srp bond particles
# do not interact with other atoms types
pair_style      dpd 1.0 1.0 373692
pair_coeff      1 1 60.0 4.5 1.0
thermo 1000
thermo_style custom step temp pe  press atoms  lx ly lz
dump               1 all custom 10000 dump1.lammpstrj id type x y z
fix  1 all nve
timestep        0.01

run          200000

unfix 1
#####################################################
# Uniaxial Tensile Deformation
run 0
variable tmp equal "lx"
variable L0 equal ${tmp}
variable strain equal "(lx - v_L0)/v_L0"
variable p1 equal "v_strain"
variable p2 equal "-pxx/10000*1.01325"
variable p3 equal "-pyy/10000*1.01325"
variable p4 equal "-pzz/10000*1.01325"
variable p5 equal "lx"
variable p6 equal "ly"
variable p7 equal "lz"
variable p8 equal "temp"
fix                1 all npt temp 1 1 1 y 0 0 1000 z 0 0 1000 drag 2
fix                2 all deform 1 x erate 1e-5 units box remap x
fix def1 all print 1000 "${p1} ${p2} ${p3} ${p4} ${p5} ${p6} ${p7} ${p8}" file ${simname}.def1.txt screen no
dump               2 all custom 10000 dump2.lammpstrj id type x y z
thermo_style        custom step temp pxx pyy pzz lx ly lz
thermo          1000
timestep        0.01
reset_timestep        0
run                500000
unfix 2
unfix def1
------------------------------
srp方法的in文件如下
variable simname index nc10_c11000
units           lj
atom_style      full
boundary p p p

special_bonds lj/coul 1 1 1
newton on on

# save an extra atom type for bond particles
read_data data.chain

neighbor        2.0 bin
neigh_modify    every 10 check yes

bond_style      harmonic
bond_coeff      * 225.0 0.85

comm_modify vel yes

# must use pair hybrid, since srp bond particles
# do not interact with other atoms types
pair_style      hybrid dpd 1.0 1.0 373692 srp 0.8 1 mid
pair_coeff      1 1 dpd 60.0 4.5 1.0
pair_coeff      1 2 none
pair_coeff      2 2 srp 100.0

# auto normalization of thermo quantites is turned off by pair srp
# just divide by natoms
variable        natoms equal count(all)
variable        nPotEng equal c_thermo_pe/v_natoms

thermo 1000
thermo_style custom step temp pe v_nPotEng press atoms v_natoms lx ly lz
dump               1 all custom 10000 dump1.lammpstrj id type x y z
fix  1 all nve
timestep        0.01

run          200000

unfix 1
#####################################################
# Uniaxial Tensile Deformation
run 0
variable tmp equal "lx"
variable L0 equal ${tmp}
variable strain equal "(lx - v_L0)/v_L0"
variable p1 equal "v_strain"
variable p2 equal "-pxx/10000*1.01325"
variable p3 equal "-pyy/10000*1.01325"
variable p4 equal "-pzz/10000*1.01325"
variable p5 equal "lx"
variable p6 equal "ly"
variable p7 equal "lz"
variable p8 equal "temp"
fix                1 all npt temp 1 1 1 y 0 0 1000 z 0 0 1000 drag 2
fix                2 all deform 1 x erate 1e-5 units box remap x
fix def1 all print 1000 "${p1} ${p2} ${p3} ${p4} ${p5} ${p6} ${p7} ${p8}" file ${simname}.def1.txt screen no
dump               2 all custom 10000 dump2.lammpstrj id type x y z
thermo_style        custom step temp pxx pyy pzz v_nPotEng v_natoms lx ly lz
thermo          1000
timestep        0.01
reset_timestep        0
run                500000
unfix 2
unfix def1LAMMPS模拟均聚物拉伸,采用dpd、srp、msrp方法得到的应力应变图都是趋近0,求指导
40-dpd.jpg


LAMMPS模拟均聚物拉伸,采用dpd、srp、msrp方法得到的应力应变图都是趋近0,求指导-1
40-srp.jpg


LAMMPS模拟均聚物拉伸,采用dpd、srp、msrp方法得到的应力应变图都是趋近0,求指导-2
40-msrp.jpg


LAMMPS模拟均聚物拉伸,采用dpd、srp、msrp方法得到的应力应变图都是趋近0,求指导-3
文献图.gif
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : data.chain
  • 2017-02-28 17:24:26, 179.07 K

» 猜你喜欢

» 本主题相关商家推荐: (我也要在这里推广)

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

cuihuina

银虫 (小有名气)

【答案】应助回帖

我也做了聚合物的拉伸,拉伸速率还要步长的设置都会对应力产生影响。你可以把速率加上去试试
天道酬勤
2楼2017-04-12 16:56:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

cuihuina

银虫 (小有名气)

我想问一下,你由上面的三个图怎么处理得到第四个图呢?我做的拉伸应力波动幅度有点大,也想把数据处理的得到类似于图四那样的效果
天道酬勤
3楼2017-04-12 16:58:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ILYYLI

新虫 (初入文坛)

引用回帖:
3楼: Originally posted by cuihuina at 2017-04-12 16:58:32
我想问一下,你由上面的三个图怎么处理得到第四个图呢?我做的拉伸应力波动幅度有点大,也想把数据处理的得到类似于图四那样的效果

你好,请问你解决这个问题了吗。我是用弹簧命令拉伸得到拉力,波动也很大。如果有建议,希望交流。谢谢
4楼2019-06-03 23:21:17
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hubinwin6

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by cuihuina at 2017-04-12 16:56:11
我也做了聚合物的拉伸,拉伸速率还要步长的设置都会对应力产生影响。你可以把速率加上去试试

请问ms聚合物链怎么转为lammpsdata文件

发自小木虫Android客户端
5楼2019-06-27 15:11:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 feifanmg 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[硕博家园] 考博自荐 +5 科研狗111 2026-05-13 6/300 2026-05-18 11:22 by 糊糊涂涂好
[基金申请] 今年审到国自然15份,谈谈感受 +13 国自然国社科中 2026-05-17 13/650 2026-05-18 10:10 by xiang104
[基金申请] 青C资助名额大幅增加! +12 西葫芦炒鸡蛋 2026-05-13 16/800 2026-05-18 10:02 by Equinoxhua
[文学芳草园] 半夜喝咖啡 +3 myrtle 2026-05-15 5/250 2026-05-18 01:03 by 小沈2018
[找工作] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +4 ky2p12rrjj 2026-05-15 4/200 2026-05-17 19:47 by Equinoxhua
[公派出国] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +4 v9tggjlwd0 2026-05-15 5/250 2026-05-17 18:39 by Equinoxhua
[考博] 2026博士还有哪些学校有名额 +6 小王求读研 2026-05-15 7/350 2026-05-17 16:54 by 知音湖畔
[考研] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +4 v9tggjlwd0 2026-05-15 4/200 2026-05-17 08:11 by 11n4dfd8yn
[硕博家园] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +4 v9tggjlwd0 2026-05-15 4/200 2026-05-17 08:06 by 11n4dfd8yn
[考博] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 7hlccowb3h 2026-05-15 4/200 2026-05-17 07:46 by 11n4dfd8yn
[找工作] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 l7k6xnh0yc 2026-05-14 6/300 2026-05-17 07:31 by 11n4dfd8yn
[考研] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +4 l7k6xnh0yc 2026-05-14 8/400 2026-05-17 07:26 by 11n4dfd8yn
[公派出国] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +6 l7k6xnh0yc 2026-05-14 6/300 2026-05-17 07:16 by 11n4dfd8yn
[找工作] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 k37jurhrau 2026-05-16 3/150 2026-05-17 01:37 by ue3ir18jc3
[考博] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 ky2p12rrjj 2026-05-15 4/200 2026-05-17 00:57 by ue3ir18jc3
[公派出国] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 x0mp7owy2b 2026-05-15 4/200 2026-05-17 00:35 by ue3ir18jc3
[考博] 现在不知道怎么办,感觉很痛苦 +5 qweww 2026-05-11 6/300 2026-05-16 19:57 by Equinoxhua
[有机交流] 求助2,4-二氯-5-嘧啶甲醛的合成方法 20+3 光吃不拉 2026-05-14 6/300 2026-05-16 19:46 by Equinoxhua
[考博] 材料类只有一篇综述能申博么 +4 乐逍遥谷 2026-05-13 4/200 2026-05-14 12:05 by zhyzzh
[论文投稿] 求助大佬sci投稿哪个好中 +3 江沅188 2026-05-12 4/200 2026-05-13 14:35 by 江沅188
信息提示
请填处理意见