Skip to content
Snippets Groups Projects
  1. Mar 03, 2018
  2. Feb 23, 2018
  3. Feb 23, 2017
  4. Jul 18, 2016
  5. Feb 16, 2018
    • BaM's avatar
      init · c6d1b34c
      BaM authored
      c6d1b34c
  6. Apr 22, 2016
  7. Jan 07, 2016
  8. Aug 31, 2015
  9. Jun 23, 2015
  10. Mar 08, 2015
  11. Feb 12, 2015
  12. Feb 10, 2015
  13. Feb 09, 2015
  14. Feb 05, 2015
  15. Feb 04, 2015
  16. Jan 30, 2015
  17. Jan 29, 2015
  18. Jan 22, 2015
  19. Nov 07, 2014
  20. Oct 30, 2014
  21. Jun 13, 2014
  22. May 21, 2014
    • BaM's avatar
      Adding a new class : The CLASS BackEnd. · bc6df5a2
      BaM authored
      The aim of this class is to describe all the facility used in the backend of the fuel cycle.
      
      the reactor output fuel facility is now a BackEnd, so it is possible to go directly to a stock, or to chain the Pool, if wanted.
      
      CLSSObject and CLSSFacility also became CLASSObject and CLASSFacility respectively without any major change.
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@250 0e7d625b-0364-4367-a6be-d5be4a48d228
      bc6df5a2
  23. May 04, 2014
  24. Apr 08, 2014
  25. Jan 24, 2014
  26. Aug 26, 2013
  27. Aug 14, 2013
    • BaM's avatar
      HUDGE UPDATE : · 02f47d41
      BaM authored
      Introducing the CLSSObject and CLSSFacility in order to simplify the shared properties between must of the CLASS object :
      Almost all the CLASS Object will inherit of the CLSSObject class, which actually only include the log file.(Except class ZAI IsotopicVector)
      All facility in CLASS now inherit of the CLSSFacility, which are a CLSSObject and a TNamed (from ROOT/CERN library).
      In the CLSSFacility, one can found :
      fId, fParc, fCreationTime, fLifeTime as private variable (the daughter class can not access directly to this member, one need to use the setter and getter - SetId(int) by ex-)
      fIsStarted, fShutDown, fEndOfCycle, fInternalTime, fInCycleTime, fCycleTime, fInsideIV as protected member (the daughter class can directly modify this variable - also accessible via setter/getter)
      this repartition between private and protected could change in the future, 
      fCycleTime replace fCoolingTime and fFabricationTime in respectively Pool and FabricationPlant
      
      Those variable are shared by almost all the facility, it is then more convenient to regroup them. 
      For all facility the fInsideIV represent the total amount of fuel in the facility, in the case of the Reactor, this is also the fuel inside the reactor (it replace the old fReactorIV)
      
      If it is needed to add any variable to all CLASS Object (except ZAI and IsotopicVector), one should use the CLSSObject, for the facility, use CLSSFacility.
      
      + All ClassDef of the daughter facilities change from 1 to 2 (because of the inheritance), the ClassDef of the CLSSObject has been set to 0, and 1 for CLSSFacility (as explain in rootcin doc, 0 mean no I/O, 1 is the first level, and should increase by 1 at each inheritance...)
      
      Resolve the small glitch (not really a bug) which cause the warning at the execution of a scenario, and at the reading of the output in ROOT, using #ifndef __CINT__ // #endif  to exclude some part of the variable at the compilation of the root library...
      
      
      BaM
      
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@115 0e7d625b-0364-4367-a6be-d5be4a48d228
      02f47d41
  28. Jun 07, 2013
  29. Jun 06, 2013
    • BaM's avatar
      Correct the definition of the FabricationPlant, which prevent the correct... · 48aa577a
      BaM authored
      Correct the definition of the FabricationPlant, which prevent the correct filling of the FP branch in the output TTree
      
      CLASS : Add the possibility to cut the evolution in many part in the same program ( by example in order to check and update the pard after X year of evolution)
      Reactor : place correctly an imp flag (the "pragma imp critical" now only apply on the fParc->AddToPower(fPower) not all the loop :) )
      EvolutionData : remove a forgotten "cout"...
      By BaM
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@94 0e7d625b-0364-4367-a6be-d5be4a48d228
      48aa577a
  30. Jun 05, 2013
    • BaM's avatar
      EvolutionData : · 62bada80
      BaM authored
      update Read function -> see documentation ....
      
      If u want to use new read Method use : DataBank->SetOldReadMethod(false)
      
      by BaM
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@84 0e7d625b-0364-4367-a6be-d5be4a48d228
      62bada80
    • Ernoult's avatar
      by Marc · a7d69e66
      Ernoult authored
      Change FabricatioPlant, Reactor, Pool and Storage into TNamed instead of TObject to have access to their name
      
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@82 0e7d625b-0364-4367-a6be-d5be4a48d228
      a7d69e66
  31. Jun 04, 2013
    • BaM's avatar
      By BaM · 3fcf1a65
      BaM authored
      IsotopicVector, Storage : improve Write function (-1 as time will not print the time in the file)
      
      Storage, Reactor, Pool, FabricationPlant : Add log.
      
      FabricationPlant : Add Substitution Fuel loaded if not enough stock to build the needed fuel.
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@77 0e7d625b-0364-4367-a6be-d5be4a48d228
      3fcf1a65
Loading