Hi,all:
I am a biginner of OpenMC.
I constructed a model of the pin cell of ORP Benchmark.
It can run and gives a result.
But if runs OpenMC with the -p command-line option. an error was reported.
The files attached are ORP specfication , my input files ,and the error report.
geometry.xml (1.13 KB)
materials.xml (771 Bytes)
plots.xml (188 Bytes)
settings.xml (389 Bytes)
tallies.xml (388 Bytes)
OPR_SPECS.pdf (174 KB)
Hi,
I am not at a computer which has OpenMC on it, but after looking at your geometry.xml file, the colons in your surface list for cell 4 is something that the error checks w/in OpenMC would catch. Since Cell 4 is redundant in this model (all of the cell 3 bounding surfaces are reflective), you can delete cell 4 and everything should work great.
Hope this helps,
Adam
Hi, Adam,
Thank you for your advice.
I delete cell 4,but it still can not work.The same error as previous.
在 2015年9月9日星期三 UTC+8下午8:21:16,Adam Nelson写道:
The problem is that the attribute ‘surface’ of each element should be ‘surfaces’, i.e. surfaces="-1 7 -8", not surface="-1 7 -8". Once you make that change you should get a plot like the one attached. Hope this helps!
Best,
Paul

Hi,Paul
Thank you very much. It works now.
在 2015年9月11日星期五 UTC+8上午3:07:56,Paul Romano写道: