How to simulate Multiple Energy Points

Dear FLUKA experts,

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?

The simulation is attached
test_shielding.flair (3.7 KB)

Best regards,
Murilo

Dear Murilo,

please have a look at this post:

Cheers,
David

1 Like

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?

Dear Murilo,

you can use the linux program: task spooler (tsp). It has been integrated into Flair. For more see:

Cheers,
David

1 Like

Dear Dávid,
Many thanks for your suggestions and clarifying my doubts.