mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Remove weight correction method for resonance scattering, rename ARES -> RVS
This commit is contained in:
parent
5f1657c9b7
commit
faa70b168f
13 changed files with 51 additions and 72 deletions
|
|
@ -495,14 +495,6 @@ Plot::set_meshlines(pugi::xml_node plot_node)
|
|||
} else {
|
||||
index_meshlines_mesh_ = settings::index_ufs_mesh;
|
||||
}
|
||||
} else if ("cmfd" == meshtype) {
|
||||
if (!settings::cmfd_run) {
|
||||
std::stringstream err_msg;
|
||||
err_msg << "Need CMFD run to plot CMFD mesh for meshlines on plot " << id_;
|
||||
fatal_error(err_msg);
|
||||
} else {
|
||||
index_meshlines_mesh_ = settings::index_cmfd_mesh;
|
||||
}
|
||||
} else if ("entropy" == meshtype) {
|
||||
if (settings::index_entropy_mesh < 0) {
|
||||
std::stringstream err_msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue