-
Notifications
You must be signed in to change notification settings - Fork 4
Model Resource Components Package
All component features relevant to the model and analysis are collected in descriptor files. These files are all in XML-format with a minimum of nested tags. That is, the generally preferred way of approaching placement of single-value information is in value
-attributes of appropriately named tags. Where applicable a unit
-attributed should also carry the units of the associated value
-attribute.
Where tuples of triples are concerned, each member of the multiple shall be assigned a dedicated tag, again with value
and unit
attribute as needed.
The entity-relational-diagram below gives and overview of tags and inheritance.
The following lists and links the available descriptor files.
The root interface for all components is described in componentDescriptorInterface.xml
.
The following lists, in alphabetical order, implementations of the root interface. Generally, a generic implementation for a particular component exists. Note though that for specific model runs, it is desirable to update these generic descriptors as much as possible with specifics.
The controlledLoadDescriptor.xml
file implements a generic controlled load.
The eesDescriptor.xml
file implements a generic electrical energy storage system.
The esDescriptor.xml
file implements a generic energy storage system. It has two children that are more specific for electrical and thermal energy storage respectively.
The genDescriptor.xml
file implements a generic diesel electric generator.
The invDescriptor.xml
file implements a generic inverter.
The loadDescriptor.xml
file implements a generic non-controlled load.
The wtgDescriptor.xml
file implements a generic wind turbine generator.
The tesDescriptor.xml
file implements a generic thermal energy storage system.