Skip to content

Commit 9c587e3

Browse files
committed
adding test 82
1 parent de5468d commit 9c587e3

File tree

7 files changed

+101498
-3
lines changed

7 files changed

+101498
-3
lines changed

ReleaseNotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Given here are some release notes for NJOY2016. Each release is made through a f
33

44
## [NJOY2016.77](https://github.com/njoy/NJOY2016/pull/xxx)
55
This update fixes the following issues:
6-
- Background cross section values for reactions other than total, elastic, fission and capture were not handled properly in the unresolved resonance region. The background for total, elastic, fission and capture is integrated into the unresolved resonance cross section values in the genunr subroutine. In the emerge subroutine, the background in the unresolved resonance region was therefore zeroed out for any resonance reaction. This has never been an issue but now we have LRF=7 evaluations that can define reactions other than total, elastic, fission and capture.
6+
- Background cross section values for reactions other than total, elastic, fission and capture were not handled properly in the unresolved resonance region. The background for total, elastic, fission and capture is integrated into the unresolved resonance cross section values in the genunr subroutine. In the emerge subroutine, the background in the unresolved resonance region was therefore zeroed out for any resonance reaction. This has never been an issue but now we have LRF=7 evaluations that can define reactions other than total, elastic, fission and capture. Test 82 was added to detect this issue in the future.
77

88
## [NJOY2016.76](https://github.com/njoy/NJOY2016/pull/340)
99
This update fixes the following issues:

tests/50/input

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- MF6 MT2 LAW=5 LTP=12 LIDP=1 (identical particles) s=0
1+
-- MF6 MT2 LAW=5 LTP=12 LIDP=1 (identical particles) s=0
22
moder
33
20 -21
44
moder
@@ -17,4 +17,3 @@ acer
1717
viewr
1818
33 43
1919
stop
20-

tests/83/CMakeLists.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input"
2+
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY )
3+
4+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape50"
5+
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape50" COPYONLY )
6+
7+
configure_file("${RESOURCES}/n-042_Mo_095-beta.endf"
8+
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY )
9+
10+
add_test( NAME "Test83"
11+
COMMAND ${Python3_EXECUTABLE} "../execute.py"
12+
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" )

tests/83/input

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-- read tape20 and transform to binary
2+
moder
3+
20 -30
4+
-- reconstruct, linearise and unionise
5+
reconr
6+
-30 -21
7+
'reconstructed data' /
8+
4234 /
9+
0.001 /
10+
0 /
11+
moder
12+
-21 50
13+
stop

tests/83/referenceTape50

+71,931
Large diffs are not rendered by default.

tests/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ add_subdirectory( "79" )
8484
add_subdirectory( "80" )
8585
add_subdirectory( "81" )
8686
add_subdirectory( "82" )
87+
add_subdirectory( "83" )

tests/resources/n-042_Mo_095-beta.endf

+29,539
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)