{{ inline_css }}
Input Generated from MCNP Case | {{filename}} |
MCNP Case Executed | {{ rundate }} {{ runtime }} |
HTML Output Created | {{ date }} {{ time }} |
Scaling Factor: | {{"%.3e"|format(scaling_factor)}} |
CTME | {{ctme}} |
NPS | {{nps}} |
Parameter | Value |
---|---|
{{ parameter.capitalize() }} | {{ parameters[parameter] }} |
The following fatal error messages were generated:
{% for message in fatal_errors %}{{message}}
{% endfor %}Tally Number | Surface | Value (uSv/h) | Error |
---|---|---|---|
{{tally.tally_number}} | {{surface['surface'][8:]}} | {{"%.3e"|format(surface['result'])}} | {{surface['variance']}} |
Tally Number | Cell Number | Value (uSv/h) | Error |
---|---|---|---|
{{tally.tally_number}} | {{region['region'][5:]}} | {{"%.3e"|format(region['result'])}} | {{region['variance']}} |
Tally Number | X | Y | Z | Value (uSv/h) | Error |
---|---|---|---|---|---|
{{tally.tally_number}} | {{detector['x']}} | {{detector['y']}} | {{detector['z']}} | {{"%.3e"|format(detector['result'])}} | {{detector['variance']}} |
Tally Number | Cell Number | Value (MeV/g) | Error |
---|---|---|---|
{{tally.tally_number}} | {{tally.results[region]['region'][5:]}} | {{"%.3e"|format(tally.results[region]['result'])}} | {{tally.results[region]['variance']}} |
Tally Number | Target | Score out of 10 |
---|---|---|
{{tally.tally_number}} | 10 | {{tally.passes}} |
Bin Behaviour | Mean Behaviour | Relative Error | Variance of the Variance | Figure of Merit | PDF Slope | Value | Decrease | Decrease Rate | Value | Decrease | Decrease Rate | Value | Behaviour |
---|---|---|---|---|---|---|---|---|---|---|
Desired | Random | <0.10 | Yes | 1/Sqrt(Nps) | <0.10 | Yes | 1/Nps | Constant | Random | >3.00 |
Observed | {% for check in tally.statistical_checks %}{{tally.statistical_checks[check]['value'].capitalize()}} | {% endfor %}|||||||||
Passed | {% for check in tally.statistical_checks %}{{tally.statistical_checks[check]['pass'].capitalize()}} | {% endfor %}
Tally Number | Surface | Value (uSv/h) | Error |
---|---|---|---|
{{tally.tally_number}} | {{surface['surface'][8:]}} | {{"%.3e"|format(surface['result'])}} | {{surface['variance']}} |
Tally Number | Cell Number | Value (uSv/h) | Error |
---|---|---|---|
{{tally.tally_number}} | {{region['region'][5:]}} | {{"%.3e"|format(region['result'])}} | {{region['variance']}} |
Tally Number | X | Y | Z | Value (uSv/h) | Error |
---|---|---|---|---|---|
{{tally.tally_number}} | {{detector['x']}} | {{detector['y']}} | {{detector['z']}} | {{"%.3e"|format(detector['result'])}} | {{detector['variance']}} |
Tally Number | Cell Number | Mass (g) | Value (MeV/g) | Error |
---|---|---|---|---|
{{tally.tally_number}} | {{tally.results[region]['region'][5:]}} | {{"%.3e"|format(tally.results[region]['mass'])}} | {{"%.3e"|format(tally.results[region]['result'])}} | {{tally.results[region]['variance']}} |
Problem | K-Effective | Standard Deviation |
---|---|---|
First Half | {{ k_eff['first half k_eff'] }} | {{ k_eff['first half stdev'] }} |
Second Half | {{ k_eff['second half k_eff'] }} | {{ k_eff['second half stdev'] }} |
Final Result | {{ k_eff['final k_eff'] }} | {{ k_eff['final stdev'] }} |
Inactive Cycles | {{ cycles["inactive"] }} |
Active Cycles | {{ cycles["active"] }} |
Total Cycles | {{ cycles["inactive"] + cycles["active"] }} |
The following warning messages were generated:
{% for warning in warnings %} {% if "messages so far" not in warning %}{{warning.capitalize()}}
{% endif %} {% endfor %}The following duplicate surfaces were detected:
{% for item in duplicate_surfaces %}{{item}}
{% endfor %}Cell Number | Material | Mass (g) | Volume (cm^3) |
---|---|---|---|
{{cell.cell_number}} | {{cell.material_number}} | {{"%.3e"|format(cell.mass)}} | {{"%.3e"|format(cell.volume)}} |
Source | Tracks | Weight | Energy |
---|---|---|---|
{{attribute[:-9]}} | {{particle.__dict__[attribute]['tracks']}} | {{particle.__dict__[attribute]['weight']}} | {{particle.__dict__[attribute]['energy']}} |
Source | Tracks | Weight | Energy |
---|---|---|---|
{{attribute[:-5]}} | {{particle.__dict__[attribute]['tracks']}} | {{particle.__dict__[attribute]['weight']}} | {{particle.__dict__[attribute]['energy']}} |
Cell | Tracks Entering | Populations | Collisions |
---|---|---|---|
{{cell.cell_number}} | {{cell.__dict__[particle_name + '_tracks_entering']}} | {{cell.__dict__[particle_name + '_population']}} | {{cell.__dict__[particle_name + '_collisions']}} |
{{ 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.
Comments
The following comments were generated:
{% for comment in comments %}{{comment.capitalize()}}
{% endfor %}