Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Neutron Leakage flux:
results:
- Leakage neutron flux Vitamin-J 175
- Leakage neutron flux by lethargy
plot_type: binned
title: Neutron leakage flux by unit lethargy
x_label: "Energy $\\left[\\mathrm{MeV}\\right]$"
Expand All @@ -14,7 +14,7 @@ Neutron Leakage flux:
#
Photon Leakage flux:
results:
- Leakage photon flux 24 groups
- Leakage photon flux by energy
plot_type: binned
title: Photon leakage flux by unit energy
x_label: "Energy $\\left[\\mathrm{MeV}\\right]$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,19 @@ Wave plots (Materials):
plot_args:
limits: [0.5, 1.5]
shorten_x_name: 2
select_runs: SphereSDDR_M\d+
select_runs: SphereSDDR_M\d+
#
Neutron Leakage flux:
results:
- Leakage neutron flux by lethargy
plot_type: binned
title: Neutron leakage flux by unit lethargy
x_label: "Energy $\\left[\\mathrm{MeV}\\right]$"
y_labels: "$\\left[\\mathrm{cm}^{-2}\\cdot\\mathrm{n}_\\mathrm{s}^{-1}\\cdot\\mathrm{u}^{-1}\\right]$"
x: Energy
y: Value
expand_runs: true
plot_args:
show_error: true
show_CE: true
#
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ _times: &times
Leakage neutron flux Vitamin-J 175:
concat_option: no_action
2: [[no_action, {}]]
Leakage neutron flux by lethargy:
concat_option: no_action
2: [[lethargy, {}]]
Leakage photon flux:
concat_option: no_action
22:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Leakage neutron flux Vitamin-J 175:
concat_option: no_action
2: [[no_action, {}]]
Leakage neutron flux by lethargy:
concat_option: no_action
2: [[lethargy, {}]]
Leakage photon flux:
concat_option: no_action
22: [[no_action, {}]]
Leakage photon flux by energy:
concat_option: no_action
32: [[by_energy, {}]]
Leakage photon flux 24 groups:
concat_option: no_action
32: [[no_action, {}]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ _cols: &del_cols
Leakage neutron flux Vitamin-J 175:
concat_option: no_action
2: [[scale, {"factor": 3.182462327E-3}], [delete_cols, *del_cols]]
Leakage neutron flux by lethargy:
concat_option: no_action
2: [[scale, {"factor": 3.182462327E-3}], [delete_cols, *del_cols], [lethargy, {}]]
Leakage photon flux:
concat_option: no_action
22: [[scale, {"factor": 3.182462327E-3}], [delete_cols, *del_cols]]
Leakage photon flux by energy:
concat_option: no_action
32: [[scale, {"factor": 3.182462327E-3}], [delete_cols, *del_cols], [by_energy, {}]]
Leakage photon flux 24 groups:
concat_option: no_action
32: [[scale, {"factor": 3.182462327E-3}], [delete_cols, *del_cols]]
Expand Down
Loading