CYCAMORE
Classes | Namespaces | Functions
src/fuel_fab.h File Reference
#include <string>
#include "cyclus.h"
#include "cycamore_version.h"
Include dependency graph for src/fuel_fab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

 cycamore
 

Functions

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)