-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have written an implementation of the Sigma1 algorithm to perform doppler broadening, but it has not yet been added to the library. This must be added, and a new type of cross section should be created, allowing users to supply a temperature argument, and receive the cross section at the desired temperature (so long as that temperature is above the initial temperature).
Here are the general requirments to accomplish this:
- Add the Sigma1 implementation to the library
- Add new methods to
EnergyGrid, defining the start point of the URR - Create a new
S1CrossSectionclass - Create new
Reactiontemplate specializationReaction<S1CrossSection>, which should be aliased asS1Reaction - Create new
CENeutrontemplate specializationCENeutron<S1CrossSection>, which should be aliased asS1Neutron
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request