Skip to content

Commit

Permalink
increased accuracy for 4lb bird mass
Browse files Browse the repository at this point in the history
  • Loading branch information
JBertholdt committed Feb 28, 2024
1 parent c53c941 commit d3c65aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdpressure/Bird.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Bird:
"""

def __init__(self, initial_density=950, speed_of_sound=1482.9, mass=1.814, aspect_ratio=2, k=2):
def __init__(self, initial_density=950, speed_of_sound=1482.9, mass=1.81437, aspect_ratio=2, k=2):
self.initial_density = initial_density
self.speed_of_sound = speed_of_sound
self.mass = mass
Expand Down

0 comments on commit d3c65aa

Please sign in to comment.