mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixing temperature indexing and updating dagmc test results.
This commit is contained in:
parent
0323c3911e
commit
3017566750
2 changed files with 4 additions and 4 deletions
|
|
@ -498,7 +498,7 @@ contains
|
|||
! set new cell value
|
||||
p % coord(1) % cell = i_cell-1 ! decrement for C++ indexing
|
||||
p % cell_instance = 1
|
||||
p % material = cells(i_cell) % material(0)
|
||||
p % material = cells(i_cell) % material(1)
|
||||
p % sqrtKT = cells(i_cell) % sqrtKT(0)
|
||||
return
|
||||
end if
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
k-combined:
|
||||
1.301275E+00 2.231721E-01
|
||||
1.028803E+00 3.340602E-02
|
||||
tally 1:
|
||||
6.809913E+00
|
||||
1.171102E+01
|
||||
8.346847E+00
|
||||
1.453407E+01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue