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/quick_start.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"source": [
7
7
"# Quick Start\n",
8
8
"\n",
9
-
"In this quick start we create an extension of the Grid object, generate a random instance of it and perform loadflow calculations and modifactions.\n"
9
+
"In this quick start we create an extension of the Grid object, generate a random instance of it and perform power flow calculations and modifactions.\n"
10
10
]
11
11
},
12
12
{
@@ -15,7 +15,7 @@
15
15
"source": [
16
16
"## Setting up a grid extension\n",
17
17
"\n",
18
-
"This shows how to add extra values to a `Grid` object. If these are present in the PGM output they will updated after a loadflow calculation.\n"
18
+
"This shows how to add extra values to a `Grid` object. If these are present in the PGM output they will updated after a power flow calculation.\n"
19
19
]
20
20
},
21
21
{
@@ -105,7 +105,7 @@
105
105
"cell_type": "markdown",
106
106
"metadata": {},
107
107
"source": [
108
-
"## Performing Loadflow calculations\n",
108
+
"## Performing power flow calculations\n",
109
109
"\n",
110
110
"Using the `PowerGridModelInterface` the `Grid` data can be provided to the calculation engine. Using `update_grid` values can be transferred to the `Grid` object.\n"
0 commit comments