Skip to content

Commit

Permalink
set a few default values to 0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Jan 11, 2025
1 parent 3b083fb commit f871e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aviary/variable_info/variable_meta_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
},
units='unitless',
desc='canard theoretical taper ratio',
default_value=None,
default_value=0.0,
)

add_meta_data(
Expand Down Expand Up @@ -2628,7 +2628,7 @@
},
units='unitless',
desc='vertical fin theoretical taper ratio',
default_value=None,
default_value=0.0,
)

# ______ _
Expand Down Expand Up @@ -3498,7 +3498,7 @@
},
units='unitless',
desc='horizontal tail theoretical aspect ratio',
default_value=4.75,
default_value=0.0,
)

add_meta_data(
Expand Down

0 comments on commit f871e3a

Please sign in to comment.