Main Page   Compound List   File List   Compound Members   File Members  

ReactorXC.hh

Go to the documentation of this file.
00001 
00008 #ifndef REACTORXC_HH
00009 #define REACTORXC_HH
00010 #include "ReactorConstants.hh"
00011 #include <math.h>
00012 #include <iostream.h>
00013 #include <string>
00014 
00015 double U235flux(double);
00016 double RMPflux(double);
00017 double InverseBeta(double,double,int order=1);
00018 void PositronRange(double,double&,double&);
00019 
00030 double GammaComptonRange(std::string,double);
00031 void GammaCompton(ReactorConstants&,double*);
00032 
00033 void MyGdDecayModel(double,int&,double*);
00034 void NeutronPropagator(double R0,double R2,
00035                        double& ke,double& a,double& pass,
00036                        double* pn,double* rn,double& tn,
00037                        double Temperature,double* a,double* z,double* nn);
00038 
00039 #endif

Generated on Fri Oct 22 13:56:26 2004 for ReactorFsim by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002