The NatUConverter is a simple Converter class for material to determine the amount of natural uranium required for their proposed enrichment.
More...
#include <enrichment.h>
|
virtual double | convert (cyclus::Material::Ptr m, cyclus::Arc const *a=NULL, cyclus::ExchangeTranslationContext< cyclus::Material > const *ctx=NULL) const |
| provides a conversion for the amount of natural Uranium required
|
|
virtual double | convert (cyclus::Material::Ptr m, cyclus::Arc const *a=NULL, cyclus::ExchangeTranslationContext< cyclus::Material > const *ctx=NULL) const |
| provides a conversion for the amount of natural Uranium required
|
|
| NatUConverter (double feed_commod, double tails) |
|
| NatUConverter (double feed_commod, double tails) |
|
virtual bool | operator== (Converter &other) const |
|
virtual bool | operator== (Converter &other) const |
|
virtual std::string | version () |
|
virtual std::string | version () |
|
virtual | ~NatUConverter () |
|
virtual | ~NatUConverter () |
|
The NatUConverter is a simple Converter class for material to determine the amount of natural uranium required for their proposed enrichment.
Definition at line 53 of file build/cycamore/enrichment.h.
◆ NatUConverter() [1/2]
cycamore::NatUConverter::NatUConverter |
( |
double | feed_commod, |
|
|
double | tails ) |
|
inline |
◆ ~NatUConverter() [1/2]
virtual cycamore::NatUConverter::~NatUConverter |
( |
| ) |
|
|
inlinevirtual |
◆ NatUConverter() [2/2]
cycamore::NatUConverter::NatUConverter |
( |
double | feed_commod, |
|
|
double | tails ) |
|
inline |
◆ ~NatUConverter() [2/2]
virtual cycamore::NatUConverter::~NatUConverter |
( |
| ) |
|
|
inlinevirtual |
◆ convert() [1/2]
virtual double cycamore::NatUConverter::convert |
( |
cyclus::Material::Ptr | m, |
|
|
cyclus::Arc const * | a = NULL, |
|
|
cyclus::ExchangeTranslationContext< cyclus::Material > const * | ctx = NULL ) const |
|
inlinevirtual |
◆ convert() [2/2]
virtual double cycamore::NatUConverter::convert |
( |
cyclus::Material::Ptr | m, |
|
|
cyclus::Arc const * | a = NULL, |
|
|
cyclus::ExchangeTranslationContext< cyclus::Material > const * | ctx = NULL ) const |
|
inlinevirtual |
◆ operator==() [1/2]
virtual bool cycamore::NatUConverter::operator== |
( |
Converter & | other | ) |
const |
|
inlinevirtual |
◆ operator==() [2/2]
virtual bool cycamore::NatUConverter::operator== |
( |
Converter & | other | ) |
const |
|
inlinevirtual |
◆ version() [1/2]
virtual std::string cycamore::NatUConverter::version |
( |
| ) |
|
|
inlinevirtual |
◆ version() [2/2]
virtual std::string cycamore::NatUConverter::version |
( |
| ) |
|
|
inlinevirtual |
◆ feed_
double cycamore::NatUConverter::feed_ |
|
private |
◆ tails_
double cycamore::NatUConverter::tails_ |
|
private |
The documentation for this class was generated from the following files: