Skip to content

Commit ebbbd4c

Browse files
committed
10 iter opt
1 parent 807d639 commit ebbbd4c

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

BWB_CFD/BWB.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ def base_analysis(vehicle):
109109

110110
#aerodynamics.process.compute.lift.inviscid.settings.parallel = True
111111
#aerodynamics.process.compute.lift.inviscid.settings.processors = 12
112-
#aerodynamics.process.compute.lift.inviscid.training_file = 'base_data.txt'
113-
aerodynamics.process.compute.lift.inviscid.settings.maximum_iterations = 1500
112+
#aerodynamics.process.compute.lift.inviscid.training_file = 'base_data_10.txt'
113+
aerodynamics.process.compute.lift.inviscid.settings.maximum_iterations = 10
114114
aerodynamics.settings.drag_coefficient_increment = 0.0000
115115

116116
aerodynamics.process.compute.lift.inviscid.training.Mach = np.array([.3, .5, .7, .85])

BWB_CFD/base_data_10.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AoA Mach CL CD
2+
0.00000000 0.30000000 0.00654461 0.02550989
3+
0.00000000 0.50000000 0.00923665 0.02123636
4+
0.00000000 0.70000000 0.01069879 0.03359684
5+
0.00000000 0.85000000 0.02060680 0.06217281
6+
0.05235988 0.30000000 0.18085600 0.03233339
7+
0.05235988 0.50000000 0.20017966 0.02800733
8+
0.05235988 0.70000000 0.22334574 0.04171732
9+
0.05235988 0.85000000 0.23168485 0.07241880
10+
0.10471976 0.30000000 0.35195404 0.05195109
11+
0.10471976 0.50000000 0.38857012 0.04874952
12+
0.10471976 0.70000000 0.43144782 0.06827731
13+
0.10471976 0.85000000 0.43611823 0.10205209

0 commit comments

Comments
 (0)