{{ inline_css }}

{{ case_name }}

Input Generated from SCALE Case: {{filename}}
SCALE Case Executed: {{ rundate }} {{ runtime }}
HTML Output Created: {{ date }} {{ time }}
Scaling Factor: {{"%.3e"|format(scaling_factor)}}
{% if tally_list %}

Results - Summary

{% for tally in tally_list %} {% endfor %}
Tally Number Response (uSv/h) Error Statistical Checks Passed (out of 6)
{{tally.tally_number}} {{ "%.3e"|format(tally.response) }} {{tally.rel_uncertainty}} {{tally.passes}}

Results Breakdown

{% for tally in tally_list %}

Results for Tally {{tally.tally_number}}: {{tally.particle}} {{tally.type}}

{% if tally.title %}

Title: {{tally.title}}

{% endif %}
Tally Number Response (uSv/h) Error
{{tally.tally_number}} {{ "%.3e"|format(tally.response) }} {{tally.rel_uncertainty}}

Tally {{tally.tally_number}} Passed {{tally.passes}} out of 6 Statistical Checks

No. Quantity Check Goal Passing Pass / Fail
1 Mean Relative slope of linear fit 0.00 |slope| < 0.10 {{tally.checks[1]}}
2 Standard Deviation Exponent of power fit -0.50 R**2 > 0.99 {{tally.checks[2]}}
3 Relative Uncertainty Final Value 0.05 Value < 0.05 {{tally.checks[3]}}
4 Relative VoV Exponent of power fit -1.00 R**2 > 0.95 {{tally.checks[4]}}
5 Relative VoV Final Value 0.10 value < 0.10 {{tally.checks[5]}}
6 Figure of Merit (FOM) Relative slope of linear fit 0.00 |slope| < 0.10 {{tally.checks[6]}}
{% endfor %}
{% endif %} {% if mixture_list %}

Mixtures

{% for mixture in mixture_list %}

Mixture number {{mixture.number}}

Density: {{mixture.density}} g/cm3
Temperature: {{mixture.temperature}}
{% for nuclide in mixture.isotopes %} {% endfor %}
Nuclide Name Atom Density (1024 atoms/cm3) Weight Fraction Atomic Number Atomic Weight (AMU) Temperature (K)
{{ mixture.isotopes[nuclide]['nuclide'] }} {{ mixture.isotopes[nuclide]['title'] }} {{ mixture.isotopes[nuclide]['atom-density'] }} {{ mixture.isotopes[nuclide]['weight fraction'] }} {{ mixture.isotopes[nuclide]['z-number'] }} {{ mixture.isotopes[nuclide]['atomic weight'] }} {{ mixture.isotopes[nuclide]['temperature'] }}
{% endfor %}
{% endif %}

SCALE Input

{% for line in input_deck %}

{{ line }}

{% endfor %}

Eddy, the MCNP and SCALE output HTML Generator, was created by Cerberus Nuclear.

Unless the results in this document were calculated directly by Cerberus Nuclear, Cerberus accepts no responsibility for the accuracy of any results presented.

This software is provided by Cerberus Nuclear Limited "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall cerberus nuclear limited be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.