77范文网 - 专业文章范例文档资料分享平台

mcnp从入门到精通讲座(7)

来源:网络收集 时间:2019-01-10 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:或QQ: 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

message: datapath=D:\\transport\\data\\mcnpxs

title -- Problem 1: cylinder along z axis using surfaces --- c

c ************************************************************ c

c !!! REMEMBER TO CHANGE THE MESSAGE BLOCK FOR YOUR SET-UP !!! c

c ************************************************************ c

c *** cell descriptions *** c

10 1 -18.72 -1 -5 +10 imp:n=1 $ cylinder c density in g/cm^3 (-ve) c

20 0 +1:+5:-10 imp:n=0 $ outside world c

1 cz 5 $ infinite cyl along z-axis rad 5 cm c

5 pz +5 $ top of cylinder at 5cm

10 pz -5 $ bottom of cylinder at -5 cm c

c *** Data Cards after blank line***

c *** Source Card*** c

sdef $ default source: 14 MeV point neutron at (0,0,0) c

c *** Material Cards *** c

m1 92235 -94.73 92238 -5.27 $ U235/238 using weight fractions (-ve) c

c ** Print first 50 histories print table 110 *** print 110 $ add table 110 to minimum print-out c

c *** time and nps cut cards ***

nps 60 $ nps 60 - stop simulation after 60 source particles ctme 1 $ ctme 1 - stop simulation after 1 min (60 sec) c

c *** Blank line terminator ***

End of File

例二:

message: datapath=D:\\transport\\data\\mcnpxs

title -- Ex 1b cylinder along z axis, in water using surfaces --- c c

c ************************************************************ c

c !!! REMEMBER TO CHANGE THE MESSAGE BLOCK FOR YOUR SET-UP !!! c

c ************************************************************ c

c *** cell descriptions *** c

10 1 -18.72 -1 -5 +10 imp:n=1 $ cylinder c

c Use of the not operator - use with a cell ie #10 means not cell 10 c 15 2 -1 -15 +20 -25 +30 -35 +40 #10 imp:n=1 $ box but not cylinder c

c Expanded definition use of : operator, use of parenthesis and continuation

15 2 -1 (+1 -15 20 -25 30 -35 40):(-15 20 -25 30 -35 5) :(-15 20 -25 30 40 -10)

imp:n=1 $box but not cylinder

20 0 +15:-20:+25:-30:+35:-40 imp:n=0 $ outside world c

1 cz 5 $ infinite cyl along z-axis rad 5 cm c

5 pz +5 $ top of cylinder at 5 cm

10 pz -5 $ bottom of cylinder at -5 cm c

15 px +10 $ +ve x extent of warer 20 px -10 $ -ve x extent of water 25 py +10 $ +ve y extent of water 30 py -10 $ -ve y extent of water 35 pz +10 $ +ve z extent of water 40 pz -10 $ -ve z extent of water c

c *** Source Card*** c

sdef $ default source c

c *** Material Cards *** c

m1 92235 -94.73 92238 -5.27 $ U235/238

m2 1001 +1 8016 +2 $ water (using atome fractions (+ve)) c

c *** Print first 50 histories *** print 110 c

c *** time and nps cut cards *** nps 60 ctme 1

End of File 例三

message: datapath=D:\\transport\\data\\mcnpxs

title --Ex 1c cylinder in z-y plane rot. about x in water using surfaces -- c

c ************************************************************ c

c !!! REMEMBER TO CHANGE THE MESSAGE BLOCK FOR YOUR SET-UP !!! c

c ************************************************************ c

c *** cell descriptions *** c

10 1 -18.72 -1 -5 +10 imp:n=1 $ cylinder c

c Use of the not operator - use with a cell ie #10 means not cell 10 c 15 2 -1 -15 +20 -25 +30 -35 +40 #10 imp:n=1 $ box but not cylinder c

c Expanded definition use of : operator, use of parenthesis and continuation

15 2 -1 (+1 -15 20 -25 30 -35 40):(-15 20 -25 30 -35 5) :(-15 20 -25 30 40 -10)

imp:n=1 $box but not cylinder

20 0 +15:-20:+25:-30:+35:-40 imp:n=0 $ outside world c

1 1 cz 5 $ infinite cyl along z-axis rad 5 cm

c

5 1 pz +5 $ top of cylinder at 5 cm

10 1 pz -5 $ bottom of cylinder at -5 cm c

15 px +10 $ +ve x extent of water 20 px -10 $ -ve x extent of water 25 py +10 $ +ve y extent of water 30 py -10 $ -ve y extent of water 35 pz +10 $ +ve z extent of water 40 pz -10 $ -ve z extent of water c

c *** Source Card*** c

sdef $ default source c

c *** Material Cards *** c

m1 92235 -94.73 92238 -5.27 $ U235/238 m2 1001 +1 8016 +2 $ water c

c *** Rotation matrix for cylinder *** c

c o1 o2 o3 b1 b2 b3 b4 b5 b6 b7 b8 b9 M c x y z xx' yx' zx' xy' yy' zy' xz' yz' zz' +1|-1

c Tr1 0 0 0 1 0 0 0 .7071 -.7071 0 .7071 .7071 1 $ cosines of angles *tr1 0 0 0 0 90 90 90 315 135 90 45 45 1 $ angles in degrees c

c *** Print first 50 histories *** print 110 c

c *** time and nps cut cards *** nps 60 ctme 1

End of File

例四:

message: datapath=D:\\transport\\data\\mcnpxs

title -- cylinder along z axis, in box using surfaces --- c c

c *** cell descriptions ***

c

10 1 -18.72 -1 -5 +10 imp:n=1 $ cylinder c

c Use of the not operator - use with a cell ie #10 means not cell 10 c 15 2 -1 -15 +20 -25 +30 -35 +40 #10 imp:n=1 $ H2O but not cylinder c

c Expanded deffinition use of : opperator, use of paranthesis and continuation

15 2 -1 (+1 -15 20 -25 30 -35 40):(-15 20 -25 30 -35 5) :(-15 20 -25 30 40 -10)

imp:n=1 $ H2O but not cylinder c

20 3 -2.7 -45 +50 +60 -55 -65 +35 imp:n=1 $ Al top 25 3 -2.7 -45 +50 +60 -55 -40 +70 imp:n=1 $ Al bottom 30 3 -2.7 -15 +20 +60 -30 -35 +40 imp:n=1 $ -y side 35 3 -2.7 -15 +20 +25 -55 -35 +40 imp:n=1 $ +y side 40 3 -2.7 -45 +15 +60 -55 -35 +40 imp:n=1 $ +x side 45 3 -2.7 -20 +50 +60 -55 -35 +40 imp:n=1 $ -x side 50 0 +45:-50:+55:-60:+65:-70 imp:n=0 $ outside world c

1 cz 5 $ infinite cyl along z-axis rad 5 cm c

5 pz +5 $ top of cylinder at 5 cm

10 pz -5 $ bottom of cylinder at -5 cm c

15 px +10 $ +ve x extent of warer 20 px -10 $ -ve x extent of water 25 py +10 $ +ve y extent of water 30 py -10 $ -ve y extent of water 35 pz +10 $ +ve z extent of water 40 pz -10 $ -ve z extent of water 45 px +12 $ +ve x extent of Al 50 px -12 $ -ve x extent of Al 55 py +12 $ +ve y extent of Al 60 py -12 $ -ve y extent of Al 65 pz +12 $ +ve z extent of Al 70 pz -12 $ -ve z extent of Al c

c *** Source Card*** c

sdef $ default source c

百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库mcnp从入门到精通讲座(7)在线全文阅读。

mcnp从入门到精通讲座(7).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.77cn.com.cn/wenku/zonghe/415826.html(转载请注明文章来源)
Copyright © 2008-2022 免费范文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ: 邮箱:tiandhx2@hotmail.com
苏ICP备16052595号-18
× 注册会员免费下载(下载后可以自由复制和排版)
注册会员下载
全站内容免费自由复制
注册会员下载
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: