Preparation of the Pseudo Fission Product Cross Sections for the WIMS-D Library


D. L. Aldama, A. Trkov

(Rev.0: 26 April 1999)
(Rev.1: 21 October 1999)
(Rev.2: 11 January 2000)

1. Background

The steps for updating the decay data, fission product yields and pseudo fission product cross sections in the WIMS-D library should be performed in the following sequence: Instructions for actually updating the WIMS-D Library are given separately.
 

2. Implement auxiliary programs and procedures.

Library Cross section data file name Decay data filename Fission yield data file name
ENDF/B-VI endfb6nt.dat endfb6dy.dat endfb6fp.dat
JEF 2.2 jef22nt.dat jef22dy.dat jef22fp.dat
JENDL jendlnt.dat jendldy.dat jendlfp.dat
CENDL jendlnt.dat jendldy.dat jendlfp.dat
BROND brondnt.dat bronddy.dat brondfp.dat
FOND fondnt.dat fonddy.dat bondfp.dat
JEFF3 jeff3nt.dat jeff3dy.dat jeff3fp.dat
generic endlnt.dat endldy.dat endlfp.dat

 
    1. AVRFPY.FOR
    2. GETDATA.FOR
    3. NJBFP.FOR
    4. PSEUDO.FOR
    5. NJINJB.FOR
    6. NJISPL.FOR
    7. WILLIE.FOR
    8. PSEUDO1.BAT
    9. PSEUDOFP.BAT
    1. FpLstExp.dat: List of explicitly represented fission product.
    2. FpLstAll.dat: List of all considered fission product.
    3. Eaf97.int: INTER output file from the EAF-97 European Activation File eventually needed by AVRFPY.
    4. Actlst.dat: List of actinides.

3. Create the NJOY and WILLIE inputs to generate the pseudo fission product cross sections.

Library Command
ENDF/B-VI pseudofp endfb6 eaf97
JEF 2.2 pseudofp jef22 eaf97
JENDL pseudofp jendl eaf97
CENDL pseudofp cendl eaf97
BROND pseudofp brond eaf97
FOND pseudofp fond eaf97
JEFF3 pseudofp jeff3 eaf97
generic pseudofp endl eaf97

 

The second parameter is optional or you can use your own INTER output file.

The procedure pseudofp performs the following tasks:

4. Generate the pseudo fission product cross sections

The NJOY nuclear data processing system is used to generate the cross sections for all nuclides that constitute the pseudo fission product. The WILLIE code is used to assemble the pseudo fission product cross sections. The procedure is applicable to the DOS/Windows systems.
Library Command
ENDF/B-VI endfb6fp endfb6
JEF 2.2 jef22fp jef22
JENDL jendlfp jendl
CENDL cendlfp cendl
BROND brondfp brond
FOND fondfp fond
JEFF3 jeff3fp jeff3
generic endlfp endl

As result of this stage the following files are created:

Library XSW file
ENDF/B-VI endfb6fp.xsw
JEF 2.2 jef22fp.xsw
JENDL jendlfp.xsw
CENDL cendlfp.xsw
BROND brondfp.xsw
FOND fondfp.xsw
JEFF3 jeff3fp.xsw
generic endlfp.xsw

 

5. Update the fission product yields data in the NJOY input file

The updating process should be performed on the subdirectory on which the "zae"i.NJB files were created. Run NJINJB interactively and supply the appropriate filenames (specify the full path):
\wlup\inputs\ActLst.dat    for the material identifier conversion list file,
\wlup\inputs\'name'.nji    for the NJOY source input where 'name' is "endfb6", "jef22", etc., as appropriate.
wlupnji.inp                for the updated NJOY input file.
Save the updated NJOY input file to the \WLUP\INPUTS\ subdirectory, overwriting the original file, if desired.

You may proceed with the calculations to generate cross sections and update the WIMS-D library according to the RUNDOS batch procedure.