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

MCNP importer does not detect cell-by-cell parameters like FCL #48

Open
ljacobson64 opened this issue Sep 20, 2018 · 1 comment
Open

Comments

@ljacobson64
Copy link
Member

There are a number of MCNP parameters that can be specified for individual cells such as FCL, ELPT, and BFLCL. These parameters work just like IMP in that it is possible to specify them in either the cell block or the data block, and they may also have particle identifiers; e.g. FCL:n, FCL:p. The MCNP importer does not recognize any of these parameters.

@sjackso
Copy link

sjackso commented Sep 20, 2018

This is the same issue as #47. No effort was ever made to parse data cards other than [*]TR.

Perhaps it goes without saying, but FWIW: adding support for new data cards was intended to be straightforward. Follow the example of the TransformCard class, and add a new parsing branch for each card type in InputDeck::parseDataCards.

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

No branches or pull requests

3 participants