pshriwise / dag-openmc-cmp

Models for comparison of DAG-OpenMC and DAG-MCNP
3 stars 1 forks source link

FNG model choices #5

Closed zxkjack123 closed 5 years ago

zxkjack123 commented 5 years ago

This issue is used to discuss the choices of FNG models.

There are several types of FNG models, we should use the model which will be easiest to ensure that data and materials are consistent between OpenMC and DAG-OpenMC.

zxkjack123 commented 5 years ago

Some thoughts about the model:

  1. We want a model with medium complexity, we don't need detectors. We can remove all detectors to make the model cleaner.

  2. As we are going to use a psudo-source, we can remove all the neutron source part of the FNG model. It will be much eaiser for us to build the OpenMC model.

By using these two simplicities, we can adapt the model based on FNG-dose model:

@pshriwise How do you think about these changes?

pshriwise commented 5 years ago

Yeah that sounds like a good plan to me. I'd recommend looking at https://github.com/makeclean/csg2csg for converting the FNG-dose MCNP geometry to an OpenMC format.

zxkjack123 commented 5 years ago

Csg2csg sounds to be a great tool, and we have an MCNP version of FNG-dose input file. And then we can use:

Then these two models should be consist with each other. This means, we don't need to make any change to the MCNP model.

pshriwise commented 5 years ago

Excellent. Glad you're on board. We can look at the number of cells/volumes and the volumes of each to verify that the models have been converted correctly.

zxkjack123 commented 5 years ago

So, next, we need to decide where to start. Which FNG-dose model are we going to use? I have an input file (looks like in MCNP 4) from SINBAD, but I am not sure this is a good one for our objective.

pshriwise commented 5 years ago

I think that one should be fine as long as it's compatible with a version of MCNP that we both have a license for.

zxkjack123 commented 5 years ago

Do you have that file? I think we should check that our input files are exactly the same at the very beginning.