You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
There are a number of MCNP parameters that can be specified for individual cells such as
FCL
,ELPT
, andBFLCL
. These parameters work just likeIMP
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.The text was updated successfully, but these errors were encountered: