Dear Community
Currently, I'm trying to setup a Fludag simulation. For that purpose, I'm running some simple test simulations. Now, I've encountered an error during the fludag simulation, which I was not able to resolve so far.
Worflow:
2) Exporting the geometry to h5m format using the following command:
export dagmc "test.h5m" faceting_tolerance 1e-3
make_watertight verbose [test.h5m]
3) creating the material snippet using the following command:
mainfludag --dagmc 'test.h5m'. The corresponding mat.inp file is also attached to this post [mat.inp].
4) insert mat.inp in fluka input file test_ed.inp [test_ed.inp]
5) link the test.h5m with dagmc.h5m file: ln -s test.h5m dagmc.h5m
6) execute fludag:
version1: rfluka -N0 -M1 -e /path-to-DAGMC/mainfludag test_ed.inp
version2: rfluka -N0 -M1 -e /path-to-DAGMC/mainfludag -d test_ed.inp
In both cases, I've got an error. I've attached a screenshot from the command output [fludag_log.png]. In addition, I attach the fluka log files and output files (output was only created for version2) [version1.log,version2.log,version2.out].
Any input from your side would be highly appreciated
Best,
David