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 @@ -112,7 +112,7 @@ def base_analysis(vehicle):
112112
113113 aerodynamics .process .compute .lift .inviscid .training .Mach = np .array ([.3 , .5 , .7 , .85 ])
114114 aerodynamics .process .compute .lift .inviscid .training .angle_of_attack = np .array ([0. ,3. ,6. ]) * Units .deg
115- # aerodynamics.process.compute.lift.inviscid.training_file = 'base_data.txt'
115+ aerodynamics .process .compute .lift .inviscid .training_file = 'base_data.txt'
116116
117117 aerodynamics .settings .drag_coefficient_increment = 0.0000
118118 analyses .append (aerodynamics )
@@ -212,7 +212,7 @@ def vehicle_setup():
212212 segment .twist = 0. * Units .deg
213213 segment .root_chord_percent = 1.
214214 segment .dihedral_outboard = 0. * Units .degrees
215- segment .sweeps .quarter_chord = 40 .0 * Units .degrees
215+ segment .sweeps .quarter_chord = 30 .0 * Units .degrees
216216 segment .thickness_to_chord = 0.165
217217 #segment.vsp_mesh = Data()
218218 #segment.vsp_mesh.inner_radius = 4.
You can’t perform that action at this time.
0 commit comments