Sun Myung Park
Sun Myung Park
We currently rely on Doxygen for Moltres' documentation on [https://arfc.github.io/moltres/](https://arfc.github.io/moltres/). Ideally, the documentation should contain helpful information about the input parameters of each class and sample input files showing how...
Moltres needs more tutorials with better descriptions. This issue can be closed when: - [ ] the main README references the `tutorial` directory to lead users there - [ ]...
As mentioned in #187, the `Nt` action, which initializes kernels and other objects for modeling neutron flux, is not intuitive. The name was probably derived from "Neutronics" but this is...
## Issue Moltres supports precursor drift with uniform, function-based, or Navier-Stokes coupled velocities. The current implementation of outlet postprocessors and inlet boundary conditions in `PrecursorAction.C` with **function-based velocities** and **precursor...
This issue can be closed when `NtAction` supports using the `Eigenvalue` executioner and new tests are added for criticality search using `Eigenvalue`. Our existing framework for solving criticality search problems...
This issue can be closed when someone adds a CI test that checks whether Doxygen files can be built whenever a new PR is created, without deploying the built files...
`GenericMoltresMaterial` and `MoltresJsonMaterial` currently require all types of neutronics material data (BETA_EFF, CHIT, CHIP, CHID, DIFFCOEF, FISS, INVV, KAPPA, LAMBDA, NSF, NUBAR, REMXS, SP0) regardless of whether they're used in...
This issue can be closed when PrecursorAction supports continuous precursor concentration variables and generates accurate precursor distributions with it. #### Background Solving for the precursor concentration with the discontinuous Galerkin...
The ```use_exp_form = true``` flag allows users to track neutron flux values as exponent values instead of raw values (e.g. e^10 -> 10). Refer to ```moltres/src/base/ScalarTransportBase.C``` for the source code....
With arfc/squirrel#10, documentation stubs are now available for Squirrel objects. This PR adds links to the squirrel docs on the Moltres Syntax webpage. This PR also changes the text color...