Skip to content

Commit

Permalink
Merge 2526c64 into a6d0abc
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 17, 2022
2 parents a6d0abc + 2526c64 commit af7bf84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion armi/nuclearDataIO/cccc/nhflux.py
Expand Up @@ -401,7 +401,6 @@ def _rwGeodstCoordMap2D(self):
This reads the 2-D (x,y) indexing for assemblies. geodstCoordMap maps DIF3D
nodal hex indexing to DIF3D GEODST indexing.
This DIF3D GEODST indexing is different than (but similar to) the MCNP GEODST ordering.
See TP1-1.9.31-RPT-0010 for more details on hex ordering.
For Nodal, let N be the number of assemblies. Let M be the number of
"external hex surfaces" exposed to the outer reactor boundary (usually vacuum). M
Expand Down
2 changes: 1 addition & 1 deletion armi/physics/neutronics/parameters.py
Expand Up @@ -163,7 +163,7 @@ def mgFlux(self, value):
description="""
The block-level pin multigroup fluxes. pinMgFluxes[g][i] represents the flux in group g for pin i. Flux
units are the standard n/cm^2/s. The "ARMI pin ordering" is used, which is counter-clockwise from 3
o'clock. See TP1-1.9.31-RPT-0010 for more details.
o'clock.
""",
categories=[parameters.Category.pinQuantities],
saveToDB=True,
Expand Down

0 comments on commit af7bf84

Please sign in to comment.