Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.61 KB

File metadata and controls

92 lines (69 loc) · 2.61 KB

Load

Model of (mainly) domestic loads.

Entity Model
Attribute Unit Remarks
uuid --  
id -- Human readable identifier
operator --  
operationTime -- Timely restriction of operation
node --  
qCharacteristics -- :ref:`Reactive power characteristic<participant_general_q_characteristic>` to follow
loadProfile -- :ref:`Load profile<load_lp>` as model behaviour
dsm -- Whether the load is able to follow demand side management signals
eConsAnnual kWh Annual energy consumption
sRated kVA Rated apparent power
cosphiRated -- Rated power factor
em --
UUID reference to an :ref:`Energy Management Unit<em_model>` that is controlling
this system participant. Field can be empty or missing, if this participant
is not controlled.

Caveats

Nothing - at least not known. If you found something, please contact us!

Load Profiles

The LoadProfile is an interface, that forces it's implementing classes to have a String key and being able to parse a String to a LoadProfile. Its only purpose is to give note, which load profile has to be used by the simulation. The actual profile has to be provided by the simulation itself. If no matching standard load profile is known, LoadProfile#NO_LOAD_PROFILE can be used.

To assist the user in marking the desired load profile, the enum BdewLoadProfile provides a collection of commonly known German standard electricity load profiles, defined by the bdew (Bundesverband der Energie- und Wasserwirtschaft; engl. Federal Association of the Energy and Water Industry). For more details see the corresponding website (German only).

Furthermore there are TemperatureDependantLoadProfiles which can be used to note usage of load profiles for night heating storages or heat pumps for example. The profiles rely on the VDN description for interruptable loads. For more details see here (German only). NbwTemperatureDependantLoadProfiles provides sample temperature dependant load profiles that can be used. The NbwTemperatureDependantLoadProfiles consists of load profiles "ep1" for heat pumps and "ez2" for night storage heating.