Sun Myung Park

Results 16 issues of 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...

Comp:Input
Difficulty:2-Challenging
Priority:2-Normal
Status:1-New
Type:Docs

Moltres needs more tutorials with better descriptions. This issue can be closed when: - [ ] the main README references the `tutorial` directory to lead users there - [ ]...

Comp:Core
Difficulty:1-Beginner
Priority:2-Normal
Status:4-In Progress
Type:Docs

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...

Comp:Core
Difficulty:1-Beginner
Priority:2-Normal
Status:1-New
Type:Style

## 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...

Comp:Core
Difficulty:3-Expert
Priority:1-Critical
Status:4-In Progress
Type:Bug
Type:Test

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...

Comp:Core
Difficulty:2-Challenging
Priority:3-Desired
Status:1-New
Type:Feature
Type:Test

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...

Comp:Build
Difficulty:1-Beginner
Priority:2-Normal
Status:1-New
Type:Docs

`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...

Comp:Core
Difficulty:2-Challenging
Priority:2-Normal
Status:1-New
Type:Bug

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...

Comp:Core
Difficulty:3-Expert
Priority:3-Desired
Status:2-Backlog
Type:Feature

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....

Comp:Core
Difficulty:1-Beginner
Priority:4-Low
Status:2-Backlog
Type:Bug

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...