Desciption of the function
This small script can help convert the burnup.tally file to tecplot .dat file & tabular file
How to use it
- Put your burnup.tally file and the TallyConvertor.py, preprocess.py, splitTallyFile.py and postprocess.py in one directory
- Run the TallyConvertor.py script
- Follow the options on your command window
- Enjoy
What does the code do
- Split the big burnup.tally file into several single-time-step tally files
- If you choose to create tecplot .dat files, the code will convert those small tally files to corresponding data files
- Else if you choose to create tabular files, the code will extract Ave and Re data and write them to Ave file and Re file respectively