njoy / NJOY2016

Nuclear data processing with legacy NJOY
https://www.njoy21.io/NJOY2016
Other
95 stars 82 forks source link

No response when processing the thermal-scattering endf of H(H2O) with moder #299

Closed guojian6616 closed 9 months ago

guojian6616 commented 1 year ago

I'm producing the WIMSD format 69-group cross sections of Hydrogen with NJOY. However, the program seems no response when processing the thermal-scattering endf of H(H2O) with moder.

Input: H_H2Os.nji.txt Screen output: H_H2Os.njo.txt Neutron reactions of Hydrogen: tape20.txt Thermal scattering of Hydrogen(in Water): tape30.txt

guojian6616 commented 1 year ago

NJOY Version:
njoy 2016.65 01Nov21 07/04/23 10:00:41


Compiler: ifort (IFORT) 2021.9.0 20230302 Copyright (C) 1985-2023 Intel Corporation. All rights reserved.

guojian6616 commented 1 year ago

The mat number of Hydrogen thermal scattering in water is 1. Other mat numbers of thermal scattering are greater than 1. I'm not sure if this is why the program not responding. I succeeded in producing the cross-section of Carbon (in graphite). I would appreciate it so much if you could fix this no-responding.

kahlerac commented 1 year ago

Change the tape id number on tape30.txt so that it does not match the h-h2o evaluation's matn. It's not an ENDF rule but does confuse NJOY. Skip Kahler

On Mon, Jul 3, 2023 at 10:34 PM Guo Jian @.***> wrote:

The mat number of Hydrogen thermal scattering in water is 1. Other mat numbers of thermal scattering are greater than 1. I'm not sure if this is why the program not responding. I succeeded in producing a cross-section of Carbon (in graphite). I would appreciate it so much if you could fix this no-responding.

— Reply to this email directly, view it on GitHub https://github.com/njoy/NJOY2016/issues/299#issuecomment-1619376327, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHJISPBVLIIOYHHCNQXAKTXON6KHANCNFSM6AAAAAAZ5CS3XE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Dr. A. C. (Skip) Kahler Kahler Nuclear Data Services, LLC @.*** +1 321 368 3645

guojian6616 commented 12 months ago

I changed the tape id number on tape30.txt and the corresponding matn in moder and thermr of NJOY input. It works and the WIMSD library is produced finally. I'm wondering if it is necessary to modify the module moder of NJOY to fix this. Thank you so much for your help. @kahlerac.