njoy / NJOY2016

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

Extend MATXSR to handle dilution dependent spec and prod arrays of GROUPR #270

Closed kernie closed 1 year ago

kernie commented 1 year ago

In NJOY2016.49 GROUPR learned to create MF6 MT18 spec and prod arrays to be stored in the output GENDF file based on issue #118 .

This leads to the situation that the GENDF section MF6 MT18 contains for each group NZ dilution dependent spec and prod values, where MATXSR expected only one value. Consequently, the spec and prod arrays in record 10d of the output file were simply wrong.

This fix lets MATXSR use the dilution dependent value according to the sub-material i.e. the dilution/temperature pair.

Probably solves #168 .

kernie commented 1 year ago

Hi,

just wanted to let you know that I fixed the CI error.

Cheers, Maarten

kernie commented 1 year ago

This PR can be closed because #274 contains it and is ready for merge.