-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unstructured Mesh Tracking #1
Comments
The |
Some updates on the current status of this work. Note: this post may update from time to time as we continue with this work. Supported Element TypesThis work currently targets only linear tetrahedral element types, but our aim is to support additional element types in the future with aid from the Cell CreationAs it stands, a MetadataMaterial AssignmentsMaterials are set using names assigned to mesh blocks. Similar to the way we use material assignments with DAGMC, the assignment can refer to a material either by name or by ID. A match by name will be attempted first, then a match by ID. If no name provided on a mesh block, it is considered to be a void region. A mesh block is also considered to be a void region if the name is explicitly "vacuum" or "void". Once a material assignment is identified, all of the cells in the corresponding block are assigned to that material. Boundary ConditionsBoundary conditions are specified as names on sidesets and, if present, they must be one of "reflective", "white", "transmission", or "vacuum" (one of the supported surface boundary types in OpenMC). If no name is specified on a sideset, it is assumed to be a transmissive boundary condition. Particle dataRight now, the mesh universe and index is tracked by re-using the Its name has been updated to Mesh Index and next cellWhen a particle is located in a The next mesh cell is stored as the |
No description provided.
The text was updated successfully, but these errors were encountered: