frequenz-microgrid-component-graph 0.5.0

A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// License: MIT
// Copyright © 2024 Frequenz Energy-as-a-Service GmbH

//! Formula generators for standard metrics.

pub(super) mod battery;
pub(super) mod battery_ac_coalesce;
pub(super) mod chp;
pub(super) mod consumer;
pub(super) mod ev_charger;
pub(super) mod grid;
pub(super) mod grid_coalesce;
pub(super) mod producer;
pub(super) mod pv;
pub(super) mod pv_ac_coalesce;
pub(super) mod steam_boiler;
pub(super) mod wind_turbine;