-
Notifications
You must be signed in to change notification settings - Fork 1
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
Outline EVER Archetype #10
Comments
General Description: [in progress]This archetype will function very similarly to the cycamore reactor archetype, but we will modify the depletion step of each cycle to give the user greater versatility in their implementation of the reactor. We intend for this archetype to achieve this versatility at x levels of fidelity, and the additions to the archetype will follow from the lowest level of fidelity to the highest:
|
Pseudo Code: [in progress]Here, we will outline the pseudo code for each level of fidelity as it is developed. [Low Fidelity] Pre-defined recipesAdded by PR #17 We'll show where this feature diverges from the cycamore reactor archetype, you can assume that a process not pictured will behave the same way as how cycamore would do it. From a user perspective, this is the workflow I envision: graph LR
A(Define fuels) --> B(Input fuel list)
B --> C(List change times)
C -- optional --> D(List preferences)
C --> E(Run)
D --> E
Which means from a feature perspective, we'll need to update the tags for input recipe, maybe preferences, and create this list of change times (where the user specifies how many time steps the fuel has this recipe). Example reactor using this feature:
[Medium Fidelity]OpenMCyclus [Highest Fidelity] Coupled n-group |
Planning & Implementation: [in progress]In this section, we will keep track of PRs and ideas for the direction of the archetype. Next Steps:Ideas will be added to this list.
Added:Accomplishments, with corresponding PRs will be added to this list.
|
GraveyardI like to keep an area for scraps that are eliminated, sometimes with justification as to why they were changed or eliminated to preserve the thought process. |
This issue is for discussion and outlining of the Enrichment Versatile non-Equilibrium Reactor (EVER) archetype. There is no need for a PR to close this issue, but the issue should contain:
before it is closed.
Notes/Discussion
The text was updated successfully, but these errors were encountered: