Fluka user routines -- Questions about Input and Output files

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
emilmammadzada
Messages
133
Reaction score
19
TL;DR
Fluka user routines , example runnig problem
Hello dear experts. I want to run this input file flex_03.inp in fluka, but there is also a writect.f file belonging to this file.In another application, head.vxl, ascii_head are shown in the output files of this input file.What steps do I need to apply to the same files so that I can see this iput file and writect.f file when I run it?So I need to see the head.vxl and ascii_head files in my output files.I think I need to convert writect.f file to executable file here.I don't know exactly how things went.
 

Attachments

Physics news on Phys.org


Hello,

Thank you for reaching out with your question about Fluka user routines and input/output files. It sounds like you are trying to run the input file flex_03.inp in Fluka, but you are also seeing a writect.f file associated with it. Additionally, you mentioned that in a different application, the output files include head.vxl and ascii_head files. You are wondering what steps you need to take in order to see these files in your output when running the input file.

First, let me clarify that the writect.f file is not an executable file. It is a user routine file that contains code that can be called by Fluka during the simulation. It is important for you to have this file in order for Fluka to properly run the simulation.

To see the head.vxl and ascii_head files in your output, you will need to make sure that the appropriate user routines are included in your input file. This may involve adding the writect.f file to your input file and specifying its location. You may also need to specify the output format you want for the head.vxl and ascii_head files in your input file.

I recommend consulting the Fluka user manual or reaching out to the Fluka community for specific guidance on how to properly include these user routines in your input file and specify the desired output format. I hope this helps and good luck with your simulation.