ESDL
  • ESDL Documentation
  • Introduction
  • Energy Data Modelling
  • ESDL concepts
    • Design principles
    • Energy System structure
    • Data types
      • Energy System
      • Areas
      • Items, Assets, EnergyAssets and Services
        • Overview of EnergyAssets
      • Profiles
      • Energy System Information
        • Carriers
        • DataSources
        • Mobility Fuel Information
        • Profiles
        • Quantities And Units
        • Sectors
      • KPIs
    • ESDL model
  • How to use ESDL
    • Using ESDL to model an energy system
      • Setup Eclipse using the update site
      • ESDL Tree editor
      • ESDL Graphical editor / ESDL Designer
    • Example ESDL models
      • Describing a house
      • Describing a municipality
      • Describing a profile
  • ESDL models and tools
    • ESDL MapEditor
    • Energy System Simulator (ESSIM)
    • Energy Data Repository (EDR)
  • ESDL related projects
    • Warming Up
    • Mondaine
  • Software development with ESDL
    • Integration with Java
    • Integration with Python and pyEcore
    • Jupyter Notebook ESDL tutorial
  • Contributing to ESDL
    • Setting up the Eclipse Modelling Tools
      • Generating model, edit and editor code
  • Contact
  • ESDL Release Notes
  • ESDL Color Scheme
Powered by GitBook
On this page
  • Items
  • Assets
  • EnergyAssets
  • Services
  1. ESDL concepts
  2. Data types

Items, Assets, EnergyAssets and Services

Items

The Item class represents an abstract item. Items can have an id, a name, a short name and a description. The following classes are derived from the item class:

  • Assets: an Asset is an Item with a physical representation.

  • Services: A Service is a logical Item.

Assets

Assets are all physical items in the EnergySystem. Assets can have a location, a geometry, commissioning and decommissioning dates, cost information (investment, installation and operation and maintenance costs).

Assets are contained by Areas.

EnergyAssets

An EnergyAsset is an Asset with one or more ports allowing to model connections between assets.

The EnergyAsset class is subdivided into 5 categories:

  • ProductionAsset: e.g. wind turbine, solar panel, geothermal source

  • ConsumptionAsset: e.g. electricity demand, heat demand, gas demand

  • StorageAsset: e.g. battery, buffer

  • TransportAsset: e.g. electricity network, gas network, cable, pipe, transformer, heat exchange

  • ConversionAsset: e.g. gas heater, heat pump, power plant, CHP, fuel cell

Services

Example Services are demand response services and aggregator services.

PreviousAreasNextOverview of EnergyAssets

Last updated 6 years ago