Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4StatMFMacroTetraNucleon Class Reference

#include <G4StatMFMacroTetraNucleon.hh>

+ Inheritance diagram for G4StatMFMacroTetraNucleon:

Public Member Functions

 G4StatMFMacroTetraNucleon ()
 
 ~G4StatMFMacroTetraNucleon ()
 
G4double CalcMeanMultiplicity (const G4double FreeVol, const G4double mu, const G4double nu, const G4double T)
 
G4double CalcZARatio (const G4double)
 
G4double CalcEnergy (const G4double T)
 
G4double CalcEntropy (const G4double T, const G4double FreeVol)
 
- Public Member Functions inherited from G4VStatMFMacroCluster
 G4VStatMFMacroCluster (const G4int Size)
 
virtual ~G4VStatMFMacroCluster ()
 
G4bool operator== (const G4VStatMFMacroCluster &right) const
 
G4bool operator!= (const G4VStatMFMacroCluster &right) const
 
virtual G4double CalcMeanMultiplicity (const G4double FreeVol, const G4double mu, const G4double nu, const G4double T)=0
 
virtual G4double CalcZARatio (const G4double nu)=0
 
G4double GetMeanMultiplicity (void) const
 
virtual G4double CalcEnergy (const G4double T)=0
 
virtual G4double CalcEntropy (const G4double T, const G4double FreeVol)=0
 
G4double GetInvLevelDensity (void) const
 
void SetZARatio (const G4double value)
 
G4double GetZARatio (void) const
 
void SetSize (const G4double value)
 
G4double GetSize (void) const
 

Additional Inherited Members

- Protected Attributes inherited from G4VStatMFMacroCluster
G4int theA
 
G4double _InvLevelDensity
 
G4double _Entropy
 
G4double theZARatio
 
G4double _MeanMultiplicity
 
G4double _Energy
 

Detailed Description

Definition at line 37 of file G4StatMFMacroTetraNucleon.hh.

Constructor & Destructor Documentation

◆ G4StatMFMacroTetraNucleon()

G4StatMFMacroTetraNucleon::G4StatMFMacroTetraNucleon ( )

◆ ~G4StatMFMacroTetraNucleon()

G4StatMFMacroTetraNucleon::~G4StatMFMacroTetraNucleon ( )

Definition at line 42 of file G4StatMFMacroTetraNucleon.cc.

43{}

Member Function Documentation

◆ CalcEnergy()

G4double G4StatMFMacroTetraNucleon::CalcEnergy ( const G4double  T)
virtual

Implements G4VStatMFMacroCluster.

Definition at line 69 of file G4StatMFMacroTetraNucleon.cc.

70{
74 1.5 * T + theA * T*T/_InvLevelDensity;
75}
static G4double GetBindingEnergy(const G4int A, const G4int Z)
static G4Pow * GetInstance()
Definition: G4Pow.cc:41
G4double Z23(G4int Z) const
Definition: G4Pow.hh:125
static G4double GetCoulomb()

◆ CalcEntropy()

G4double G4StatMFMacroTetraNucleon::CalcEntropy ( const G4double  T,
const G4double  FreeVol 
)
virtual

Implements G4VStatMFMacroCluster.

Definition at line 78 of file G4StatMFMacroTetraNucleon.cc.

80{
81 G4double Entropy = 0.0;
82 if (_MeanMultiplicity > 0.0) {
83 G4double ThermalWaveLenght = 16.15*fermi/std::sqrt(T);
84 G4double lambda3 = ThermalWaveLenght*ThermalWaveLenght*ThermalWaveLenght;
85 Entropy = _MeanMultiplicity*(2.5 + G4Log(8*FreeVol/(lambda3*_MeanMultiplicity)))+
86 8.0*T/_InvLevelDensity;
87 }
88 return Entropy;
89}
G4double G4Log(G4double x)
Definition: G4Log.hh:227
double G4double
Definition: G4Types.hh:83

◆ CalcMeanMultiplicity()

G4double G4StatMFMacroTetraNucleon::CalcMeanMultiplicity ( const G4double  FreeVol,
const G4double  mu,
const G4double  nu,
const G4double  T 
)
virtual

Implements G4VStatMFMacroCluster.

Definition at line 46 of file G4StatMFMacroTetraNucleon.cc.

50{
51 G4double ThermalWaveLenght = 16.15*fermi/std::sqrt(T);
52 G4double lambda3 = ThermalWaveLenght*ThermalWaveLenght*ThermalWaveLenght;
53 static const G4double degeneracy = 1; // He4
54
55 //old value was 30.11*MeV
57
58 G4double exponent = (BindingE + theA*(mu+nu*theZARatio+T*T/_InvLevelDensity)
61 if (exponent > 300.0) exponent = 300.0;
62
63 _MeanMultiplicity = ( degeneracy*FreeVol*theA*std::sqrt((G4double)theA)/lambda3)*
64 G4Exp(exponent);
65
66 return _MeanMultiplicity;
67}
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
Definition: G4Exp.hh:180

◆ CalcZARatio()

G4double G4StatMFMacroTetraNucleon::CalcZARatio ( const  G4double)
inlinevirtual

Implements G4VStatMFMacroCluster.

Definition at line 48 of file G4StatMFMacroTetraNucleon.hh.

48{return theZARatio = 0.5;}

The documentation for this class was generated from the following files: