enrico icon indicating copy to clipboard operation
enrico copied to clipboard

[OpenMC-OpenFOAM] Failed to update temperature after first Picard iteration

Open AI-Pranto opened this issue 2 years ago • 0 comments

In a 2x2 square lattice after adding an outer universe lattice.outer for the space outside of the defined lattice, It throws the following error message,

[ENRICO]: Updating temperature
terminate called after throwing an instance of 'std::out_of_range'
  what():  vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)

If I remove lattice.outer, it fixes the issue. I have attached my input file here

I found this error message first in hexagonal lattice, and later I was able to reproduce the same error message in RectLattice by adding an outer universe.

AI-Pranto avatar May 11 '22 07:05 AI-Pranto