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

Header for storage says discrete mode is default, but it's not #540

Open
nuclearkatie opened this issue Aug 24, 2022 · 0 comments
Open

Header for storage says discrete mode is default, but it's not #540

nuclearkatie opened this issue Aug 24, 2022 · 0 comments

Comments

@nuclearkatie
Copy link
Contributor

Storage facility defaults to continuous mode but top line archetype description says the opposite, " Discrete mode, which is the default..."

cycamore/src/storage.h

Lines 79 to 82 in 00614a2

"Storage also has the functionality to handle materials in discrete or continuous batches. Discrete "\
"mode, which is the default, does not split or combine material batches. Continuous mode, however, "\
"divides material batches if necessary in order to push materials through the facility as quickly "\
"as possible."}

cycamore/src/storage.h

Lines 195 to 202 in 00614a2

#pragma cyclus var {"default": False,\
"tooltip":"Bool to determine how Storage handles batches",\
"doc":"Determines if Storage will divide resource objects. Only controls material "\
"handling within this facility, has no effect on DRE material handling. "\
"If true, batches are handled as discrete quanta, neither split nor combined. "\
"Otherwise, batches may be divided during processing. Default to false (continuous))",\
"uilabel":"Batch Handling"}
bool discrete_handling;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants