|
177 | 177 | "# specification of own wind turbine (Note: power coefficient values and\n", |
178 | 178 | "# nominal power have to be in Watt)\n", |
179 | 179 | "myTurbine = {\n", |
180 | | - " 'turbine_name': 'myTurbine',\n", |
| 180 | + " 'object_name': 'myTurbine',\n", |
181 | 181 | " 'nominal_power': 3e6, # in W\n", |
182 | 182 | " 'hub_height': 105, # in m\n", |
183 | 183 | " 'rotor_diameter': 90, # in m\n", |
|
202 | 202 | "# if you want to use the power coefficient curve change the value of\n", |
203 | 203 | "# 'fetch_curve' to 'power_coefficient_curve'\n", |
204 | 204 | "enerconE126 = {\n", |
205 | | - " 'turbine_name': 'ENERCON E 126 7500', # turbine name as in register\n", |
| 205 | + " 'object_name': 'ENERCON E 126 7500', # turbine name as in register\n", |
206 | 206 | " 'hub_height': 135, # in m\n", |
207 | 207 | " 'rotor_diameter': 127, # in m\n", |
208 | 208 | " 'fetch_curve': 'power_curve' # fetch power curve\n", |
|
357 | 357 | "name": "python", |
358 | 358 | "nbconvert_exporter": "python", |
359 | 359 | "pygments_lexer": "ipython3", |
360 | | - "version": "3.4.2" |
| 360 | + "version": "3.5.3" |
361 | 361 | } |
362 | 362 | }, |
363 | 363 | "nbformat": 4, |
|
0 commit comments