Internal Elements
Index
EnergyModelsGasNetworks.AbstractLinkPressureDataEnergyModelsGasNetworks.AbstractPressureDataEnergyModelsGasNetworks.BlendDataEnergyModelsGasNetworks.CompoundResourceEnergyModelsGasNetworks.CompressorEnergyModelsGasNetworks.PressureDataEnergyModelsGasNetworks.UnitConversionEnergyModelsGasNetworks.UnitsData
Nodal, link and resource supertypes
EnergyModelsGasNetworks.Compressor — Type
abstract type CompressorA supertype for individual compressor behaviours. These nodes are used to model potential increase in the network.
EnergyModelsGasNetworks.UnitConversion — Type
abstract type UnitConversion <: NetworkNode end
Abstract node used to convert flow units (e.g. volumetric to energy) without capacity or cost.
EnergyModelsGasNetworks.CompoundResource — Type
Abstract Resource type that allows to define potentials (e.g. gas flow with pressure) and pooling constraints through dispatch.
Extension data
EnergyModelsGasNetworks.PressureData — Type
Pressure-related extension data applied to nodes and links. For sources, availability nodes, and compressors the pressure applies to the outlet potential; for sinks it applies to the inlet.
EnergyModelsGasNetworks.AbstractPressureData — Type
Reference PressureData that can be applied to Nodes and Links
EnergyModelsGasNetworks.AbstractLinkPressureData — Type
PressureData specific for LinksEnergyModelsGasNetworks.BlendData — Type
Abstract data attached to nodes or links to describe blend quality requirements or tracking parameters.
EnergyModelsGasNetworks.UnitsData — Type
abstract type UnitsData <: EMB.ExtensionDataAbstract type for data used in conversion units (UnitConversion).