Fluka user routines -- Questions about Input and Output files

AI Thread Summary
To run the input file flex_03.inp in Fluka and generate the desired output files head.vxl and ascii_head, it is essential to include the writect.f user routine in your input file. The writect.f file is not an executable but a code file that Fluka uses during simulation. Ensure that you specify the correct location of writect.f in your input file and set the output format for the desired files. Consulting the Fluka user manual or community can provide additional guidance on including user routines and configuring output formats. Properly following these steps will help you achieve the expected results in your simulation.
emilmammadzada
Messages
129
Reaction score
19
TL;DR Summary
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

Engineering 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.
 
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...

Similar threads

Replies
0
Views
2K
Replies
4
Views
630
Replies
0
Views
2K
Replies
6
Views
3K
Replies
31
Views
12K
Back
Top