Skip to content
Snippets Groups Projects
  1. Sep 22, 2016
    • 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
  2. Sep 21, 2016
  3. Sep 20, 2016
  4. Jul 27, 2016
  5. Jul 20, 2016
  6. Jul 18, 2016
  7. Jun 21, 2016
  8. Jun 20, 2016
  9. Oct 24, 2016
  10. Jun 20, 2016
  11. Oct 24, 2016
  12. Jun 09, 2016
  13. Jun 06, 2016
  14. May 27, 2016
Loading