#include <G4StatMFParameters.hh>
Definition at line 37 of file G4StatMFParameters.hh.
 
      
        
          | G4StatMFParameters::G4StatMFParameters  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | G4StatMFParameters::~G4StatMFParameters  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Definition at line 110 of file G4StatMFParameters.cc.
  116     G4double tmp = (CriticalTempSqr-TempSqr)/(CriticalTempSqr+TempSqr);
 
  118     res = 
fBeta0*tmp*std::pow(tmp,0.25);
 
static const G4double fCriticalTemp
 
static const G4double fBeta0
 
 
 
 
Definition at line 123 of file G4StatMFParameters.cc.
  129     G4double tmp = (CriticalTempSqr-TempSqr)/(CriticalTempSqr+TempSqr);
 
  131     res = -5.0*
fBeta0*std::pow(tmp,0.25)*(CriticalTempSqr*T)/
 
  132       ((CriticalTempSqr+TempSqr)*(CriticalTempSqr+TempSqr));
 
static const G4double fCriticalTemp
 
static const G4double fBeta0
 
 
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetBeta0  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetCoulomb  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetCriticalTemp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetEpsilon0  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetGamma0  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetKappa  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetKappaCoulomb  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | G4double G4StatMFParameters::GetMaxAverageMultiplicity  | 
          ( | 
          G4int  | 
          A | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Definition at line 138 of file G4StatMFParameters.cc.
  142   G4double MaxAverageMultiplicity = 2.6;
 
  143   if (
A <= 110) { MaxAverageMultiplicity = 3.3; }
 
  144   return MaxAverageMultiplicity;
 
double A(double temperature)
 
 
 
 
  
  
      
        
          | const G4double G4StatMFParameters::fCoulomb | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const G4double G4StatMFParameters::fCriticalTemp = 18.0*MeV | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const G4double G4StatMFParameters::fEpsilon0 = 16.0*MeV | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const G4double G4StatMFParameters::fKappa = 1.0 | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const G4double G4StatMFParameters::fKappaCoulomb = 2.0 | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFParameters.hh
 
- source/geant4.10.03.p02/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFParameters.cc