Commit 274550ca authored by Bostelmann, Rike's avatar Bostelmann, Rike
Browse files

Merge branch 'add-tritium-fhr' into 'master'

Add FHR tritium calculation

See merge request scale/analysis/non-lwr-models-vol3!22
parents e465e14e b7d4c062
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -39,16 +39,20 @@ PB-FHR-Mk1
    ├── core_decay_1MTIHM.f71
    ├── core_decay_1MTIHM.ii.json
    ├── core_decay_1MTIHM.sublibs23.ii.json
    ├── flibe_salt.f33
    ├── pb_fhr_mk1_core_equilibrium.v7-252.t6-depl.252g.3dmap
    ├── pb_fhr_mk1_core_equilibrium.v7-252.t6-depl.2g.3dmap
    ├── pb_fhr_mk1_core_equilibrium.v7-252.t6-depl.inp
    ├── pb_fhr_mk1_core_equilibrium.v7-252.t6-depl.out
    └── pb_fhr_mk1_core_model.png
    ├── pb_fhr_mk1_core_model.png
    ├── tritium_calculation.inp
    └── tritium_calculation.out
```

- inp: text input file
- out: text output file
- ii.json: inventory interface JSON file
- f33: ORIGEN binary library file
- f71: ORIGEN binary concentration file
- 3dmap: binary mesh tally file

+131 B

File added.

No diff preview for this file type.

+17 −0
Original line number Diff line number Diff line
=shell
cp ${INPDIR}/flibe_salt.f33 ${TMPDIR}/flibe_salt.f33 
end
=origen
case{
    mat{ iso=[f19=7.0622e7 li7=1.29004e7 li6=645.51 be9=8.37533e6] units=GRAMS}  %Total mass of FLiBe in the reactor coolant system
    lib{
        file='flibe_salt.f33'
        }
time{
    units=YEARS
    t=[0.001 0.01 0.1 0.25 0.5 0.75 1.0 1.25 1.5 1.75 2.0 2.5 46I 3 50]
    }
   flux=[60r 5.93347e13] %This value is the average flux in the core (n/cm2-s) multiplied by the fraction of total FLiBe in the active core
save{file="pb_fhr_tritium.f71" steps=ALL}
}
end
+396 −0

File added.

Preview size limit exceeded, changes collapsed.