tjlaboss / vera-to-openmc

Convert VERA PWR benchmarks to OpenMC models
7 stars 2 forks source link

Draft: Issue with VERA Problem 3B OpenMC inputs #10

Open tjlaboss opened 2 years ago

tjlaboss commented 2 years ago

See Issue #7

@johnnyliu27, this is all I had time for this weekend, but it should help. Basically, Vera-to-OpenMC is finding multiple lattice definitions in the Problem 3b XML input and just returns the first one. I will need to look into the input files and figure out what field tells VERA what lattice to use.

For a quick hack:

johnnyliu27 commented 2 years ago

See Issue #7

@johnnyliu27, this is all I had time for this weekend, but it should help. Basically, Vera-to-OpenMC is finding multiple lattice definitions in the Problem 3b XML input and just returns the first one. I will need to look into the input files and figure out what field tells VERA what lattice to use.

For a quick hack:

Great thanks for your effort on fixing this! My colleague and I also tried to modify the xml files directly to do P3B model. I'll compare them with those generated by your new script, and let you know when it's done. Thanks!