CYCAMORE
Loading...
Searching...
No Matches
fuel_fab.cc File Reference
#include "fuel_fab.h"
#include <sstream>

Go to the source code of this file.

Classes

class  cycamore::FillConverter
 
class  cycamore::FissConverter
 
class  cycamore::TopupConverter
 

Namespaces

namespace  cycamore
 

Macros

#define SHOW(X)
 

Functions

double cycamore::AtomToMassFrac (double atomfrac, Composition::Ptr c1, Composition::Ptr c2)
 
cyclus::Agent * cycamore::ConstructFuelFab (cyclus::Context *ctx)
 
bool cycamore::Contains (std::vector< std::string > vec, std::string s)
 
double cycamore::CosiWeight (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)
 

Macro Definition Documentation

◆ SHOW

#define SHOW ( X)
Value:
std::cout << std::setprecision(17) << __FILE__ << ":" << __LINE__ \
<< ": " #X " = " << X << "\n"

Definition at line 9 of file src/fuel_fab.cc.