#include <enrichment_tests.h>
|
void | DoAddMat (cyclus::Material::Ptr mat) |
|
void | DoAddMat (cyclus::Material::Ptr mat) |
|
cyclus::Material::Ptr | DoBid (cyclus::Material::Ptr mat) |
|
cyclus::Material::Ptr | DoBid (cyclus::Material::Ptr mat) |
|
cyclus::Material::Ptr | DoEnrich (cyclus::Material::Ptr mat, double qty) |
|
cyclus::Material::Ptr | DoEnrich (cyclus::Material::Ptr mat, double qty) |
|
cyclus::Material::Ptr | DoOffer (cyclus::Material::Ptr mat) |
|
cyclus::Material::Ptr | DoOffer (cyclus::Material::Ptr mat) |
|
cyclus::Material::Ptr | DoRequest () |
|
cyclus::Material::Ptr | DoRequest () |
|
boost::shared_ptr< cyclus::ExchangeContext< cyclus::Material > > | GetContext (int nreqs, int nvalid) |
|
boost::shared_ptr< cyclus::ExchangeContext< cyclus::Material > > | GetContext (int nreqs, int nvalid) |
|
cyclus::Material::Ptr | GetMat (double qty) |
|
cyclus::Material::Ptr | GetMat (double qty) |
|
cyclus::Material::Ptr | GetReqMat (double qty, double enr) |
|
cyclus::Material::Ptr | GetReqMat (double qty, double enr) |
|
void | InitParameters () |
|
void | InitParameters () |
|
virtual void | SetUp () |
|
virtual void | SetUp () |
|
void | SetUpSource () |
|
void | SetUpSource () |
|
virtual void | TearDown () |
|
virtual void | TearDown () |
|
◆ DoAddMat() [1/2]
void cycamore::EnrichmentTest::DoAddMat |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoAddMat() [2/2]
void cycamore::EnrichmentTest::DoAddMat |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoBid() [1/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoBid |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoBid() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoBid |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoEnrich() [1/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoEnrich |
( |
cyclus::Material::Ptr | mat, |
|
|
double | qty ) |
|
protected |
◆ DoEnrich() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoEnrich |
( |
cyclus::Material::Ptr | mat, |
|
|
double | qty ) |
|
protected |
◆ DoOffer() [1/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoOffer |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoOffer() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoOffer |
( |
cyclus::Material::Ptr | mat | ) |
|
|
protected |
◆ DoRequest() [1/2]
Material::Ptr cycamore::EnrichmentTest::DoRequest |
( |
| ) |
|
|
protected |
◆ DoRequest() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::DoRequest |
( |
| ) |
|
|
protected |
◆ GetContext() [1/2]
boost::shared_ptr< cyclus::ExchangeContext< cyclus::Material > > cycamore::EnrichmentTest::GetContext |
( |
int | nreqs, |
|
|
int | nvalid ) |
|
protected |
- Parameters
-
nreqs | the total number of requests |
nvalid | the number of requests that are valid |
◆ GetContext() [2/2]
boost::shared_ptr< cyclus::ExchangeContext< cyclus::Material > > cycamore::EnrichmentTest::GetContext |
( |
int | nreqs, |
|
|
int | nvalid ) |
|
protected |
- Parameters
-
nreqs | the total number of requests |
nvalid | the number of requests that are valid |
◆ GetMat() [1/2]
Material::Ptr cycamore::EnrichmentTest::GetMat |
( |
double | qty | ) |
|
|
protected |
◆ GetMat() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::GetMat |
( |
double | qty | ) |
|
|
protected |
◆ GetReqMat() [1/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::GetReqMat |
( |
double | qty, |
|
|
double | enr ) |
|
protected |
- Parameters
-
enr | the enrichment percent, i.e. for 5 w/o, enr = 0.05 |
◆ GetReqMat() [2/2]
cyclus::Material::Ptr cycamore::EnrichmentTest::GetReqMat |
( |
double | qty, |
|
|
double | enr ) |
|
protected |
- Parameters
-
enr | the enrichment percent, i.e. for 5 w/o, enr = 0.05 |
◆ InitParameters() [1/2]
void cycamore::EnrichmentTest::InitParameters |
( |
| ) |
|
|
protected |
Definition at line 456 of file build/cycamore/enrichment_tests.cc.
References feed_assay, feed_commod, feed_recipe, inv_size, product_commod, recipe, reserves, swu_capacity, tails_assay, tails_commod, and tc_.
Referenced by SetUp().
◆ InitParameters() [2/2]
void cycamore::EnrichmentTest::InitParameters |
( |
| ) |
|
|
protected |
◆ SetUp() [1/2]
void cycamore::EnrichmentTest::SetUp |
( |
| ) |
|
|
protectedvirtual |
◆ SetUp() [2/2]
virtual void cycamore::EnrichmentTest::SetUp |
( |
| ) |
|
|
protectedvirtual |
◆ SetUpSource() [1/2]
void cycamore::EnrichmentTest::SetUpSource |
( |
| ) |
|
|
protected |
Definition at line 480 of file build/cycamore/enrichment_tests.cc.
References cycamore::Enrichment::feed_commod, feed_commod, cycamore::Enrichment::feed_recipe, feed_recipe, cycamore::Enrichment::initial_feed, inv_size, cycamore::Enrichment::max_enrich, max_enrich, cycamore::Enrichment::product_commod, product_commod, reserves, cycamore::Enrichment::SetMaxInventorySize(), src_facility, swu_capacity, cycamore::Enrichment::SwuCapacity(), cycamore::Enrichment::tails_assay, tails_assay, cycamore::Enrichment::tails_commod, and tails_commod.
Referenced by SetUp().
◆ SetUpSource() [2/2]
void cycamore::EnrichmentTest::SetUpSource |
( |
| ) |
|
|
protected |
◆ TearDown() [1/2]
void cycamore::EnrichmentTest::TearDown |
( |
| ) |
|
|
protectedvirtual |
◆ TearDown() [2/2]
virtual void cycamore::EnrichmentTest::TearDown |
( |
| ) |
|
|
protectedvirtual |
◆ feed_assay
double cycamore::EnrichmentTest::feed_assay |
|
protected |
◆ feed_commod
std::string cycamore::EnrichmentTest::feed_commod |
|
protected |
◆ feed_recipe
std::string cycamore::EnrichmentTest::feed_recipe |
|
protected |
◆ inv_size
double cycamore::EnrichmentTest::inv_size |
|
protected |
◆ max_enrich
double cycamore::EnrichmentTest::max_enrich |
|
protected |
◆ order_prefs
bool cycamore::EnrichmentTest::order_prefs |
|
protected |
◆ product_commod
std::string cycamore::EnrichmentTest::product_commod |
|
protected |
◆ recipe
cyclus::Composition::Ptr cycamore::EnrichmentTest::recipe |
|
protected |
◆ reserves
double cycamore::EnrichmentTest::reserves |
|
protected |
◆ src_facility
Enrichment * cycamore::EnrichmentTest::src_facility |
|
protected |
◆ swu_capacity
double cycamore::EnrichmentTest::swu_capacity |
|
protected |
◆ tails_assay
double cycamore::EnrichmentTest::tails_assay |
|
protected |
◆ tails_commod
std::string cycamore::EnrichmentTest::tails_commod |
|
protected |
◆ tc_
cyclus::TestContext cycamore::EnrichmentTest::tc_ |
|
protected |
◆ trader
TestFacility * cycamore::EnrichmentTest::trader |
|
protected |
The documentation for this class was generated from the following files: