#include <string>
#include "cyclus.h"
#include "cycamore_version.h"
Go to the source code of this file.
|
class | cycamore::FuelFab |
| FuelFab takes in 2 streams of material and mixes them in ratios in order to supply material that matches some neutronics properties of reqeusted material. More...
|
|
|
double | cycamore::AtomToMassFrac (double atomfrac, cyclus::Composition::Ptr c1, cyclus::Composition::Ptr c2) |
|
double | cycamore::CosiWeight (cyclus::Composition::Ptr c, const std::string &spectrum) |
|
double | cycamore::HighFrac (double w_low, double w_target, double w_high, double eps) |
|
double | cycamore::LowFrac (double w_low, double w_target, double w_high, double eps) |
|
bool | cycamore::ValidWeights (double w_low, double w_target, double w_high) |
|