MCNP: SRCTP file with KCODE card

  • Thread starter Thread starter neutrino45
  • Start date Start date
  • Tags Tags
    File Mcnp
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 8K views
neutrino45
Messages
2
Reaction score
0
Hey,

I'm modeling the criticality of a core for a university project using MCNP4C. I've run the core on the appropriate KCODE parameters, specifying the source using the KSRC card, and I was looking to cut down on the computing time using the SRCTP files.

My problem is that I can't find anywhere in the manual or online that describes how you go about using the SRCTP files. I am aware that you can use the RUNTP files in a continue run, however I want to compare similar but not identical cores, so this is not that useful.

Does anyone know the correct format or syntax for replacing the KSRC card with a SRCTP file?

Thanks
 
Physics news on Phys.org
You need to remove KSRC card and provide additional parameter in the execution command:
Code:
mcnp4c n=myinput srctp=mysrctp

Some MCNP4C-based codes have SRCTP card which you can use instead of KSRC for the same thing. MCNPX has currently very confusing error messages if you just skip KSRC card and do not use the extra parameter, so if it cannot find the existing srctp file - just add the parameter. One can also specify the parameter in the MESSAGE block of input file if you find it more convenient.

neutrino45 said:
Hey,

I'm modeling the criticality of a core for a university project using MCNP4C. I've run the core on the appropriate KCODE parameters, specifying the source using the KSRC card, and I was looking to cut down on the computing time using the SRCTP files.

My problem is that I can't find anywhere in the manual or online that describes how you go about using the SRCTP files. I am aware that you can use the RUNTP files in a continue run, however I want to compare similar but not identical cores, so this is not that useful.

Does anyone know the correct format or syntax for replacing the KSRC card with a SRCTP file?

Thanks
 
Last edited by a moderator:
  • Like
Likes   Reactions: Ahmed Adly