enrico icon indicating copy to clipboard operation
enrico copied to clipboard

ENRICO: Exascale Nuclear Reactor Investigative COde

Results 24 enrico issues
Sort by recently updated
recently updated
newest added

As soon as we fixed one CI problem, another one [popped up](https://github.com/enrico-dev/enrico/actions/runs/3651371451). GitHub actions recently changed the default ubuntu distro to 22.04 from 20.04, which appears to have caused problems...

Right now the `SurrogateHeatDriver` class is hardwired to work for a single assembly. To extend support to multiple assemblies, we'll need to add new input options in enrico.xml for specifying...

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, ```bash [ENRICO]: Updating temperature terminate...

This causes conflict with pre-installed OpenMC. Please use external OpenMC when it is present.

It would be useful to read/write the localq values to/from a Nek fld file. That would let us to do several useful things, including: * Visualize the localq on the...

My system places sysctl.h under `/usr/include/linux`. ```bash CC=mpicc CXX=mpicxx FC=mpifort cmake -DNEK_DIST=nekrs ../../../.. [ 62%] Building CXX object vendor/nekRS/home/pranto/github/enrico/tests/singlerod/short/build/_deps/occa_content-build/CMakeFiles/libocca.dir/src/tools/sys.cpp.o /home/pranto/github/enrico/tests/singlerod/short/build/_deps/occa_content-src/src/tools/sys.cpp:16:12: fatal error: sys/sysctl.h: No such file or directory 16 |...

I just want to use frame of ENRICO. Can I compile it without OpenMC?

We recently ran into an issue with a model (longrod) where the bulk fluid temperature hit saturation. With the IAPWS functions, it should be pretty easy to check for this...

Currently, the user specifies an absolute tolerance for convergence via the parameter in enrico.xml. @emerzari and @hapfang suggested that we allow the user to set relative tolerance, instead.

In this PR, the `CoupledDriver` computes cell density from cell-averaged temperature and the heat/fluid solver's pressure BC using the IAPWS correlation. I'm marking this as "WIP" because, even though it's...