CYCAMORE
Loading...
Searching...
No Matches
fuel_fab.h File Reference
#include <string>
#include "cyclus.h"
#include "cycamore_version.h"

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

namespace  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)