![]() |
CYCAMORE
|
Namespaces | |
| namespace | fuelfabtests |
| namespace | reactortests |
Classes | |
| class | Conversion |
| This facility acts as a simple conversion facility from its input commodity to its output commodity. More... | |
| 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 * | ConstructConversion (cyclus::Context *ctx) |
| 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 | 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, BinomialActiveDormant) | |
| 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, DisruptionActiveDormant) | |
| 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 |
| cycamore::GrowthRegion | int |
| 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 46 of file build/cycamore/separations.cc.
| typedef std::map< std::string, Stream > cycamore::StreamSet |
Definition at line 47 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 685 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FillConverter::convert(), cycamore::FissConverter::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::ConstructConversion | ( | cyclus::Context * | ctx | ) |
Definition at line 448 of file build/cycamore/conversion.cc.
| cyclus::Agent * cycamore::ConstructDeployInst | ( | cyclus::Context * | ctx | ) |
Definition at line 121 of file build/cycamore/deploy_inst.cc.
| cyclus::Agent * cycamore::ConstructEnrichment | ( | cyclus::Context * | ctx | ) |
Definition at line 463 of file build/cycamore/enrichment.cc.
| cyclus::Agent * cycamore::ConstructFuelFab | ( | cyclus::Context * | ctx | ) |
Definition at line 497 of file build/cycamore/fuel_fab.cc.
| cyclus::Agent * cycamore::ConstructGrowthRegion | ( | cyclus::Context * | ctx | ) |
Definition at line 176 of file build/cycamore/growth_region.cc.
| cyclus::Agent * cycamore::ConstructManagerInst | ( | cyclus::Context * | ctx | ) |
Definition at line 92 of file build/cycamore/manager_inst.cc.
| cyclus::Agent * cycamore::ConstructMixer | ( | cyclus::Context * | ctx | ) |
Definition at line 204 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 381 of file build/cycamore/separations.cc.
| cyclus::Agent * cycamore::ConstructSink | ( | cyclus::Context * | ctx | ) |
Definition at line 901 of file build/cycamore/sink.cc.
| cyclus::Agent * cycamore::ConstructSource | ( | cyclus::Context * | ctx | ) |
Definition at line 235 of file build/cycamore/source.cc.
References cycamore::Source::Source().
| cyclus::Agent * cycamore::ConstructStorage | ( | cyclus::Context * | ctx | ) |
Definition at line 1820 of file build/cycamore/storage.cc.
References cycamore::Storage::Storage().
| bool cycamore::Contains | ( | std::vector< std::string > | vec, |
| std::string | s ) |
Definition at line 232 of file build/cycamore/fuel_fab.cc.
| double cycamore::CosiWeight | ( | Composition::Ptr | c, |
| const std::string & | spectrum ) |
Definition at line 514 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FillConverter::convert(), cycamore::FissConverter::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 707 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 722 of file build/cycamore/fuel_fab.cc.
References HighFrac().
Referenced by cycamore::FillConverter::convert(), cycamore::FissConverter::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 |
| 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 163 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 100 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.
References cycamore::NatUConverter::convert(), and cycamore::SWUConverter::convert().
| 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 | , |
| BinomialActiveDormant | ) |
Definition at line 554 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| CCap_Inventory | ) |
Definition at line 905 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 | , |
| DisruptionActiveDormant | ) |
Definition at line 584 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| FixedBuyingSize | ) |
Definition at line 620 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| IncorrectBuyPolSetupMinMax | ) |
Definition at line 761 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| IncorrectBuyPolSetupNormal | ) |
Definition at line 747 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| IncorrectBuyPolSetupUniform | ) |
Definition at line 732 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 801 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 683 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| NormalBuyingSize | ) |
Definition at line 661 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| PackageExactly | ) |
Definition at line 941 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| PackageMerge | ) |
Definition at line 1071 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| PackageSplitEqual | ) |
Definition at line 977 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| PackageSplitFirst | ) |
Definition at line 1018 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| PositionInitialize | ) |
Definition at line 778 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 841 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| RQ_Inventory_Invalid | ) |
Definition at line 826 of file build/cycamore/storage_tests.cc.
| cycamore::TEST_F | ( | StorageTest | , |
| sS_Inventory | ) |
Definition at line 874 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 1110 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 640 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 728 of file build/cycamore/fuel_fab.cc.
Referenced by cycamore::FillConverter::convert(), cycamore::FissConverter::convert(), cycamore::TopupConverter::convert(), HighFrac(), and cycamore::fuelfabtests::TEST().
| cycamore::GrowthRegion cycamore::commodity_demand |
| cycamore::GrowthRegion cycamore::int |
| cyclus::toolkit::SupplyDemandManager cycamore::sdmanager_ |
manager for Supply and demand
Definition at line 113 of file src/growth_region.h.
| cycamore::GrowthRegion cycamore::string |