-
- Downloads
Adding CLASSFuel and CLASSFuelPlan,
The first aim to regroup PhysicModels and EvolutionData in the same mother class, the second will be used to change the fuel inside the reactor at a set time… note that you can change from fixed fuel to recycled and vice versa :) those commit compile but does not have been tested on a scenario… The other commit is to adapt CLASS to the fuelPlan possibilities… BaM git-svn-id: svn+ssh://svn.in2p3.fr/class@363 0e7d625b-0364-4367-a6be-d5be4a48d228
Showing
- source/branches/CLASSV3/include/CLASSFacility.hxx 1 addition, 0 deletionssource/branches/CLASSV3/include/CLASSFacility.hxx
- source/branches/CLASSV3/include/CLASSFuel.hxx 60 additions, 0 deletionssource/branches/CLASSV3/include/CLASSFuel.hxx
- source/branches/CLASSV3/include/CLASSFuelPlan.hxx 62 additions, 0 deletionssource/branches/CLASSV3/include/CLASSFuelPlan.hxx
- source/branches/CLASSV3/include/CLASSLogger.hxx 3 additions, 3 deletionssource/branches/CLASSV3/include/CLASSLogger.hxx
- source/branches/CLASSV3/include/CLASSObject.hxx 1 addition, 0 deletionssource/branches/CLASSV3/include/CLASSObject.hxx
- source/branches/CLASSV3/include/EvolutionData.hxx 6 additions, 5 deletionssource/branches/CLASSV3/include/EvolutionData.hxx
- source/branches/CLASSV3/include/FabricationPlant.hxx 1 addition, 1 deletionsource/branches/CLASSV3/include/FabricationPlant.hxx
- source/branches/CLASSV3/include/PhysicModels.hxx 5 additions, 2 deletionssource/branches/CLASSV3/include/PhysicModels.hxx
- source/branches/CLASSV3/include/Reactor.hxx 13 additions, 33 deletionssource/branches/CLASSV3/include/Reactor.hxx
- source/branches/CLASSV3/include/Scenario.hxx 1 addition, 1 deletionsource/branches/CLASSV3/include/Scenario.hxx
- source/branches/CLASSV3/src/CLASSFacility.cxx 1 addition, 4 deletionssource/branches/CLASSV3/src/CLASSFacility.cxx
- source/branches/CLASSV3/src/CLASSFuel.cxx 22 additions, 0 deletionssource/branches/CLASSV3/src/CLASSFuel.cxx
- source/branches/CLASSV3/src/CLASSFuelPlan.cxx 63 additions, 0 deletionssource/branches/CLASSV3/src/CLASSFuelPlan.cxx
- source/branches/CLASSV3/src/EvolutionData.cxx 24 additions, 20 deletionssource/branches/CLASSV3/src/EvolutionData.cxx
- source/branches/CLASSV3/src/FabricationPlant.cxx 20 additions, 10 deletionssource/branches/CLASSV3/src/FabricationPlant.cxx
- source/branches/CLASSV3/src/Makefile 5 additions, 1 deletionsource/branches/CLASSV3/src/Makefile
- source/branches/CLASSV3/src/PhysicModels.cxx 18 additions, 5 deletionssource/branches/CLASSV3/src/PhysicModels.cxx
- source/branches/CLASSV3/src/Reactor.cxx 62 additions, 111 deletionssource/branches/CLASSV3/src/Reactor.cxx
- source/branches/CLASSV3/src/Scenario.cxx 121 additions, 85 deletionssource/branches/CLASSV3/src/Scenario.cxx
Loading
Please register or sign in to comment