-
(Pulling a discussion out of https://github.com/terrapower/armi/pull/1877#discussion_r1769233599)
We have a lot of parameters. Not all of them are used in every location. For example, in working on…
-
Sometimes I have a need to change the ordering of interfaces in the stack. To my knowledge, right now this is pretty difficult to do without actually changing the application as a whole by modifying t…
-
Yep: Already time for a new System! (_THIS_ will be the last one! I swear! :-)
Here's what's up: we need a way to feed real, analytical geometry into MOOSE so that when we adapt the mesh the new nod…
-
The current implementation of `TRIBITS_ADD_ADVANCED_TEST()` never adds the postfix `_MPI_` to test name in an MPI build. This is not consistent with `TRIBITS_ADD_TEST()` which does add this postfix. …
-
I am working to integrate NeutronTransport.jl into FUSE to do neutron transport calculations. I have a [pull request](https://github.com/rvignolo/NeutronTransport.jl/pull/7) on NeutronTransport.jl to …
-
In GitLab by @cjwgriesel on Sep 6, 2021, 09:44
-
## Bug Description
There was a recent libmesh implementation that detects if there are stateful quantities in a problem. This is really useful to detect cyclic dependencies on auxkernels, postprocess…
-
## Bug Description
A steady state for a problem $\dfrac{du}{dt}=F(u)$ is defined as $F(u)=0$. If one time marches to a solution then the stopping criteria should be based on $|F(u)|$ (possibly in rel…
-
This issue is added in response to a requirement from @Shimwell and @ukaea.
Initial IncidentProton functionality has been requested so that proton data from ACE or ENDF libraries can be read and pl…
-
I'm working on an internal tight coupling workflow that should have converged, but didn't. After some digging, I found the `GlobalFluxInterface` sets an undocumented default tight coupler, even if you…