I have been working on a simulation to determine the linear attenuation coefficient (LAC) of some materials, based on the fluence data (particle/primary) provided by the files test_shielding_21_sum.lis and test_shielding_22_sum.lis [ln(21_sum.lis/22_sum.lis)/thicknes of sample)]. This approach has worked very well for obtaining LAC values, for point energy values.
However, I would like to automate this process by simulating several energy points successively, so that it is not necessary to perform separate simulations for different energy values. I have read the documentation on routines, but it is still not clear to me how to solve this problem.
Could you provide guidance on how to implement this automation in FLUKA?
Many thanks, Dávid. I was able to execute simultaneous simulations by creating loops/runs for the energy points I needed (26 specific points).
However, I have one more question: can I execute sequential simulations automatically? For example, can I run the first simulation and have the others execute automatically?