Hello everyone,
In my INP file, I would like to define a filename in the beginning which I can use later to output various results into. Defining it at the beginning will allow me to change it from one measurement to another. I think the question is similar to the one answered here: https://topas.awh.durham.ac.uk/flarum/public/d/718-define-strings-in-topas but I couldn't recreate the same result.
See below the piece of the INP file where I create the file and give it a header:
prm filename = "results.txt";
out filename append
Out_String(" etc...
However, this gives me a file that is called filename and not the file defined in the first line. Does anyone know how to call the string parameter correctly with the keyword "out"?
Thank you very much!