CYCAMORE
|
Namespaces | |
namespace | fuelfabtests |
namespace | reactortests |
Classes | |
class | DeployInst |
class | Enrichment |
The Enrichment facility is a simple Agent that enriches natural uranium in a Cyclus simulation. More... | |
class | EnrichmentTest |
class | FillConverter |
class | FissConverter |
class | 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... | |
class | GrowthRegion |
This region determines if there is a need to meet a certain capacity (as defined via input) at each time step. More... | |
class | ManagerInst |
class | Mixer |
Mixer mixes N streams with fixed, static, user-specified ratios into a single output stream. More... | |
class | MixerTest |
class | NatUConverter |
The NatUConverter is a simple Converter class for material to determine the amount of natural uranium required for their proposed enrichment. More... | |
class | Reactor |
Reactor is a simple, general reactor based on static compositional transformations to model fuel burnup. More... | |
class | Separations |
Separations processes feed material into one or more streams containing specific elements and/or nuclides. More... | |
class | Sink |
This facility acts as a sink of materials and products with a fixed throughput (per time step) capacity and a lifetime capacity defined by a total inventory size. More... | |
class | Source |
This facility acts as a source of material with a fixed throughput (per time step) capacity and a lifetime capacity defined by a total inventory size. More... | |
class | SourceTest |
class | Storage |
This Facility is intended to hold materials for a user specified amount of time in order to model a storage facility with a certain residence time or holdup time. More... | |
class | StorageTest |
class | SWUConverter |
The SWUConverter is a simple Converter class for material to determine the amount of SWU required for their proposed enrichment. More... | |
class | TopupConverter |
Typedefs | |
typedef std::map< int, std::vector< std::string > > | BuildSched |
typedef std::vector< std::pair< int, std::pair< std::string, std::string > > > | Demand |
A container of (time, (demand type, demand parameters)) | |
typedef std::pair< double, std::map< int, double > > | Stream |
typedef std::map< std::string, Stream > | StreamSet |
typedef std::vector< std::pair< std::pair< double, double >, std::map< std::string, double > > > | t_instream |
Functions | |
void | AddCommodityDemand_ (std::string commod, Demand &demand) |
add a demand for a commodity on which this region request that facilities be built | |
double | AtomToMassFrac (double atomfrac, Composition::Ptr c1, Composition::Ptr c2) |
double | AtomToMassFrac (double atomfrac, cyclus::Composition::Ptr c1, cyclus::Composition::Ptr c2) |
Composition::Ptr | c_heu () |
Composition::Ptr | c_leu () |
cyclus::Composition::Ptr | c_natu () |
Composition::Ptr | c_natu1 () |
Composition::Ptr | c_natu2 () |
Composition::Ptr | c_nou235 () |
cyclus::Composition::Ptr | c_pustream () |
cyclus::Composition::Ptr | c_uox () |
cyclus::Agent * | ConstructDeployInst (cyclus::Context *ctx) |
cyclus::Agent * | ConstructEnrichment (cyclus::Context *ctx) |
cyclus::Agent * | ConstructFuelFab (cyclus::Context *ctx) |
cyclus::Agent * | ConstructGrowthRegion (cyclus::Context *ctx) |
cyclus::Agent * | ConstructManagerInst (cyclus::Context *ctx) |
cyclus::Agent * | ConstructMixer (cyclus::Context *ctx) |
cyclus::Agent * | ConstructReactor (cyclus::Context *ctx) |
cyclus::Agent * | ConstructSeparations (cyclus::Context *ctx) |
cyclus::Agent * | ConstructSink (cyclus::Context *ctx) |
cyclus::Agent * | ConstructSource (cyclus::Context *ctx) |
cyclus::Agent * | ConstructStorage (cyclus::Context *ctx) |
bool | Contains (std::vector< std::string > vec, std::string s) |
double | CosiWeight (Composition::Ptr c, const std::string &spectrum) |
double | CosiWeight (cyclus::Composition::Ptr c, const std::string &spectrum) |
double | HighFrac (double w_low, double w_target, double w_high, double eps) |
double | LowFrac (double w_low, double w_target, double w_high, double eps) |
void | OrderBuilds (cyclus::toolkit::Commodity &commodity, double unmetdemand) |
orders builds given a commodity and an unmet demand for production capacity of that commodity | |
void | RecordPosition () |
Records an agent's latitude and longitude to the output db. | |
void | Register_ (cyclus::Agent *agent) |
register a child | |
cyclus::Material::Ptr | SepMaterial (std::map< int, double > effs, cyclus::Material::Ptr mat) |
SepMaterial returns a material object that represents the composition and quantity resulting from the separation of material from mat using the given mass-based efficiencies. | |
Material::Ptr | SepMaterial (std::map< int, double > effs, Material::Ptr mat) |
bool | SortBids (cyclus::Bid< Material > *i, cyclus::Bid< Material > *j) |
TEST (MixerTests, CompleteMixingProcess) | |
TEST (MixerTests, MultipleFissStreams) | |
TEST (MixerTests, PositionInitialize) | |
TEST (SeparationsTests, PositionInitialize) | |
TEST (SeparationsTests, PositionInitialize2) | |
TEST (SeparationsTests, Retire) | |
TEST (SeparationsTests, SeparationEfficiency) | |
TEST (SeparationsTests, SeparationEfficiencyThrowing) | |
TEST (SeparationsTests, SepMaterial) | |
TEST (SeparationsTests, SepMixElemAndNuclide) | |
TEST_F (EnrichmentTest, BidPrefs) | |
TEST_F (EnrichmentTest, CheckCapConstraint) | |
TEST_F (EnrichmentTest, CheckSWUConstraint) | |
TEST_F (EnrichmentTest, ConstraintConverters) | |
TEST_F (EnrichmentTest, Enrich) | |
TEST_F (EnrichmentTest, NoBidPrefs) | |
TEST_F (EnrichmentTest, PositionInitialize) | |
TEST_F (EnrichmentTest, PositionInitialize2) | |
TEST_F (EnrichmentTest, Request) | |
TEST_F (EnrichmentTest, RequestEnrich) | |
TEST_F (EnrichmentTest, RequestQty) | |
TEST_F (EnrichmentTest, Response) | |
TEST_F (EnrichmentTest, TailsQty) | |
TEST_F (EnrichmentTest, TradeTails) | |
TEST_F (EnrichmentTest, ValidReq) | |
TEST_F (EnrichmentTest, ZeroU235) | |
TEST_F (MixerTest, MixingComposition) | |
TEST_F (MixerTest, StreamDefaultRatio) | |
TEST_F (MixerTest, StreamRatio) | |
TEST_F (MixerTest, Throughput) | |
TEST_F (SourceTest, AddBids) | |
TEST_F (SourceTest, Clone) | |
TEST_F (SourceTest, Longitude) | |
TEST_F (SourceTest, Package) | |
TEST_F (SourceTest, PositionInitialize) | |
TEST_F (SourceTest, Print) | |
TEST_F (SourceTest, Response) | |
TEST_F (SourceTest, TransportUnit) | |
TEST_F (StorageTest, ActiveDormant) | |
TEST_F (StorageTest, AddMats) | |
TEST_F (StorageTest, BehaviorTest) | |
TEST_F (StorageTest, CCap_Inventory) | |
TEST_F (StorageTest, ChangeCapacity) | |
TEST_F (StorageTest, ChangeProcessTime) | |
TEST_F (StorageTest, clone) | |
TEST_F (StorageTest, CurrentCapacity) | |
TEST_F (StorageTest, DifferentRecipe) | |
TEST_F (StorageTest, FixedBuyingSize) | |
TEST_F (StorageTest, IncorrectBuyPolSetupMinMax) | |
TEST_F (StorageTest, IncorrectBuyPolSetupNormal) | |
TEST_F (StorageTest, IncorrectBuyPolSetupUniform) | |
TEST_F (StorageTest, InitialState) | |
TEST_F (StorageTest, Longitude) | |
TEST_F (StorageTest, MultipleCommods) | |
TEST_F (StorageTest, MultipleSmallBatches) | |
TEST_F (StorageTest, NoConvert) | |
TEST_F (StorageTest, NoDormant) | |
TEST_F (StorageTest, NoProcessTime) | |
TEST_F (StorageTest, NormalActiveDormantBuyingSize) | |
TEST_F (StorageTest, NormalBuyingSize) | |
TEST_F (StorageTest, PackageExactly) | |
TEST_F (StorageTest, PackageMerge) | |
TEST_F (StorageTest, PackageSplitEqual) | |
TEST_F (StorageTest, PackageSplitFirst) | |
TEST_F (StorageTest, PositionInitialize) | |
TEST_F (StorageTest, Print) | |
TEST_F (StorageTest, RQ_Inventory) | |
TEST_F (StorageTest, RQ_Inventory_Invalid) | |
TEST_F (StorageTest, sS_Inventory) | |
TEST_F (StorageTest, Tick) | |
TEST_F (StorageTest, Tock) | |
TEST_F (StorageTest, TransportUnit) | |
TEST_F (StorageTest, TwoBatchSameTime) | |
TEST_F (StorageTest, UniformActiveNormalDormant) | |
TEST_F (StorageTest, UniformBuyingSize) | |
void | Unregister_ (cyclus::Agent *agent) |
unregister a child | |
bool | ValidWeights (double w_low, double w_target, double w_high) |
Variables | |
cycamore::GrowthRegion | commodity_demand |
cyclus::toolkit::Position | coordinates |
cycamore::GrowthRegion | int |
double | latitude |
double | longitude |
cyclus::toolkit::SupplyDemandManager | sdmanager_ |
manager for Supply and demand | |
cycamore::GrowthRegion | string |
typedef std::map< int, std::vector< std::string > > cycamore::BuildSched |
Definition at line 15 of file build/cycamore/deploy_inst.h.
typedef std::vector< std::pair< int, std::pair< std::string, std::string > > > cycamore::Demand |
A container of (time, (demand type, demand parameters))
Definition at line 25 of file build/cycamore/growth_region.h.
typedef std::pair< double, std::map< int, double > > cycamore::Stream |
Definition at line 49 of file build/cycamore/separations.cc.
typedef std::map< std::string, Stream > cycamore::StreamSet |
Definition at line 50 of file build/cycamore/separations.cc.
typedef std::vector< std::pair< std::pair< double, double >, std::map< std::string, double > > > cycamore::t_instream |
Definition at line 19 of file build/cycamore/mixer_tests.cc.
void cycamore::AddCommodityDemand_ | ( | std::string | commod, |
Demand & | demand ) |
add a demand for a commodity on which this region request that facilities be built
double cycamore::AtomToMassFrac | ( | double | atomfrac, |
Composition::Ptr | c1, | ||
Composition::Ptr | c2 ) |
Definition at line 699 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FissConverter::convert(), cycamore::FillConverter::convert(), cycamore::TopupConverter::convert(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), and cycamore::fuelfabtests::TEST().
double cycamore::AtomToMassFrac | ( | double | atomfrac, |
cyclus::Composition::Ptr | c1, | ||
cyclus::Composition::Ptr | c2 ) |
Composition::Ptr cycamore::c_heu | ( | ) |
Definition at line 45 of file build/cycamore/enrichment_tests.cc.
Composition::Ptr cycamore::c_leu | ( | ) |
Definition at line 39 of file build/cycamore/enrichment_tests.cc.
cyclus::Composition::Ptr cycamore::c_natu | ( | ) |
Composition::Ptr cycamore::c_natu1 | ( | ) |
Composition::Ptr cycamore::c_natu2 | ( | ) |
Definition at line 33 of file build/cycamore/enrichment_tests.cc.
Composition::Ptr cycamore::c_nou235 | ( | ) |
Definition at line 22 of file build/cycamore/enrichment_tests.cc.
Referenced by TEST_F().
cyclus::Composition::Ptr cycamore::c_pustream | ( | ) |
cyclus::Composition::Ptr cycamore::c_uox | ( | ) |
cyclus::Agent * cycamore::ConstructDeployInst | ( | cyclus::Context * | ctx | ) |
Definition at line 135 of file build/cycamore/deploy_inst.cc.
cyclus::Agent * cycamore::ConstructEnrichment | ( | cyclus::Context * | ctx | ) |
Definition at line 475 of file build/cycamore/enrichment.cc.
cyclus::Agent * cycamore::ConstructFuelFab | ( | cyclus::Context * | ctx | ) |
Definition at line 511 of file build/cycamore/fuel_fab.cc.
cyclus::Agent * cycamore::ConstructGrowthRegion | ( | cyclus::Context * | ctx | ) |
Definition at line 190 of file build/cycamore/growth_region.cc.
cyclus::Agent * cycamore::ConstructManagerInst | ( | cyclus::Context * | ctx | ) |
Definition at line 106 of file build/cycamore/manager_inst.cc.
cyclus::Agent * cycamore::ConstructMixer | ( | cyclus::Context * | ctx | ) |
Definition at line 218 of file build/cycamore/mixer.cc.
cyclus::Agent * cycamore::ConstructReactor | ( | cyclus::Context * | ctx | ) |
Definition at line 1872 of file build/cycamore/reactor.cc.
cyclus::Agent * cycamore::ConstructSeparations | ( | cyclus::Context * | ctx | ) |
Definition at line 395 of file build/cycamore/separations.cc.
cyclus::Agent * cycamore::ConstructSink | ( | cyclus::Context * | ctx | ) |
Definition at line 900 of file build/cycamore/sink.cc.
cyclus::Agent * cycamore::ConstructSource | ( | cyclus::Context * | ctx | ) |
Definition at line 250 of file build/cycamore/source.cc.
References cycamore::Source::Source().
cyclus::Agent * cycamore::ConstructStorage | ( | cyclus::Context * | ctx | ) |
Definition at line 1657 of file build/cycamore/storage.cc.
References cycamore::Storage::Storage().
bool cycamore::Contains | ( | std::vector< std::string > | vec, |
std::string | s ) |
Definition at line 234 of file build/cycamore/fuel_fab.cc.
double cycamore::CosiWeight | ( | Composition::Ptr | c, |
const std::string & | spectrum ) |
Definition at line 528 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FissConverter::convert(), cycamore::FillConverter::convert(), cycamore::TopupConverter::convert(), cycamore::FillConverter::FillConverter(), cycamore::FissConverter::FissConverter(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), and cycamore::TopupConverter::TopupConverter().
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 ) |
Definition at line 721 of file build/cycamore/fuel_fab.cc.
References ValidWeights().
Referenced by cycamore::FissConverter::convert(), cycamore::TopupConverter::convert(), LowFrac(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), and cycamore::fuelfabtests::TEST().
double cycamore::LowFrac | ( | double | w_low, |
double | w_target, | ||
double | w_high, | ||
double | eps ) |
Definition at line 736 of file build/cycamore/fuel_fab.cc.
References HighFrac().
Referenced by cycamore::FissConverter::convert(), cycamore::FillConverter::convert(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), cycamore::fuelfabtests::TEST(), and cycamore::fuelfabtests::TEST().
void cycamore::OrderBuilds | ( | cyclus::toolkit::Commodity & | commodity, |
double | unmetdemand ) |
orders builds given a commodity and an unmet demand for production capacity of that commodity
commodity | the commodity being demanded |
unmetdemand | the unmet demand |
|
private |
Records an agent's latitude and longitude to the output db.
void cycamore::Register_ | ( | cyclus::Agent * | agent | ) |
register a child
cyclus::Material::Ptr cycamore::SepMaterial | ( | std::map< int, double > | effs, |
cyclus::Material::Ptr | mat ) |
SepMaterial returns a material object that represents the composition and quantity resulting from the separation of material from mat using the given mass-based efficiencies.
Each key in effs represents a nuclide or element (canonical PyNE form), and each value is the corresponding mass-based separations efficiency for that nuclide or element. Note that this returns an untracked material that should only be used for its composition and qty
Material::Ptr cycamore::SepMaterial | ( | std::map< int, double > | effs, |
Material::Ptr | mat ) |
Definition at line 165 of file build/cycamore/separations.cc.
Referenced by TEST(), and cycamore::Separations::Tick().
bool cycamore::SortBids | ( | cyclus::Bid< Material > * | i, |
cyclus::Bid< Material > * | j ) |
Definition at line 99 of file build/cycamore/enrichment.cc.
cycamore::TEST | ( | MixerTests | , |
CompleteMixingProcess | ) |
Definition at line 399 of file build/cycamore/mixer_tests.cc.
References c_natu(), c_pustream(), and c_uox().
cycamore::TEST | ( | MixerTests | , |
MultipleFissStreams | ) |
Definition at line 325 of file build/cycamore/mixer_tests.cc.
References c_natu(), c_pustream(), and c_uox().
cycamore::TEST | ( | MixerTests | , |
PositionInitialize | ) |
Definition at line 464 of file build/cycamore/mixer_tests.cc.
References c_natu(), c_pustream(), and c_uox().
cycamore::TEST | ( | SeparationsTests | , |
PositionInitialize | ) |
Definition at line 344 of file build/cycamore/separations_tests.cc.
cycamore::TEST | ( | SeparationsTests | , |
PositionInitialize2 | ) |
Definition at line 382 of file build/cycamore/separations_tests.cc.
cycamore::TEST | ( | SeparationsTests | , |
Retire | ) |
Definition at line 284 of file build/cycamore/separations_tests.cc.
cycamore::TEST | ( | SeparationsTests | , |
SeparationEfficiency | ) |
Definition at line 48 of file build/cycamore/separations_tests.cc.
cycamore::TEST | ( | SeparationsTests | , |
SeparationEfficiencyThrowing | ) |
Definition at line 141 of file build/cycamore/separations_tests.cc.
cycamore::TEST | ( | SeparationsTests | , |
SepMaterial | ) |
Definition at line 17 of file build/cycamore/separations_tests.cc.
References SepMaterial().
cycamore::TEST | ( | SeparationsTests | , |
SepMixElemAndNuclide | ) |
Definition at line 239 of file build/cycamore/separations_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
BidPrefs | ) |
Definition at line 318 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
CheckCapConstraint | ) |
Definition at line 130 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
CheckSWUConstraint | ) |
Definition at line 89 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
ConstraintConverters | ) |
Definition at line 572 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
Enrich | ) |
Definition at line 606 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
NoBidPrefs | ) |
Definition at line 369 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
PositionInitialize | ) |
Definition at line 715 of file build/cycamore/enrichment_tests.cc.
References c_natu1().
cycamore::TEST_F | ( | EnrichmentTest | , |
PositionInitialize2 | ) |
Definition at line 742 of file build/cycamore/enrichment_tests.cc.
References c_natu1().
cycamore::TEST_F | ( | EnrichmentTest | , |
Request | ) |
Definition at line 521 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
RequestEnrich | ) |
Definition at line 169 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
RequestQty | ) |
Definition at line 53 of file build/cycamore/enrichment_tests.cc.
References c_natu1().
cycamore::TEST_F | ( | EnrichmentTest | , |
Response | ) |
Definition at line 653 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
TailsQty | ) |
Definition at line 262 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
TradeTails | ) |
Definition at line 225 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
ValidReq | ) |
Definition at line 545 of file build/cycamore/enrichment_tests.cc.
cycamore::TEST_F | ( | EnrichmentTest | , |
ZeroU235 | ) |
Definition at line 409 of file build/cycamore/enrichment_tests.cc.
References c_natu1(), and c_nou235().
cycamore::TEST_F | ( | MixerTest | , |
MixingComposition | ) |
Definition at line 232 of file build/cycamore/mixer_tests.cc.
References c_natu(), c_pustream(), and c_uox().
cycamore::TEST_F | ( | MixerTest | , |
StreamDefaultRatio | ) |
Definition at line 177 of file build/cycamore/mixer_tests.cc.
cycamore::TEST_F | ( | MixerTest | , |
StreamRatio | ) |
Definition at line 192 of file build/cycamore/mixer_tests.cc.
cycamore::TEST_F | ( | MixerTest | , |
Throughput | ) |
Definition at line 278 of file build/cycamore/mixer_tests.cc.
References c_natu(), c_pustream(), and c_uox().
cycamore::TEST_F | ( | SourceTest | , |
AddBids | ) |
Definition at line 58 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
Clone | ) |
Definition at line 42 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
Longitude | ) |
Definition at line 145 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
Package | ) |
Definition at line 161 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
PositionInitialize | ) |
Definition at line 131 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
) |
Definition at line 54 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
Response | ) |
Definition at line 88 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | SourceTest | , |
TransportUnit | ) |
Definition at line 192 of file build/cycamore/source_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
ActiveDormant | ) |
Definition at line 467 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
AddMats | ) |
Definition at line 123 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::max_inv_size, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, and cycamore::StorageTest::TestAddMat().
cycamore::TEST_F | ( | StorageTest | , |
BehaviorTest | ) |
Definition at line 402 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
CCap_Inventory | ) |
Definition at line 839 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
ChangeCapacity | ) |
Definition at line 255 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::max_inv_size, cycamore::StorageTest::residence_time, cycamore::StorageTest::SetUpStorage(), cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
ChangeProcessTime | ) |
Definition at line 330 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::SetUpStorage(), cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
clone | ) |
Definition at line 96 of file build/cycamore/storage_tests.cc.
References cycamore::Storage::Clone(), cycamore::StorageTest::src_facility_, and cycamore::StorageTest::TestInitState().
cycamore::TEST_F | ( | StorageTest | , |
CurrentCapacity | ) |
cycamore::TEST_F | ( | StorageTest | , |
DifferentRecipe | ) |
Definition at line 383 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::residence_time, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
FixedBuyingSize | ) |
Definition at line 554 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
IncorrectBuyPolSetupMinMax | ) |
Definition at line 695 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
IncorrectBuyPolSetupNormal | ) |
Definition at line 681 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
IncorrectBuyPolSetupUniform | ) |
Definition at line 666 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
InitialState | ) |
Definition at line 103 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::src_facility_, and cycamore::StorageTest::TestInitState().
cycamore::TEST_F | ( | StorageTest | , |
Longitude | ) |
Definition at line 735 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
MultipleCommods | ) |
Definition at line 429 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
MultipleSmallBatches | ) |
Definition at line 218 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::TestReadyTime(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
NoConvert | ) |
Definition at line 199 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::TestReadyTime(), cycamore::StorageTest::TestStocks(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
NoDormant | ) |
Definition at line 494 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
NoProcessTime | ) |
Definition at line 179 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::SetUpStorage(), cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
NormalActiveDormantBuyingSize | ) |
Definition at line 617 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
NormalBuyingSize | ) |
Definition at line 595 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
PackageExactly | ) |
Definition at line 875 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
PackageMerge | ) |
Definition at line 1005 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
PackageSplitEqual | ) |
Definition at line 911 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
PackageSplitFirst | ) |
Definition at line 952 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
PositionInitialize | ) |
Definition at line 712 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
) |
Definition at line 117 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::src_facility_, and cycamore::Storage::str().
cycamore::TEST_F | ( | StorageTest | , |
RQ_Inventory | ) |
Definition at line 775 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
RQ_Inventory_Invalid | ) |
Definition at line 760 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
sS_Inventory | ) |
Definition at line 808 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
Tick | ) |
Definition at line 134 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::src_facility_, and cycamore::Storage::Tick().
cycamore::TEST_F | ( | StorageTest | , |
Tock | ) |
Definition at line 140 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::TestReadyTime(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
TransportUnit | ) |
Definition at line 1044 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
TwoBatchSameTime | ) |
Definition at line 308 of file build/cycamore/storage_tests.cc.
References cycamore::StorageTest::in_r1, cycamore::StorageTest::residence_time, cycamore::StorageTest::src_facility_, cycamore::StorageTest::tc_, cycamore::StorageTest::TestAddMat(), cycamore::StorageTest::TestBuffers(), cycamore::StorageTest::throughput, and cycamore::Storage::Tock().
cycamore::TEST_F | ( | StorageTest | , |
UniformActiveNormalDormant | ) |
Definition at line 520 of file build/cycamore/storage_tests.cc.
cycamore::TEST_F | ( | StorageTest | , |
UniformBuyingSize | ) |
Definition at line 574 of file build/cycamore/storage_tests.cc.
void cycamore::Unregister_ | ( | cyclus::Agent * | agent | ) |
unregister a child
bool cycamore::ValidWeights | ( | double | w_low, |
double | w_target, | ||
double | w_high ) |
Definition at line 742 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FissConverter::convert(), cycamore::FillConverter::convert(), cycamore::TopupConverter::convert(), HighFrac(), and cycamore::fuelfabtests::TEST().
cycamore::GrowthRegion cycamore::commodity_demand |
|
private |
Definition at line 148 of file src/growth_region.h.
cycamore::GrowthRegion cycamore::int |
|
private |
Definition at line 138 of file src/growth_region.h.
|
private |
Definition at line 146 of file src/growth_region.h.
cyclus::toolkit::SupplyDemandManager cycamore::sdmanager_ |
manager for Supply and demand
Definition at line 113 of file src/growth_region.h.
cycamore::GrowthRegion cycamore::string |