Generic system scalar Depends on PR#328#334
Conversation
|
This should be ready-to-go, but it depends on an open PR |
|
Job Documentation, step Sync to remote on 33faac6 wanted to post the following: View the site here This comment will be updated on new commits. |
|
You can rebase this PR now that #328 is merged. |
…el cycle problems. Closes idaholab#329
…ed kernel to be more specific.
8f25456 to
33faac6
Compare
|
Job Build test summary, step Build test summary on 33faac6 wanted to post the following: Test summaryCompared against 6319488 in job civet.inl.gov/job/3423721. Added tests
|
There was a problem hiding this comment.
Do not change these here unless you expect this PR to change their results (which I do not think it should unless I'm missing something).
There was a problem hiding this comment.
Do not change these here unless you expect this PR to change their results (which I do not think it should unless I'm missing something).
There was a problem hiding this comment.
Do not change these here unless you expect this PR to change their results (which I do not think it should unless I'm missing something).
|
Need any help on this one, @ke7kto? |
Adds a generic system scalar kernel that handles the time-dependent mass balance of system components. Closes #329
Depends on PR#328
Reason
The fuel cycle examples are unwieldy and prone to copy-paste errors. Adding a custom scalar kernel will allow easier extensibility for specific component and system modeling.
Design
A new templated kernel which allows functor inputs and coupled variables to determine the residual. Assumes first-order dependence on "input" variables.
Impact
Re-implements the fuel cycle capabilities in a more explicit way.