Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow components to have children in support of particle fuel modeling #702

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2022

  1. Change components to handle having children.

    This updates the iteration and number density
    methods to expect children and blend them with
    the component itself as a background composition.
    
    This is being developed specifically to help support
    TRISO particle-type fuel that has important fine
    structure within the fuel pins.
    ntouran authored and partofthething committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8244e23 View commit details
    Browse the repository at this point in the history
  2. Add triso test inputs and case

    ntouran authored and partofthething committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    91fc065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f66097 View commit details
    Browse the repository at this point in the history
  4. Got components with children working.

    Initial TRISO unit tests now pass.
    ntouran authored and partofthething committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cc1d8db View commit details
    Browse the repository at this point in the history
  5. Formatting fix

    ntouran authored and partofthething committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b5ef213 View commit details
    Browse the repository at this point in the history
  6. Apply component group blend fractions to mult after block construction.

    This allows users to not need to know anything about mults for
    e.g. particle fuel and should get the appropriate mults derived
    during init.
    ntouran authored and partofthething committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c91bbab View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    12d316b View commit details
    Browse the repository at this point in the history