Basics
Documentation
Examples
Basics
Documentation
Examples
There are various options what to output from the computation. First of all, by verbosity level we can control what the software prints on the console. The calculation result, either single value or whole angular scan is placed to a text file that is controlled by this directive:
OUTPUT_RESULT result.txt
where in fact “result.txt” is a default filename, so the directive has meaning only if we want to change it.
We can also output the whole computational volume of the accumulated intensity, using the following command
OUTPUT filename.vtk
Within this file we can strip the values that are in vacuum, to see better the field inside our structures. This can be done using command
STRIP_OUTPUT 1
To speedup the calculations we can switch on and off collection of sums within some material. To switch it on for material number 3 we can set
COLLECT 3 1
To collect or not to collect all the sums we can use the following command:
COLLECT_ALL 0/1