CYCAMORE
|
#include <string>
#include <utility>
#include <vector>
#include "cyclus.h"
#include "cycamore_version.h"
#include "growth_region_tests.h"
Go to the source code of this file.
Classes | |
class | cycamore::GrowthRegion |
This region determines if there is a need to meet a certain capacity (as defined via input) at each time step. More... | |
Namespaces | |
namespace | cycamore |
Functions | |
void | cycamore::AddCommodityDemand_ (std::string commod, Demand &demand) |
add a demand for a commodity on which this region request that facilities be built | |
void | cycamore::OrderBuilds (cyclus::toolkit::Commodity &commodity, double unmetdemand) |
orders builds given a commodity and an unmet demand for production capacity of that commodity | |
void | cycamore::RecordPosition () |
Records an agent's latitude and longitude to the output db. | |
void | cycamore::Register_ (cyclus::Agent *agent) |
register a child | |
void | cycamore::Unregister_ (cyclus::Agent *agent) |
unregister a child | |
Variables | |
cycamore::GrowthRegion | cycamore::commodity_demand |
cyclus::toolkit::Position | cycamore::coordinates |
cycamore::GrowthRegion | cycamore::int |
double | cycamore::latitude |
double | cycamore::longitude |
cyclus::toolkit::SupplyDemandManager | cycamore::sdmanager_ |
manager for Supply and demand | |
cycamore::GrowthRegion | cycamore::string |