39 _ProtonMeanMultiplicity(0.0)
52 "G4StatMFMacroNucleon::CalcMeanMultiplicity: Temperature less or equal 0");
57 G4double lambda3 = ThermalWaveLenght*ThermalWaveLenght*ThermalWaveLenght;
64 if (exponent_neutron > 300.0) exponent_neutron = 300.0;
65 if (exponent_proton > 300.0) exponent_proton = 300.0;
68 (degeneracy*FreeVol/lambda3)*
G4Exp(exponent_neutron);
71 (degeneracy*FreeVol/lambda3)*
G4Exp(exponent_proton);
86 G4double lambda3 = ThermalWaveLenght*ThermalWaveLenght*ThermalWaveLenght;
98 return NeutronEntropy+ProtonEntropy;