Input file, when runs fails to give any physical significant data #1799
-
Hey there! for context, I've attached the settings file screenshot and the terminal screenshot. Any help will be appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @soumyaranjanmoharana2005 - I am not sure about the contents of the sample fuel handler that you have, but this consistent with how ARMI should work out of box without any flux or depletion solvers. In essence, this is showing that multiple time nodes can be iterated through, but the time, burnup, and power density parameters need to be established by calling external plugins. In this example, there are no plugins connected to the "application" that is being run and therefore the initial states of the parameters are not changing. |
Beta Was this translation helpful? Give feedback.
-
@jakehader This is an excerpt from powershell while running the settings file. [impt] Cycle 1 Summary: Do I need to setup any burnup or anything else in the setting? And for the external modules, ARMI can independently do the neutronics calculations, right? If yes, please tell me if in the code, the reactor is not starting or the reactor has started but there is an error in returning the data? Any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Hi @soumyaranjanmoharana2005 - I am not sure about the contents of the sample fuel handler that you have, but this consistent with how ARMI should work out of box without any flux or depletion solvers. In essence, this is showing that multiple time nodes can be iterated through, but the time, burnup, and power density parameters need to be established by calling external plugins. In this example, there are no plugins connected to the "application" that is being run and therefore the initial states of the parameters are not changing.