openmc icon indicating copy to clipboard operation
openmc copied to clipboard

Use temperature bounds in multigroup mode temperature

Open GiudGiud opened this issue 1 year ago • 1 comments

refs #2402

@meltawila

Checklist

  • [x] I have performed a self-review of my own code
  • [x] I have run clang-format (version 15) on any C++ source files (if applicable)
  • [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)

For the last item, I'm moving code from a file to another so I should be fine, the code will still be covered by existing testing

GiudGiud avatar Jun 24 '24 21:06 GiudGiud

@meltawila can you check your Cardinal simulation against this newer OpenMC branch? You'll want to do

export OPENMC_DIR=/path/to/guillaumes/openmc/checkout
cd cardinal
rm -rf build install
make -j4

and then try running your models to see if this picks up the temperature range correctly.

aprilnovak avatar Jun 24 '24 21:06 aprilnovak