Skip to content
Snippets Groups Projects
  1. Feb 07, 2017
  2. Feb 02, 2017
  3. Sep 22, 2017
  4. Feb 07, 2017
  5. Feb 01, 2017
  6. Jan 31, 2017
  7. Jan 27, 2017
  8. Feb 07, 2017
  9. Jan 31, 2017
  10. Mar 28, 2017
  11. Jan 25, 2017
  12. Jan 24, 2017
  13. Jan 23, 2017
  14. Jan 18, 2017
  15. Dec 06, 2016
    • Baptiste LENIAU's avatar
      Merge branch 'Feature_SepEfficiencyAtTime' into 'master' · 76324fd6
      Baptiste LENIAU authored and BaM's avatar BaM committed
      Feature sep efficiency at time
      
      New way to handle separation efficiency in fabrication plant usage example :
      ```cpp
      cSecond Time_T0 = 10 *Year;
      IsotopicVector IVSep_T0 ;
         IVSep_T0.Add(ZAI(94,238,0),0.90);
          // . . .
      cSecond Time_T1 = 30 *Year;
      IsotopicVector IVSep_T1 ;
         IVSep_T1.Add(ZAI(94,238,0),0.99);
          // . . .
      YourFP->SetSeparationEfficiency( IVSep_T0 , Time_T0);
      YourFP->SetSeparationEfficiency( IVSep_T1 , Time_T1);
      ```
      
      See merge request !8
      76324fd6
Loading