The SWUConverter is a simple Converter class for material to determine the amount of SWU 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 SWU 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 SWU required
|
|
virtual bool | operator== (Converter &other) const |
|
virtual bool | operator== (Converter &other) const |
|
| SWUConverter (double feed_commod, double tails) |
|
| SWUConverter (double feed_commod, double tails) |
|
virtual | ~SWUConverter () |
|
virtual | ~SWUConverter () |
|
The SWUConverter is a simple Converter class for material to determine the amount of SWU required for their proposed enrichment.
Definition at line 19 of file build/cycamore/enrichment.h.
◆ SWUConverter() [1/2]
cycamore::SWUConverter::SWUConverter |
( |
double | feed_commod, |
|
|
double | tails ) |
|
inline |
◆ ~SWUConverter() [1/2]
virtual cycamore::SWUConverter::~SWUConverter |
( |
| ) |
|
|
inlinevirtual |
◆ SWUConverter() [2/2]
cycamore::SWUConverter::SWUConverter |
( |
double | feed_commod, |
|
|
double | tails ) |
|
inline |
◆ ~SWUConverter() [2/2]
virtual cycamore::SWUConverter::~SWUConverter |
( |
| ) |
|
|
inlinevirtual |
◆ convert() [1/2]
virtual double cycamore::SWUConverter::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::SWUConverter::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::SWUConverter::operator== |
( |
Converter & | other | ) |
const |
|
inlinevirtual |
◆ operator==() [2/2]
virtual bool cycamore::SWUConverter::operator== |
( |
Converter & | other | ) |
const |
|
inlinevirtual |
◆ feed_
double cycamore::SWUConverter::feed_ |
|
private |
◆ tails_
double cycamore::SWUConverter::tails_ |
|
private |
The documentation for this class was generated from the following files: