I am trying to run the TRISO example in https://docs.openmc.org/en/latest/examples/triso.html
I am creating a surrounding water for the box and I increased the height of the box as 200 cm. Now, It takes 35 mins just to generate the xml files with a pf=0.35. Now, When I tried to run the K-effective it is stuck in
…
Initializing source particles…
====================> K EIGENVALUE SIMULATION <====================
Bat./Gen. k Average k
========= ======== ====================
and not goes to first batch even after 30 mins. Below is the code I am using. What am I doing wrong. I first encounter the issue when I tried to generate a TRISO containing cylinder like fuel rods. That code was hanging, I tried the example code as it is, and just increased the height and the pf. But, the issue is still there. Does is possible to design a TRISO fuel rod in OpenMC? how?
import openmc
from math import pi
from IPython.display import Image
import numpy as np
import matplotlib.pyplot as plt
import openmc.model
OpenMC simulation parameters
batches = 120
inactive = 20
particles = 10000