-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
223 lines (215 loc) · 12.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
---
layout: base
---
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>Model your power grid with PowSyBl</h1>
<h2>An open-source set of Power System Blocks dedicated to grid analysis, visualization, and simulation.</h2>
<h2>Available for Java and Python.</h2>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="/assets/img/powsybl-pylon.png" class="img-fluid hero-img" alt="">
</div>
</div>
</div>
</section>
<main id="main">
<section id="clients" class="clients">
<div class="container">
<div class="row">
<div class="col-12 center-image">
<a href="http://www.lfenergy.org"><img src="/assets/img/logos/logo_lfenergy.png" alt="lfe"></a>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About PowSyBl</h2>
</div>
<div class="row content">
<div class="col-lg-6">
<p class="text-justify">
PowSyBl (<b>Pow</b>er <b>Sy</b>stem <b>Bl</b>ocks) is an open-source library written in Java,
dedicated to electrical grid modeling, visualization and simulation. The power system blocks may
be used through scripts for a quick operations, but also be assembled to build state-of-the-art applications.
</p>
<p class="text-justify">
PowSyBl is part of the <a href="http://www.lfenergy.org" target="_blank">LF Energy Foundation</a>, a project of
The Linux Foundation that supports open-source innovation projects within the energy and electricity sectors.
</p>
<p class="text-justify">
One major aim of the project is to make it easy to write complex software for power
system simulation and analysis.
</p>
<p class="text-justify">
A key characteristic of PowSyBl is its modular design, at the core of the open-source approach.
It enables developers to extend or customize its features by providing their own plugins.
</p>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p class="text-justify">
With PowSyBl, you can create applications that can:
</p>
<ul>
<li><i class="ri-check-double-line"></i> Handle a large variety of formats, such as CIM-CGMES for European data exchanges;</li>
<li><i class="ri-check-double-line"></i> Allow you to visualize the network and manipulate it endlessly;</li>
<li><i class="ri-check-double-line"></i> Perform power flow simulations and security analyses on the network;</li>
<li><i class="ri-check-double-line"></i> Optimize remedial actions in the network in order to relieve operational limits violations;</li>
<li><i class="ri-check-double-line"></i> Perform short-circuit analyses on the network;</li>
<li><i class="ri-check-double-line"></i> Perform dynamic simulations on the network.</li>
</ul>
<a href="/pages/overview" class="ml-2 btn-learn-more scrollto">Learn more</a>
<a href="/pages/overview/getting-started.html" class="ml-2 btn-learn-more scrollto">Getting started</a>
</div>
</div>
</div>
</section>
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>They use PowSyBl</h2>
<p>PowSyBl is already used in several projects and organizations, discover them below.</p>
</div>
<div class="row portfolio-container">
<div class="col-md-6 col-lg-4 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/baltic-rcc.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Baltic RCC</h4>
<p>Regional Coordinator Center for the Baltic region</p>
<div class="portfolio-links">
<a href="https://baltic-rcc.eu/" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://github.com/Baltic-RCC/EMF" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/coreso.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Coreso</h4>
<p>European Regional Coordination Center providing capacity calculation, security analysis and other services to the electricity grid</p>
<div class="portfolio-links">
<a href="https://www.coreso.eu/" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/dynawoLfe.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Dynawo</h4>
<p>Open source time domain simulation tool for power systems using the Modelica language</p>
<div class="portfolio-links">
<a href="https://dynawo.github.io" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://github.com/dynawo/" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/emsys_grid_logo_bigger.png" class="img-fluid" alt="emsys">
<div class="portfolio-info">
<h4>emsys grid</h4>
<p>Modeling and exporting forecasted network state in CGMES format. CGMES export validation according to ENTSOE norms & operator inputs</p>
<div class="portfolio-links">
<a href="https://www.emsysgrid.com" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://www.emsysgrid.com" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/farao.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Farao</h4>
<p>Open-source modular toolbox for power system coordination process</p>
<div class="portfolio-links">
<!--<a href="/assets/img/portfolio/farao3.png" data-gall="portfolioGallery" class="venobox" title="FARAO project logo"><i class="bx bx-plus"></i></a>-->
<a href="https://farao-community.github.io/" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://github.com/farao-community/" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/gridsuite.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>GridSuite</h4>
<p>A suite of web-based tools for grid simulation and analysis</p>
<div class="portfolio-links">
<!--<a href="/assets/img/portfolio/gridsuite.png" data-gall="portfolioGallery" class="venobox" title="GridSuite illustration"><i class="bx bx-plus"></i></a>-->
<a href="https://www.gridsuite.org/" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://github.com/gridsuite" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/portfolio/neon-logo.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Neon research - ACCESS</h4>
<p>Software package that helps simulate collaboration mechanisms for capacity and energy sharing among households in a neighborhood</p>
<div class="portfolio-links">
<a href="https://neonresearch.nl/" title="More Details" target="_blank"><i class="bx bx-link"></i></a>
<a href="https://github.com/SharifKhaleghparast/ACCESS" title="GitHub" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="partners" class="partners">
<div class="container">
<div class="section-title">
<h2>Partners and vendors</h2>
<p>The institutions below contribute to PowSyBl and/or build services and products based on PowSyBl. Please contact us if your institution ought to be listed here but is missing.</p>
</div>
<div class="row">
<div class="col-md-4 col-6">
<a href="https://aia.es/?lang=en" target="_blank">
<img src="/assets/img/logos/aia-grupo.png" alt="aia">
</a>
</div>
<div class="col-md-4 col-6">
<a href="https://www.artelys.com/" target="_blank">
<img src="/assets/img/logos/artelys_logo.png" alt="artelys">
</a>
</div>
<div class="col-md-4 col-6">
<a href="https://www.emsysgrid.com" target="_blank">
<img src="/assets/img/logos/emsys_grid_logo.png" alt="emsys">
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 col-6">
<a href="https://www.rte-france.com" target="_blank">
<img src="/assets/img/logos/rte-france.png" alt="rte">
</a>
</div>
<div class="col-md-4 col-6">
<a href="https://www.rte-international.com/?lang=en" target="_blank">
<img src="/assets/img/logos/rte-i.png" alt="rte-i">
</a>
</div>
<div class="col-md-4 col-6">
<a href="https://soft.it/softlab-spa/en/homepage-softlab/#" target="_blank">
<img src="/assets/img/logos/Softlab_logo_shape.svg" alt="">
</a>
</div>
</div>
</div>
</section>
</main>