From b491a58a2177fdd90aaa3d11516e8a157f44ce99 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Tue, 11 Feb 2020 15:08:43 +0100 Subject: [PATCH] Add supermirror reflection for NBOA and NFGA --- e2-estia.i | 7 ++++--- geometry/sm_reflectivity.i | 14 ++++++++++++++ plot | 4 ++-- 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 geometry/sm_reflectivity.i diff --git a/e2-estia.i b/e2-estia.i index 22df151..d653b50 100644 --- a/e2-estia.i +++ b/e2-estia.i @@ -43,6 +43,7 @@ c 700 s 117.0 -155.00 13.5 3.0 c Estia geometry read file=geometry/estia_surfaces.i echo +read file=geometry/sm_reflectivity.i echo read file=geometry/materials.i echo read file=geometry/materials_monolith.i echo c @@ -143,17 +144,17 @@ c read file=tallies/bunker_mesh_np.i echo c read file=tallies/bunker_mesh_act.i echo c read file=tallies/full_mesh.i echo c read file=tallies/full_mesh_p.i echo -read file=tallies/full_mesh_np.i echo +c read file=tallies/full_mesh_np.i echo c read file=tallies/boundary_meshes.i echo c read file=tallies/boundary_wall_meshes.i echo c read file=tallies/selene_source_mesh_p.i echo c read file=tallies/NBPI_f4.i echo c read file=tallies/BBG_f4.i echo c read file=tallies/BBG_f5.i echo -c read file=tallies/inbunker_f4.i echo +read file=tallies/inbunker_f4.i echo c read file=tallies/chopper_pit_doses.i echo c read file=tallies/bunker_feedthrough_f1.i echo -c read file=tallies/bunker_wall_f4.i echo +read file=tallies/bunker_wall_f4.i echo c read file=tallies/bunker_wall_f5.i echo c read file=tallies/pre_selene1_mesh.i c read file=tallies/e1_e2_f4.i echo diff --git a/geometry/sm_reflectivity.i b/geometry/sm_reflectivity.i new file mode 100644 index 0000000..13a4991 --- /dev/null +++ b/geometry/sm_reflectivity.i @@ -0,0 +1,14 @@ +c Specify the reflecitive surfaces for neutron supermirrors +c NBOA +REFLE1 201501 36 -201001 -201002 -201003 -201004 + -201005 -201006 -201007 -201008 +REFLE2 201502 36 -201001 -201002 -201003 -201004 + -201005 -201006 -201007 -201008 +c NFGA +REFLE3 203501 36 -203001 -203002 -203003 -203004 -203005 -203006 -203007 + -203011 -203012 -203013 -203014 -203015 -203016 -203017 +REFLE4 203502 36 -203001 -203002 -203003 -203004 -203005 -203006 -203007 + -203011 -203012 -203013 -203014 -203015 -203016 -203017 +c Selene 1 +c Selene 2 +REFF36 0.99 2.19e-2 3.6 6.07 3.0e-3 diff --git a/plot b/plot index 3bfb39e..4f19a5a 100755 --- a/plot +++ b/plot @@ -3,13 +3,13 @@ PLOT_NAME=`git describe --tags --long` # if the first argument is an runtpe file, use different plot command if [[ $1 == runs/* ]]; then - mcnp6 p runtpe=$1 \ + /home/ll_glavic/shielding/mcnp6/MCNP_SM/bin/mcnp6 p runtpe=$1 \ outp=tmp/plota.out comout=tmp/plota.com \ wwout=tmp/plota.wwg wwone=tmp/plota.wwo \ wwinp=weight_windows/current.wwg \ plotm=results/e2-estia_$PLOT_NAME ${@:2} else - mcnp6 ip inp=e2-estia.i \ + /home/ll_glavic/shielding/mcnp6/MCNP_SM/bin/mcnp6 ip inp=e2-estia.i \ outp=tmp/plota.out comout=tmp/plota.com \ wwout=tmp/plota.wwg wwone=tmp/plota.wwo \ mctal=tmp/plota.mct mdata=tmp/plota.mdt \