PyNE C++
|
A set of physical parameters used to specify an enrichment cascade. More...
#include <enrichment_cascade.h>
Public Member Functions | |
Cascade () | |
default constructors | |
~Cascade () | |
default destructor | |
void | _reset_xjs () |
Sets x_feed_j to j-th value of mat_feed. | |
Public Attributes | |
double | alpha |
stage separation factor | |
double | Mstar |
mass separation factor | |
int | j |
Component to enrich (U-235), id form. | |
int | k |
Component to de-enrich, or strip (U-238), id form. | |
double | N |
number of enriching stages | |
double | M |
number of stripping stages | |
double | x_feed_j |
enrichment of the j-th isotope in the feed stream | |
double | x_prod_j |
enrichment of the j-th isotope in the product stream | |
double | x_tail_j |
enrichment of the j-th isotope in the tails stream | |
pyne::Material | mat_feed |
feed material | |
pyne::Material | mat_prod |
product material | |
pyne::Material | mat_tail |
tails material | |
double | l_t_per_feed |
Total flow rate per feed rate. | |
double | swu_per_feed |
This is the SWU for 1 kg of Feed material. | |
double | swu_per_prod |
This is the SWU for 1 kg of Product material. | |
A set of physical parameters used to specify an enrichment cascade.