Skip to content

Commit 501d74a

Browse files
committed
2.3.1
1 parent 758cbf0 commit 501d74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tut_solar_uav.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)