We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc3a7 commit ddca2f0Copy full SHA for ddca2f0
tut_solar_uav.py
@@ -2,6 +2,7 @@
2
#
3
# Created: Jul 2014, E. Botero
4
# Modified: Jun 2015, E. Botero
5
+# Apr 2015, E. Botero
6
7
#----------------------------------------------------------------------
8
# Imports
@@ -208,6 +209,8 @@ def vehicle_setup():
208
209
net.number_of_engines = 1.
210
net.nacelle_diameter = 0.2
211
net.engine_length = 0.01
212
+ net.areas = Data()
213
+ net.areas.wetted = 0.01*(2*np.pi*0.01/2)
214
215
# Component 1 the Sun?
216
sun = SUAVE.Components.Energy.Processes.Solar_Radiation()
0 commit comments