Skip to content

Commit

Permalink
Add description for pv example
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Mar 6, 2019
1 parent eac21ef commit 920ad48
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/oemof/tabular/examples/scripting/pv_storage_household.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,29 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# PV + Storage modelling for household "
"# PV + Storage modelling for household \n",
"\n",
"### Modelled System\n",
"\n",
" input/output household \n",
" | \n",
" pv |----------------->| \n",
" |---------------->| demand\n",
" | \n",
" grid buy |----------------->| \n",
" |---------------->| grid sell \n",
" | \n",
" storage |<-----------------| \n",
" |----------------->| \n",
" \n",
"### Modelling Steps\n",
"\n",
"0. Imports and data handling\n",
"1. Create **EnergySystem** object as container for all nodes and their information \n",
"2. Add nodes to the energy system\n",
"3. Convert graph representation to mathematical program (**Model**)\n",
"4. Solve \n",
"5. Postprocess results"
]
},
{
Expand Down

0 comments on commit 920ad48

Please sign in to comment.