Net Load

From Tygron Support wiki
Jump to navigation Jump to search
Net Loads in relation to Net Nodes and Net Clusters.

In the Tygron Platform, a net load is a definition of supply or demand which connects to a net node. turning that node into a load node. A net load does have a geographical location which may be different from the net node is belongs to.

Loads can be imagined as being the (geographical) destinations or origins of resources such as gas or electricity for GAS and ELECTRICITY networks respectively, while the net nodes and net lines form the extent of the distribution network.

Properties

Net Loads have a number of properties related to their effect on the network. They also allow for the definitions of arbitrary attribute.

Name

The name of the Net Load is generally not visible to the end user, but can be used to keep track of specific Net Loads while editing, or could be called up using TQL to display more information to an end user.

Net Type

The network type this Net Load belongs to. Each Net Load can only belong to one type of network.

Root

The root Net Load indicates a reference net node or origin within the distribution network. Depending on the use-case, the root Net Load is often a resource supplier, although the Net Load can have any value for its supply or demand of resources. The Tygron Platform's built-in algorithm for generating networks requires that a root Net Load is present. This property is also signified by the ROOT_LOAD attribute.

Time state

The timestate of the Net Load indicates whether or not the Net Load is to be considered active in the network. The following time states are relevant for a Net Load:

  • NOTHING: The Net Load is currently not active, and its supply/demand should be ignored.
  • READY: The Net Load is currently active, and its supply/demand should be taken into account for calculations.
  • REQUEST_CONSTRUCTION_APPROVAL: The load is currently not active, but the owner of the network would like to make it active, requiring permission of the load owner.
  • REQUEST_ZONING_APPROVAL: The Net Load is currently not active, but the owner of the load would like to make it active, requiring permission of the network owner.

When requesting the time state of a net cluster, the furthest progressed time state among all Net Loads in the net cluster is returned.

Owner

The Net Load can be owned by at most one stakeholder. If the Net Load is linked to a building, the owner of that building becomes the owner of the Net Load. If the Net Load is part of a net cluster, the owner of that cluster becomes the owner of the Net Load. When the Net Load is both linked to a building and part of a cluster, the owner of the cluster takes precedence over the owner of the building.

Building

When a Net Load is created or loaded in directly over a building, the load is linked to that building. This allows for queries to find the properties of constructions based on the state of the network. Additionally, the owner of the building will also become the owner of the Net Load, for as long as the Net Load is linked to that building, and the Net Load is not part of a cluster owned by a different stakeholder. Net Loads are not required to be linked to buildings.

Attributes

Net Loads can have any number of arbitrary attributes. The following attribute names are reserved and have a special function.

FLOW: The flow of a Net Load indicates the quantity of supply or demand that this Net Load represents. Positive numbers indicate a demand, and negative numbers indicate a supply. The flow is not a fixed property, but should be added to the Net Load as an attribute. By default, the attribute name FLOW is preferred. The specific attribute name used for this is defined as part of the settings of the net type. "FLOW" is the default attribute used to indicate this property, but any attribute may be used. Depending on the calculation model for networks, this attribute is used in resource flow calculations.

ROOT_LOAD: This attribute indicates whether this Net Load is a root of the network. A "1" indicates that this Net Load is indeed a root. A "0", or lack of this attribute, means that this Net Load isn't a root.