A monte carlo pin cell spectral code for nuclear engineering applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Isotope Member List

This is the complete list of members for Isotope, including all inherited members.

_AIsotopeprivate
_A_plus_one_squaredIsotopeprivate
_A_squaredIsotopeprivate
_absorb_xsIsotopeprivate
_absorb_xs_energiesIsotopeprivate
_alphaIsotopeprivate
_AOIsotopeprivate
_capture_rescaledIsotopeprivate
_capture_xsIsotopeprivate
_capture_xs_energiesIsotopeprivate
_delta_lethargyIsotopeprivate
_E_to_kTIsotopeprivate
_elastic_rescaledIsotopeprivate
_elastic_xsIsotopeprivate
_elastic_xs_energiesIsotopeprivate
_end_lethargyIsotopeprivate
_Eprime_to_EIsotopeprivate
_etaIsotopeprivate
_fission_rescaledIsotopeprivate
_fission_xsIsotopeprivate
_fission_xs_energiesIsotopeprivate
_fissionableIsotopeprivate
_isotope_nameIsotopeprivate
_kBIsotopeprivate
_mu_avgIsotopeprivate
_nIsotopeprivatestatic
_num_absorb_xsIsotopeprivate
_num_capture_xsIsotopeprivate
_num_elastic_xsIsotopeprivate
_num_energiesIsotopeprivate
_num_fission_xsIsotopeprivate
_num_thermal_cdf_binsIsotopeprivate
_num_thermal_cdfsIsotopeprivate
_num_total_xsIsotopeprivate
_rescaledIsotopeprivate
_rhoIsotopeprivate
_start_lethargyIsotopeprivate
_TIsotopeprivate
_thermal_cdfsIsotopeprivate
_thermal_cutoffIsotopeprivate
_thermal_distIsotopeprivate
_total_xsIsotopeprivate
_total_xs_energiesIsotopeprivate
_uidIsotopeprivate
_use_thermal_scatteringIsotopeprivate
clone()Isotope
collideNeutron(neutron *neutron)Isotope
generateAbsorptionXS(float start_energy, float end_energy, int num_energies)Isotopeprivate
generateTotalXS(float start_energy, float end_energy, int num_energies)Isotopeprivate
getA() const Isotope
getAbsorptionXS(float energy) const Isotope
getAbsorptionXS(int energy_index) const Isotope
getAlpha() const Isotope
getCaptureXS(float energy) const Isotope
getCaptureXS(int energy_index) const Isotope
getDistanceTraveled(neutron *neutron)Isotope
getElasticXS(float energy) const Isotope
getElasticXS(int energy_index) const Isotope
getEnergyGridIndex(float energy) const Isotopeinline
getFissionXS(float energy) const Isotope
getFissionXS(int energy_index) const Isotope
getIsotopeName() const Isotope
getMuAverage() const Isotope
getNumThermalCDFBins()Isotope
getNumThermalCDFs()Isotope
getNumXSEnergies(char *xs_type) const Isotope
getTemperature() const Isotope
getThermalScatteringCutoff()Isotope
getThermalScatteringEnergy(float energy)Isotope
getTotalXS(float energy) const Isotope
getTotalXS(int energy_index) const Isotope
getTransportXS(int energy_index) const Isotope
getTransportXS(float energy) const Isotope
getUid() const Isotope
initializeThermalScattering(float start_energy, float end_energy, int num_bins, int num_distributions)Isotopeprivate
isFissionable() const Isotope
Isotope(char *_isotope_name)Isotope
isRescaled() const Isotope
loadXS()Isotopeprivate
loadXS(char *xs_type)Isotope
makeFissionable()Isotope
neglectThermalScattering()Isotope
parseName(char *isotope_name)Isotope
rescaleXS(float start_energy, float end_energy, int num_energies)Isotopeprivate
retrieveEprimeToE(float *Eprime_to_E, int num_bins)Isotope
retrieveEtokT(float *E_to_kT, int num_cdfs)Isotope
retrieveThermalCDFs(float *cdfs, int num_values)Isotope
retrieveThermalPDFs(float *pdfs, int num_values)Isotope
retrieveXS(float *xs, int num_xs, char *xs_type) const Isotope
retrieveXSEnergies(float *energies, int num_xs, char *xs_type) const Isotope
sampleCollisionType(neutron *neutron)Isotope
setA(int A)Isotope
setCaptureXS(float *capture_xs, float *capture_xs_energies, int num_capture_xs)Isotopeprivate
setCaptureXS(double *energies, int num_energies, double *capture_xs, int num_xs)Isotope
setElasticXS(float *elastic_xs, float *elastic_xs_energies, int num_elastic_xs)Isotopeprivate
setElasticXS(double *energies, int num_energies, double *elastic_xs, int num_xs)Isotope
setFissionXS(float *fission_xs, float *fission_xs_energies, int num_fission_xs)Isotopeprivate
setFissionXS(double *energies, int num_energies, double *fission_xs, int num_xs)Isotope
setMultigroupCaptureXS(double *energies, int num_energies, double *capture_xs, int num_xs)Isotope
setMultigroupElasticXS(double *energies, int num_energies, double *elastic_xs, int num_xs)Isotope
setMultigroupFissionXS(double *energies, int num_energies, double *fission_xs, int num_xs)Isotope
setTemperature(float T)Isotope
setThermalScatteringCutoff(float cutoff_energy)Isotope
thermalScatteringProb(float E_prime_to_E, int dist_index)Isotopeprivate
usesThermalScattering()Isotope
useThermalScattering()Isotope
~Isotope()Isotopevirtual