-
- Downloads
UPDATE :
reactor : Add an automatic mass calculation for DB normalization via the fZAImass which are fill in the class constructor EvolutionData : Remove the mass parameter-> now it is managed directly in reactor :) FabricationPlant : add the fZAImass (same as reactor) DataBAnk : rewriteEvolutionmodule : can reach the old one by UseOldGeneration() (which set fUseOldGeneration to true) externalisation of the construction of the Bateman equation matrix. The decay part is called in the class constructor, the XS part at each step of the evolution calculation. The flux is now calculated at the beginning of each evolution calculation steps, using the fission energy of each nuclei (200 Mev/fiss by default). Fission energy can be set using : void SetFissionEnergy(string FissionEnergyFile); void SetFissionEnergy(ZAI zai, double E), or void SetFissionEnergy(int Z, int A, int I, double E ); when using void SetFissionEnergy(string FissionEnergyFile); the FissionEnergyFile format MUST be : Z A I Energy. by BaM git-svn-id: svn+ssh://svn.in2p3.fr/class@133 0e7d625b-0364-4367-a6be-d5be4a48d228
Showing
- source/trunk/include/DataBank.hxx 14 additions, 8 deletionssource/trunk/include/DataBank.hxx
- source/trunk/include/EvolutionData.hxx 0 additions, 3 deletionssource/trunk/include/EvolutionData.hxx
- source/trunk/include/FabricationPlant.hxx 2 additions, 4 deletionssource/trunk/include/FabricationPlant.hxx
- source/trunk/include/Reactor.hxx 2 additions, 1 deletionsource/trunk/include/Reactor.hxx
Loading
Please register or sign in to comment