Skip to content

Commit

Permalink
fix analyse call
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Feb 14, 2024
1 parent e8dc534 commit 4636942
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hypervehicle/hangar/x43.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@ def fin_offset_function2(x, y, z):

# Assess inertial properties
densities = {
"wing_1": 1680,
"wing_2": 5590,
"wing_3": 1680,
"fin_1": 5590,
"fin_2": 5590,
"body": 1680,
"wing": 5590,
"inlet": 1680,
"fin1": 5590,
"fin2": 5590,
}
volume, mass, cog, inertia = x43.analyse(densities)

0 comments on commit 4636942

Please sign in to comment.