mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Random Ray Adjoint Mode (#3191)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
fbb115921c
commit
172867b1df
21 changed files with 958 additions and 169 deletions
|
|
@ -301,6 +301,10 @@ void get_run_parameters(pugi::xml_node node_base)
|
|||
FlatSourceDomain::volume_normalized_flux_tallies_ =
|
||||
get_node_value_bool(random_ray_node, "volume_normalized_flux_tallies");
|
||||
}
|
||||
if (check_for_node(random_ray_node, "adjoint")) {
|
||||
FlatSourceDomain::adjoint_ =
|
||||
get_node_value_bool(random_ray_node, "adjoint");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue