mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Calculate radiative and collision stopping power instead of using NIST ESTAR data
This commit is contained in:
parent
f923fc65c4
commit
49832db80b
6 changed files with 38 additions and 100 deletions
|
|
@ -89,8 +89,6 @@ public:
|
|||
double I_; // mean excitation energy
|
||||
xt::xtensor<int, 1> n_electrons_;
|
||||
xt::xtensor<double, 1> ionization_energy_;
|
||||
// TODO: Calculate stopping powers instead of reading in
|
||||
xt::xtensor<double, 1> stopping_power_collision_;
|
||||
xt::xtensor<double, 1> stopping_power_radiative_;
|
||||
|
||||
// Bremsstrahlung scaled DCS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue