Skip to content

Commit 272442b

Browse files
committed
mesh working
1 parent 5b01e3d commit 272442b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BWB_CFD/BWB.py

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

0 commit comments

Comments
 (0)