Skip to content

Commit b6f9a98

Browse files
loadflow -> power flow
Signed-off-by: petersalemink95 <[email protected]>
1 parent b28e45b commit b6f9a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/demos/connecting_new_consumer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
" # Set the new feeder ids\n",
179179
" grid.set_feeder_ids()\n",
180180
"\n",
181-
" # Update the loadflow\n",
181+
" # Update the power flow\n",
182182
" core_interface = PowerGridModelInterface(grid=grid)\n",
183183
"\n",
184184
" core_interface.create_input_from_grid()\n",

docs/quick_start.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Quick Start\n",
88
"\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"
1010
]
1111
},
1212
{
@@ -15,7 +15,7 @@
1515
"source": [
1616
"## Setting up a grid extension\n",
1717
"\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"
1919
]
2020
},
2121
{
@@ -105,7 +105,7 @@
105105
"cell_type": "markdown",
106106
"metadata": {},
107107
"source": [
108-
"## Performing Loadflow calculations\n",
108+
"## Performing power flow calculations\n",
109109
"\n",
110110
"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"
111111
]

0 commit comments

Comments
 (0)