Paul Romano

Results 70 issues of Paul Romano

Moving issue 21 from gitlab originally submitted by @aprilnovak: Enrico currently uses standard Picard iteration, where a field in iteration `i + 1` is computed as the result of some...

Right now, ENRICO defines its own `CellInstance` type that provides a bit more functionality over OpenMC's `CellInstance` type. We might want to consider moving the extra functionality from ENRICO into...

Moving issue 2 from gitlab originally submitted by @RonRahaman: Right now, the OpenMC targets (`openmc`, `libopenmc`, etc.) are built in reasonable directories (`./lib/` and `./bin/`). However, the Nek5000 and STREAM...

Right now, when we specify `` and `` for the heat/fluids surrogate, it doesn't account for guide tubes, so we end up mapping and doing data transfers on regions that...

Moving issue 27 from gitlab originally submitted by @aprilnovak: The `CoupledDriver` currently only has a notion of solutions at the current and previous Picard iterations. The heat-fluids solver is usually...

Moving issue 31 from gitlab originally submitted by @aprilnovak: If we're going to save densities between Picard iterations and possibly use them for computing norms, we need to save the...

Moving issue 24 from gitlab originally submitted by @aprilnovak: Convergence can be improved if the fission source in iteration `i+1` is taken from iteration `i`. The `CoupledDriver` currently calls the...

Moving issue 20 from gitlab originally submitted by @RonRahaman: Open question: Should we ensure that pull requests follow our source code formatting standards? If so, we could add a format...

This PR overhauls the classes within moab.py. The class hierarchy now looks as follows: - `EntitySet`: represents a generic MOAB entity set - `DAGMCGroup`: represents a DAGMC group, which is...

## Bug Description If you try to run OpenMC on a DAGMC geometry and turn geometry debugging on, it will always crash out reporting overlapping cells even when there are...

Bugs
Geometry