|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | The energy-dependent transport correction factor is read using the [[input syntax manual#set trc|set trc]] option. The data file contains energy-dependent correction factors:
| |
| | | |
− | <math>
| |
− | f(E) = \frac{\Sigma_\mathrm{tr}(E)}{\Sigma_\mathrm{tot}(E)}
| |
− | </math>
| |
− |
| |
− | at one or multiple temperatures. Histogram interpolation is used between energy points and linear interpolation between temperatures. The file formats is:
| |
− |
| |
− | ''NE'' ''E<sub>1</sub>'' ''E<sub>1</sub>'' ... ''E<sub>NE+1</sub>''
| |
− | ''NT'' ''T<sub>1</sub>'' ''T<sub>1</sub>'' ... ''T<sub>NT</sub>''
| |
− | ''F<sub>1,1</sub>'' ''F<sub>2,1</sub>'' ... ''F<sub>NE,1</sub>''
| |
− | ''F<sub>1,2</sub>'' ''F<sub>2,2</sub>'' ... ''F<sub>NE,2</sub>''
| |
− | ...
| |
− | ''F<sub>1,NT</sub>'' ''F<sub>2,NT</sub>'' ... ''F<sub>NE,NT</sub>''
| |
− |
| |
− | where:
| |
− |
| |
− | {|
| |
− | | <tt>''NE''</tt>
| |
− | | : is the number of energy groups
| |
− | |-
| |
− | | <tt>''E<sub>1</sub>'' ... ''E<sub>NE+1</sub>''</tt>
| |
− | | : are the group boundaries (in ascending order)
| |
− | |-
| |
− | | <tt>''NT''</tt>
| |
− | | : is the number of temperatures
| |
− | |-
| |
− | | <tt>''T<sub>1</sub>'' ... ''T<sub>NT</sub>''</tt>
| |
− | | : are the temperatures
| |
− | |-
| |
− | | <tt>''F<sub>1,1</sub>'' ... ''F<sub>NE,NT</sub>''</tt>
| |
− | | : are the correction factors corresponding to each energy group and temperature
| |
− | |}
| |
− |
| |
− | <u>Notes:</u>
| |
− | *If the number of temperatures is set to zero, no values are read and the same distribution is applied at every temperature.
| |
− |
| |
− | [[Category:Input]]
| |
− | [[Category:Theory]]
| |