You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/pgm/basic_pgm_examples.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@
6
6
"source": [
7
7
"# PGM Calculation Engine Examples\n",
8
8
"\n",
9
-
"These examples show how to interact with the [power-grid-model](https://github.com/PowerGridModel/power-grid-model) calculation engine to perform load flow calculations. For a detailed documentation on the calculation engine please refer to [power-grid-model docs](https://power-grid-model.readthedocs.io/en/stable/).\n"
9
+
"These examples show how to interact with the [power-grid-model](https://github.com/PowerGridModel/power-grid-model) calculation engine to perform power flow calculations. For a detailed documentation on the calculation engine please refer to [power-grid-model docs](https://power-grid-model.readthedocs.io/en/stable/).\n"
10
10
]
11
11
},
12
12
{
13
13
"cell_type": "markdown",
14
14
"metadata": {},
15
15
"source": [
16
-
"## Single Load Flow example\n",
16
+
"## Single Power Flow example\n",
17
17
"\n",
18
18
"We will demonstrate how to use the PGMCoreInterface to perform Power Flow calculations on a `Grid` object.\n",
19
19
"In the examples the `RadialGridGenerator` is used to create randomised input networks.\n"
0 commit comments