We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c035 commit f44051aCopy full SHA for f44051a
1 file changed
bears_flight_simulation/parsers/motor_config.py
@@ -60,8 +60,8 @@ def new_default(cls, id: str) -> LibraryEntry:
60
"engine_filename": "Cesaroni_6800M3700-P.eng",
61
"dry_mass": 2.760,
62
"dry_inertia": [0.0, 0.0, 0.0],
63
- "nozzle_radius": 33.0,
64
- "throat_radius": 11.0,
+ "nozzle_radius": 0.033,
+ "throat_radius": 0.011,
65
"prop_mass": 3.019,
66
"grain_number": 6,
67
"grain_outer_radius": 0.033,
0 commit comments