Skip to content

Commit

Permalink
adding test 82
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jul 23, 2024
1 parent de5468d commit 9c587e3
Show file tree
Hide file tree
Showing 7 changed files with 101,498 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Given here are some release notes for NJOY2016. Each release is made through a f

## [NJOY2016.77](https://github.com/njoy/NJOY2016/pull/xxx)
This update fixes the following issues:
- 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.
- 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.

## [NJOY2016.76](https://github.com/njoy/NJOY2016/pull/340)
This update fixes the following issues:
Expand Down
3 changes: 1 addition & 2 deletions tests/50/input
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- MF6 MT2 LAW=5 LTP=12 LIDP=1 (identical particles) s=0
-- MF6 MT2 LAW=5 LTP=12 LIDP=1 (identical particles) s=0
moder
20 -21
moder
Expand All @@ -17,4 +17,3 @@ acer
viewr
33 43
stop

12 changes: 12 additions & 0 deletions tests/83/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input"
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY )

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape50"
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape50" COPYONLY )

configure_file("${RESOURCES}/n-042_Mo_095-beta.endf"
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY )

add_test( NAME "Test83"
COMMAND ${Python3_EXECUTABLE} "../execute.py"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" )
13 changes: 13 additions & 0 deletions tests/83/input
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-- read tape20 and transform to binary
moder
20 -30
-- reconstruct, linearise and unionise
reconr
-30 -21
'reconstructed data' /
4234 /
0.001 /
0 /
moder
-21 50
stop
71,931 changes: 71,931 additions & 0 deletions tests/83/referenceTape50

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ add_subdirectory( "79" )
add_subdirectory( "80" )
add_subdirectory( "81" )
add_subdirectory( "82" )
add_subdirectory( "83" )
29,539 changes: 29,539 additions & 0 deletions tests/resources/n-042_Mo_095-beta.endf

Large diffs are not rendered by default.

0 comments on commit 9c587e3

Please sign in to comment.