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 <math.h>
00011 #include <iostream.h>
00012 #include <string>
00013 
00014 double U235flux(double);
00015 double RMPflux(double);
00016 double InverseBeta(double,double,int order=1);
00017 void PositronRange(double,double&,double&);
00018 
00029 double GammaComptonRange(std::string,double);
00030 
00031 void MyGdDecayModel(double,int&,double*);
00032 void NeutronPropagator(double R0,double R2,
00033                        double& ke,double& a,double& pass,
00034                        double* pn,double* rn,double& tn);
00035 
00036 #endif

Generated on Thu Jul 29 14:27:03 2004 for ReactorFsim by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002