Expand description
Processes are used for converting between different commodities. The data structures in this module are used to represent these conversions along with the associated costs.
Structs§
- Flow
Type 🔒Visitor - Process
- Represents a process within the simulation
- Process
Flow - Represents a maximum annual commodity coeff for a given process
- ProcessID
- An ID type (e.g.
AgentID
,CommodityID
, etc.) - Process
Parameter - Additional parameters for a process
Enums§
- Flow
Type - Type of commodity flow (see
ProcessFlow
)
Type Aliases§
- Process
Activity Limits Map - A map indicating activity limits for a
Process
throughout the year. - Process
Flows Map - A map of process flows, keyed by region and year.
- Process
Map - A map of
Process
es, keyed by process ID - Process
Parameter Map - A map of
ProcessParameter
s, keyed by region and year