Your ksrc is the 'other' side of cell 3, on the edge of or into the void. Changing it to "ksrc 0 0 150" fixes that.
mcnpx gave me an error that makes me think we might need an ignore line. mcnp6 is running the kcode, which might take a while. So this is mostly fixed.
Your ksrc is the 'other' side of cell 3, on the edge of or into the void. Changing it to "ksrc 0 0 150" fixes that.
mcnpx gave me an error that makes me think we might need an ignore line. mcnp6 is running the kcode, which might take a while. So this is mostly fixed.
The six lines immediately after the BURN card are variables that belong to it, so they need five spaces or MCNP/X will think they are commands.
The OMIT line has been messed with, look up the syntax and fix it. You may need to add additional nuclides that X has no tables for. That may be a BOPTS issue, X can ignore those kinds of errors.
Some of the cells are badly specified, and I've tweaked them to be limited in z to give them finite calculable volume. X still complains
Code:
fatal error. zero volume for burn cell 1. use vol card.
which I did to every cell with no calculated volume except the void cell (which is infinite). I also added a MATVOL=28426.299 parameter to the BURN, which is needed when a lattice is being used. Now I am stuck because this error is not going away. I will try again tomorrow.
Edit,
Literally giving cell 1 a vol card with the value it calculated itself solves the error.
The six lines immediately after the BURN card are variables that belong to it, so they need five spaces or MCNP/X will think they are commands.
The OMIT line has been messed with, look up the syntax and fix it. You may need to add additional nuclides that X has no tables for. That may be a BOPTS issue, X can ignore those kinds of errors.
Some of the cells are badly specified, and I've tweaked them to be limited in z to give them finite calculable volume. X still complains
Code:
fatal error. zero volume for burn cell 1. use vol card.
which I did to every cell with no calculated volume except the void cell (which is infinite). I also added a MATVOL=28426.299 parameter to the BURN, which is needed when a lattice is being used. Now I am stuck because this error is not going away. I will try again tomorrow.
Edit,
Literally giving cell 1 a vol card with the value it calculated itself solves the error.
Don't make new threads for this problem. My line reads like this,
Code:
1 1 0.068525 -18 1 -2 vol=136.011 u=1 $ Fuel Pin
1 and -2 are limits in Z to make the volume finite so the program can calculate the volume itself. At that point it still didn't run to the end. I then just fed this value back into the line with the vol= part.
Don't make new threads for this problem. My line reads like this,
Code:
1 1 0.068525 -18 1 -2 vol=136.011 u=1 $ Fuel Pin
1 and -2 are limits in Z to make the volume finite so the program can calculate the volume itself. At that point it still didn't run to the end. I then just fed this value back into the line with the vol= part.
Should I add a vol card for other cells or only the first cell is enough for this reactor?
That is only cell with material 1 in it. BURN was told about material 1, so you don't need any other cell.
According to the manual you need a MATVOL with the BURN card, because this is a lattice. I'm assuming that value is 209 * 136.011. I'm not familiar with BURN, so it now runs but I don't know enough to be sure the result is correct.
That is only cell with material 1 in it. BURN was told about material 1, so you don't need any other cell.
According to the manual you need a MATVOL with the BURN card, because this is a lattice. I'm assuming that value is 209 * 136.011. I'm not familiar with BURN, so it now runs but I don't know enough to be sure the result is correct.
vol=136.011 how did you calculate this? is there a formula or something?the code didn't work either, I did the same
You can do it with maths, cell 1 is formed from surface 18, which is cz, a cylinder and you know the radius.
MCNP will try to calculate the volume of every cell. If you read through the output file, you'll see the list. What they are or why the program failed to work it out.
I made the volume finite by adding 1 and -2, and then I simply read the output file.
You can do it with maths, cell 1 is formed from surface 18, which is cz, a cylinder and you know the radius.
MCNP will try to calculate the volume of every cell. If you read through the output file, you'll see the list. What they are or why the program failed to work it out.
I made the volume finite by adding 1 and -2, and then I simply read the output file.
Do you add burn time in your input file?the application gave an error in the burn time part
vol=136.011 how did you calculate this? is there a formula or something?the code didn't work either, I did the same
Alex A said:
That is only cell with material 1 in it. BURN was told about material 1, so you don't need any other cell.
According to the manual you need a MATVOL with the BURN card, because this is a lattice. I'm assuming that value is 209 * 136.011. I'm not familiar with BURN, so it now runs but I don't know enough to be sure the result is correct.
Why do you multiply the value by 209 in matvol. What does the number .209 mean?