diff --git a/src/jade/resources/default_cfg/benchmarks_pp/atlas/Sphere.yaml b/src/jade/resources/default_cfg/benchmarks_pp/atlas/Sphere.yaml index d2097717..e4b73a82 100644 --- a/src/jade/resources/default_cfg/benchmarks_pp/atlas/Sphere.yaml +++ b/src/jade/resources/default_cfg/benchmarks_pp/atlas/Sphere.yaml @@ -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]$" @@ -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]$" diff --git a/src/jade/resources/default_cfg/benchmarks_pp/atlas/SphereSDDR.yaml b/src/jade/resources/default_cfg/benchmarks_pp/atlas/SphereSDDR.yaml index e7f22ee7..30ba286b 100644 --- a/src/jade/resources/default_cfg/benchmarks_pp/atlas/SphereSDDR.yaml +++ b/src/jade/resources/default_cfg/benchmarks_pp/atlas/SphereSDDR.yaml @@ -182,4 +182,19 @@ Wave plots (Materials): plot_args: limits: [0.5, 1.5] shorten_x_name: 2 - select_runs: SphereSDDR_M\d+ \ No newline at end of file + 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 +# \ No newline at end of file diff --git a/src/jade/resources/default_cfg/benchmarks_pp/raw/d1s/SphereSDDR.yaml b/src/jade/resources/default_cfg/benchmarks_pp/raw/d1s/SphereSDDR.yaml index f15287dd..92ff44fd 100644 --- a/src/jade/resources/default_cfg/benchmarks_pp/raw/d1s/SphereSDDR.yaml +++ b/src/jade/resources/default_cfg/benchmarks_pp/raw/d1s/SphereSDDR.yaml @@ -11,6 +11,9 @@ _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: diff --git a/src/jade/resources/default_cfg/benchmarks_pp/raw/mcnp/Sphere.yaml b/src/jade/resources/default_cfg/benchmarks_pp/raw/mcnp/Sphere.yaml index f7d0f499..7f904abb 100644 --- a/src/jade/resources/default_cfg/benchmarks_pp/raw/mcnp/Sphere.yaml +++ b/src/jade/resources/default_cfg/benchmarks_pp/raw/mcnp/Sphere.yaml @@ -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, {}]] diff --git a/src/jade/resources/default_cfg/benchmarks_pp/raw/openmc/Sphere.yaml b/src/jade/resources/default_cfg/benchmarks_pp/raw/openmc/Sphere.yaml index 051b8ffd..7d7b8f75 100644 --- a/src/jade/resources/default_cfg/benchmarks_pp/raw/openmc/Sphere.yaml +++ b/src/jade/resources/default_cfg/benchmarks_pp/raw/openmc/Sphere.yaml @@ -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]]