#include <G4StatMFParameters.hh>
Definition at line 37 of file G4StatMFParameters.hh.
◆ G4StatMFParameters()
G4StatMFParameters::G4StatMFParameters |
( |
| ) |
|
◆ ~G4StatMFParameters()
G4StatMFParameters::~G4StatMFParameters |
( |
| ) |
|
◆ Beta()
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
◆ DBetaDT()
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
◆ GetBeta0()
G4double G4StatMFParameters::GetBeta0 |
( |
| ) |
|
|
static |
◆ GetCoulomb()
G4double G4StatMFParameters::GetCoulomb |
( |
| ) |
|
|
static |
◆ GetCriticalTemp()
G4double G4StatMFParameters::GetCriticalTemp |
( |
| ) |
|
|
static |
◆ GetE0()
◆ GetEpsilon0()
G4double G4StatMFParameters::GetEpsilon0 |
( |
| ) |
|
|
static |
◆ GetGamma0()
G4double G4StatMFParameters::GetGamma0 |
( |
| ) |
|
|
static |
◆ GetKappa()
G4double G4StatMFParameters::GetKappa |
( |
| ) |
|
|
static |
◆ GetKappaCoulomb()
G4double G4StatMFParameters::GetKappaCoulomb |
( |
| ) |
|
|
static |
◆ GetMaxAverageMultiplicity()
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)
◆ Getr0()
◆ fBeta0
◆ fCoulomb
const G4double G4StatMFParameters::fCoulomb |
|
static |
◆ fCriticalTemp
const G4double G4StatMFParameters::fCriticalTemp = 18.0*MeV |
|
static |
◆ fE0
◆ fEpsilon0
const G4double G4StatMFParameters::fEpsilon0 = 16.0*MeV |
|
static |
◆ fGamma0
◆ fKappa
const G4double G4StatMFParameters::fKappa = 1.0 |
|
static |
◆ fKappaCoulomb
const G4double G4StatMFParameters::fKappaCoulomb = 2.0 |
|
static |
◆ fr0
The documentation for this class was generated from the following files: