File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,12 @@ def base_analysis(vehicle):
111111
112112 #aerodynamics.process.compute.lift.inviscid.settings.parallel = True
113113 #aerodynamics.process.compute.lift.inviscid.settings.processors = 12
114- # aerodynamics.process.compute.lift.inviscid.training_file = 'base_data_1500.txt'
114+ aerodynamics .process .compute .lift .inviscid .training_file = 'base_data_1500.txt'
115115 aerodynamics .process .compute .lift .inviscid .settings .maximum_iterations = 10
116+
116117 aerodynamics .settings .drag_coefficient_increment = 0.0000
118+ aerodynamics .settings .half_mesh_flag = False
119+ aerodynamics .settings .span_efficiency = 0.85
117120
118121 aerodynamics .process .compute .lift .inviscid .training .Mach = np .array ([.3 , .5 , .7 , .85 ])
119122 aerodynamics .process .compute .lift .inviscid .training .angle_of_attack = np .array ([0. ,3. ,6. ]) * Units .deg
You can’t perform that action at this time.
0 commit comments