File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def vehicle_setup():
223
223
# Component 5 the Propeller
224
224
# Design the Propeller
225
225
prop = SUAVE .Components .Energy .Converters .Propeller ()
226
- prop .number_blades = 2.0
226
+ prop .number_of_blades = 2.0
227
227
prop .freestream_velocity = 40.0 * Units ['m/s' ]# freestream
228
228
prop .angular_velocity = 150. * Units ['rpm' ]
229
229
prop .tip_radius = 4.25 * Units .meters
@@ -263,7 +263,7 @@ def vehicle_setup():
263
263
# Component 8 the Battery
264
264
bat = SUAVE .Components .Energy .Storages .Batteries .Constant_Mass .Lithium_Ion ()
265
265
bat .mass_properties .mass = 90.0 * Units .kg
266
- bat .specific_energy = 600 . * Units .Wh / Units .kg
266
+ bat .specific_energy = 700 . * Units .Wh / Units .kg
267
267
bat .resistance = 0.05
268
268
bat .max_voltage = 45.0
269
269
initialize_from_mass (bat ,bat .mass_properties .mass )
You can’t perform that action at this time.
0 commit comments