Skip to content
Snippets Groups Projects
Commit b2baf137 authored by BaM's avatar BaM
Browse files

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
parent a961f184
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment