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

Add support for particle specific libraries and default libraries. #369

Open
MicahGale opened this issue Feb 12, 2024 · 1 comment
Open
Assignees
Labels
feature request An issue that improves the user interface.
Milestone

Comments

@MicahGale
Copy link
Collaborator

This is very closely related to #21, and should be implemented at the same time.

Features to support:

  1. M0 according to Note 1 of section 3.3.2.1 of the 6.2 manual an M0 material can be specified to specify the default libraries to use.
  2. Particle specific libraries. According to Table 3-32 you can specify plib, nlib, etc. I think this should be specified similar to importances: i.e., mat.library.neutron
  3. Default to first XSDIR entry. This is described in the intro to Section 3.3.2.1. This feature would require Add support for XSDIR and basic ACE support #113. The idea being if no library is specified, no M0, and an XSDIR is provided users can see what the default library will be. This should be implemented with caution to avoid misleading users about what is going on here.
@MicahGale MicahGale added the feature request An issue that improves the user interface. label Feb 12, 2024
@MicahGale MicahGale mentioned this issue Sep 4, 2024
28 tasks
@MicahGale MicahGale self-assigned this Sep 4, 2024
@MicahGale
Copy link
Collaborator Author

From 6.3 section 5.6.1 details 1:

An M 0 card may be specified to select default cross-section library identifiers via the library keywords
NLIB, PLIB, PNLIB, ELIB, and HLIB, for all materials specified in the input file. Default cross-section library
identifiers also may be specified for an individual material M m . (m 6= 0). Fully specified ZAIDs on an M m
card override the default structure library selections for material m.

So m1 1001.80c nlib=00c does make sense.

@MicahGale MicahGale added this to the 1.0.0-alpha milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request An issue that improves the user interface.
Projects
None yet
Development

No branches or pull requests

1 participant