Changes between Version 7 and Version 8 of GuarDyan_features


Ignore:
Timestamp:
Aug 22, 2017, 4:57:04 PM (7 years ago)
Author:
dieda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuarDyan_features

    v7 v8  
    3636Cells are considered homogeneous and filled with a single material defined by the isotopes, their relative abundance and material density. Cross sections are read from ACE format files.
    3737
     38[[Image(XS.png, 50%)]]
     39
     40''' Fig. 2. Cross section of U-235 as read by GUARDYAN'''
     41In current implementation we store the energy partition separately for every isotope. To find
     42the cross section of a neutron with given energy we use binary search and linear interpolation.
     43
     44GUARDYAN createS materials from isotopes using the fraction of the constituent in the material
     45and the material density. Before the simulation GUARDYAN generates the total macroscopic cross sections and the majorant cross sections (for the Woodcock method) for every material.
     46
     47==== Memory Use of Cross Section Data
     48
    3849
    3950== Variance Reduction