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():
223223 # Component 5 the Propeller
224224 # Design the Propeller
225225 prop = SUAVE .Components .Energy .Converters .Propeller ()
226- prop .number_blades = 2.0
226+ prop .number_of_blades = 2.0
227227 prop .freestream_velocity = 40.0 * Units ['m/s' ]# freestream
228228 prop .angular_velocity = 150. * Units ['rpm' ]
229229 prop .tip_radius = 4.25 * Units .meters
@@ -263,7 +263,7 @@ def vehicle_setup():
263263 # Component 8 the Battery
264264 bat = SUAVE .Components .Energy .Storages .Batteries .Constant_Mass .Lithium_Ion ()
265265 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
267267 bat .resistance = 0.05
268268 bat .max_voltage = 45.0
269269 initialize_from_mass (bat ,bat .mass_properties .mass )
You can’t perform that action at this time.
0 commit comments