mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Read in AWR data for MGXS Library if available
This commit is contained in:
parent
21ba926afe
commit
b35d37c4fb
1 changed files with 5 additions and 0 deletions
|
|
@ -221,6 +221,11 @@ module mgxs_header
|
|||
else
|
||||
this % zaid = 0
|
||||
end if
|
||||
if (check_for_node(node_xsdata, "awr")) then
|
||||
call get_node_value(node_xsdata, "awr", this % awr)
|
||||
else
|
||||
this % awr = -ONE
|
||||
end if
|
||||
if (check_for_node(node_xsdata, "scatt_type")) then
|
||||
call get_node_value(node_xsdata, "scatt_type", temp_str)
|
||||
temp_str = trim(to_lower(temp_str))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue