Transient simulation #222
-
Hi, experts. I want to do a transient nuclear-thermal simulation of a system (single rod for simplicity). I know that we need to use steady-state nuclear thermal simulation to get a solution, which includes neutron flux, precursors, eigenvalue, etc. This steady-state solution is then given to the transient simulation as an initial condition. When I finished the above work and performed the transient simulation, I found that the neutron flux and powernorm have been decreasing. The specific values can be seen in transient-th-nts.csv, and the initial value (steady-state solution) can be seen in steady-th- nts.csv. I want to ask is this situation correct? The initial value of powernorm I got in the steady state simulation is 21230, why does powernorm drop so much? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I divide nuclear-thermal coupling into nuclear and thermal. The global temperature of the neutron physics field is 600K. First calculate Then I used the neutron flux distribution and pres obtained from the steady-state calculation as the initial conditions for the transient calculation, and the modified xs was used for the transient calculation. I set The attached files have transient and steady state input and output files, modified xs. |
Beta Was this translation helpful? Give feedback.
-
The Also, you don't need to import the group fluxes in |
Beta Was this translation helpful? Give feedback.
The
eigenvalue_scaling
parameter scales the neutron source term (fission + delayed) in the neutron diffusion equation. When Moltres runs an eigenvalue calculation with power normalization (e.g. yoursteady-nts.i
file), it normalizes the neutron flux at the end of the simulation to match your desired power output. However, because of how Moltres handles eigenvalue calculations, Moltres does not normalize the delayed neutron precursor distribution. This is why I have thescale_factor = 7.61666e+17
parameter in mycnrs-benchmark phase-2
input files for the precursor variables. Moltres will report a scaling factor at the end of yoursteady-nts.i
simulation. Add this to yourpre
SolutionFunction
…