Home
last modified time | relevance | path

Searched refs:_BREMSSTRAHLUNG (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dphoton.py105 _BREMSSTRAHLUNG = {} variable
833 if not _BREMSSTRAHLUNG:
839 _BREMSSTRAHLUNG[i] = {
850 _BREMSSTRAHLUNG['electron_energy'] = np.logspace(3, 9, 200)
851 log_energy = np.log(_BREMSSTRAHLUNG['electron_energy'])
867 _BREMSSTRAHLUNG['photon_energy'] = np.fromiter(brem[p:p+k], float, k)
886 _BREMSSTRAHLUNG[i]['dcs'] = dcs
889 self.bremsstrahlung['electron_energy'] = _BREMSSTRAHLUNG['electron_energy']
890 self.bremsstrahlung['photon_energy'] = _BREMSSTRAHLUNG['photon_energy']
891 self.bremsstrahlung.update(_BREMSSTRAHLUNG[self.atomic_number])
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dphoton.py105 _BREMSSTRAHLUNG = {} variable
833 if not _BREMSSTRAHLUNG:
839 _BREMSSTRAHLUNG[i] = {
850 _BREMSSTRAHLUNG['electron_energy'] = np.logspace(3, 9, 200)
851 log_energy = np.log(_BREMSSTRAHLUNG['electron_energy'])
867 _BREMSSTRAHLUNG['photon_energy'] = np.fromiter(brem[p:p+k], float, k)
886 _BREMSSTRAHLUNG[i]['dcs'] = dcs
889 self.bremsstrahlung['electron_energy'] = _BREMSSTRAHLUNG['electron_energy']
890 self.bremsstrahlung['photon_energy'] = _BREMSSTRAHLUNG['photon_energy']
891 self.bremsstrahlung.update(_BREMSSTRAHLUNG[self.atomic_number])