Skip to content
Snippets Groups Projects
  1. Nov 03, 2016
  2. Oct 28, 2016
  3. Oct 26, 2016
  4. Oct 25, 2016
  5. Oct 24, 2016
  6. Oct 13, 2016
  7. Sep 30, 2016
  8. Oct 24, 2016
  9. Sep 30, 2016
  10. Sep 28, 2016
  11. Sep 26, 2016
  12. Sep 23, 2016
  13. Oct 24, 2016
  14. Sep 23, 2016
  15. Sep 22, 2016
    • Baptiste LENIAU's avatar
      change mail to leniau to mail to thiolli thiol · 3b97f32a
      Baptiste LENIAU authored and BaM's avatar BaM committed
      3b97f32a
    • Baptiste LENIAU's avatar
      Correct install script and makefile and add files to ignore · 2ee92d93
      Baptiste LENIAU authored and BaM's avatar BaM committed
      2ee92d93
    • Baptiste LENIAU's avatar
      change install.sh to the new Jo's install script · 8aefc18d
      Baptiste LENIAU authored and BaM's avatar BaM committed
      8aefc18d
    • Baptiste LENIAU's avatar
      Merge of opti Jo's branch · bb17677c
      Baptiste LENIAU authored and BaM's avatar BaM committed
      bb17677c
    • Baptiste LENIAU's avatar
      change permission · e2bc0c3b
      Baptiste LENIAU authored and BaM's avatar BaM committed
      e2bc0c3b
    • Nico's avatar
      Merge branch 'NewFeature_RescaleReactor' into 'master' · 2afe8fea
      Nico authored and BaM's avatar BaM committed
      New feature rescale reactor
      
      # ChangeLog
      ## Bugs correction
      ### Reactor.cxx
      Evolution between last time step before end of cycle and end of cycle was not done. Bug corrected thanks to @Fanny and @nicolas.thiolliere
      ### Scenario.cxx
      Display of CLASS presentation in terminal was destroyed (missing spaces)
      
      ## ReactorScheduler
      
      ### Description
      This class replace CLASSFuel and CLASSFuelPlan. Il allows to change PhysicsModel/EvolutionData, Burnup, power and mass of a reactor during time.
      
      ### Usage
      ```c
      	Reactor* PWR_UOX = new Reactor(gCLASS->GetLog(),	//Log
      							   STD900,				// Data base
      							   Stock,			// Connected Backend facility (here the Storage "Stock" previously declared)
      							   StartingTime,		// Starting time
      							   LifeTime,			// time of reactor life time
      							   Power_CP0,			// Power
      							   HMMass,// HM mass
      							   BurnUp,				// BurnUp
      							   0.8);			// Load Factor
      
      	double CycleTime = BurnUp *1e9 /Power_CP0 *HMMass * 24 * 3600;
      	PWR_UOX->AddScheduleEntry(StartingTime + 1*CycleTime, STD900, BurnUp,2*Power_CP0  ,2*HMMass );
      	PWR_UOX->SetFabricationPlant(FP_MOX); // Add a Fabrication plant if you decide to change for a PhysicsModel
      	PWR_UOX->AddScheduleEntry(2010*year, PHYMOD, 1.5*BurnUp,1*Power_CP0,1.1*HMMass )	;
      	gCLASS->AddReactor(PWR_UOX);//Add this reactor to the scenario
      
      ```
      
      See merge request !4
      2afe8fea
    • Josselin Massot's avatar
      Last commit ? · 8a0def3f
      Josselin Massot authored and BaM's avatar BaM committed
      8a0def3f
  16. Sep 21, 2016
Loading