3462 Commits

Author SHA1 Message Date
JoePfeiffer
ccb7c5e714 consider instance count in component mass 2022-04-29 19:32:19 -06:00
Joe Pfeiffer
c5f4b401c3
Merge pull request #1314 from JoePfeiffer/cleanup-1207
Two little cleanups in tube fin stuff.
2022-04-27 21:48:51 -06:00
JoePfeiffer
61e57eacb5 Left a really annoying extra line of debug in BarromanCalcualtor.
Somehow managed to have two offseting (in the case of this rocket, anyway) typos in pressure drop calculation.
2022-04-27 21:46:41 -06:00
SiboVG
d0348726d3
Merge pull request #1312 from JoePfeiffer/fix-1207a
Rewrite tube fin and launch lug drag calculations
2022-04-28 01:33:52 +02:00
SiboVG
a97af9b2b7
Merge pull request #1313 from SiboVG/unstable
Remove extra whitespace under MassComponentConfig auto checkbox
2022-04-28 01:28:56 +02:00
SiboVG
d481ee8f65 Remove extra whitespace under MassComponentConfig auto checkbox 2022-04-28 01:28:36 +02:00
SiboVG
9f5ccdb6a0
Merge pull request #1306 from hcraigmiller/Parachure-Enhance-Data
Parachute configuration preset input enhancements
2022-04-28 01:24:13 +02:00
SiboVG
8c48c36226 Re-add fruity chutes 2022-04-28 01:22:45 +02:00
SiboVG
f44920991a Fix merge conflict? 2022-04-28 01:19:36 +02:00
SiboVG
35947c8df2 Fix merge conflict? 2022-04-28 01:19:36 +02:00
SiboVG
5d4352b666 Fix StreamerConfig import issue 2022-04-28 01:19:36 +02:00
SiboVG
b5fc95eb26 Fix StreamerConfig comment 2022-04-28 01:19:35 +02:00
SiboVG
647706ab0f Implement mass object auto radius in OR save/import 2022-04-28 01:19:35 +02:00
SiboVG
15e169820d Include mass object auto radius in OR save/import 2022-04-28 01:19:35 +02:00
SiboVG
c8fc18c98f Implement auto radius for all mass objects 2022-04-28 01:19:35 +02:00
SiboVG
eb50857f52 Implement auto packed diameter for parachute
Adds an Auto checkbox in the parachute configuration dialog that automatically sets the parachute's packed diameter equal to the inner diameter of its parent
2022-04-28 01:19:35 +02:00
SiboVG
aaaef5ab92 Clean up Parachute 2022-04-28 01:19:35 +02:00
hcraigmiller
3595efb279 Delete Fruity_Chutes_Enhanced.orc 2022-04-28 01:19:35 +02:00
hcraigmiller
f33babc806 Parachute configuration preset input enhancements
Presets for selected parachute changes the Component Name to the parachute Description; input the parachute Cd; and input the override mass, checking the mass override box. The parachute packed values are also input, with the diameter of the parachute sized to the inner diameter of the parent component (where nose cones and transitions have inconsistent inner diameters, these components are sized to the largest diameter). Parachutes without a length and diameter (or without those fields) are sized using the default length and diameter. Once created, the parachute length and diameter do not automatically change if the parent diameter is changed, or the parachute is moved to a different component.
2022-04-28 01:19:22 +02:00
SiboVG
d1f419638b
Merge pull request #1311 from hcraigmiller/Spherachute-SkyAngle
Additional parachute manufacturer products
2022-04-28 00:32:41 +02:00
SiboVG
14bd046a67 Fix merge conflict? 2022-04-28 00:26:46 +02:00
SiboVG
a512aa4981 Fix StreamerConfig import issue 2022-04-28 00:19:13 +02:00
SiboVG
fbcefeb46f Fix StreamerConfig comment 2022-04-28 00:11:17 +02:00
SiboVG
f5eaed1b51 Implement mass object auto radius in OR save/import 2022-04-28 00:06:21 +02:00
JoePfeiffer
e98761c6cc remove some unused imports from TubeCalc.java 2022-04-27 15:42:12 -06:00
JoePfeiffer
61960fb15d New tube drag calculation reduces launch lug drag, so unit tests need to be modified to match. 2022-04-27 15:36:21 -06:00
JoePfeiffer
784348dadd Include drag from sources other than SymmetricComponent and FinSet 2022-04-27 15:20:51 -06:00
JoePfeiffer
5d8a95d0a2 This file wasn't ever supposed to committed 2022-04-27 15:20:02 -06:00
JoePfeiffer
265a6e0b7b Create Tube parent class for LaunchLug and TubeFinSet, for use with TubeCalc
Create TubeCalc parent class for LaunchLugCalc and TubeFinSetCalc

Replace tube drag calculation with new code, no longer using the three-fin
approximation from 15.03
2022-04-27 15:18:45 -06:00
SiboVG
477096975d Include mass object auto radius in OR save/import 2022-04-27 21:42:56 +02:00
SiboVG
c6788c9594 Implement auto radius for all mass objects 2022-04-27 21:36:35 +02:00
SiboVG
3166dee81c Implement auto packed diameter for parachute
Adds an Auto checkbox in the parachute configuration dialog that automatically sets the parachute's packed diameter equal to the inner diameter of its parent
2022-04-27 21:31:39 +02:00
SiboVG
8018e3f3f9 Clean up Parachute 2022-04-27 18:11:21 +02:00
JoePfeiffer
57d6d44c4f Merge remote-tracking branch 'origin/unstable' into fix-1207a 2022-04-26 16:21:41 -06:00
hcraigmiller
2c5a449302 Additional parachute manufacturer products
Adds b2Rocketry and Spherachutes product lines
2022-04-26 03:39:53 -07:00
SiboVG
08324fbefb
Merge pull request #1308 from hcraigmiller/Parachute-Front-Range
Additional parachute manufacturer's data
2022-04-26 09:54:01 +02:00
JoePfeiffer
68c4330fa3 Create skeleton of Tube. For the moment, this is just enough to
make it possible to use TubeCalc.
2022-04-24 19:22:32 -06:00
JoePfeiffer
4477d9226e commit the work-in-progress drag calculations, including creating TubeCalc for calculations common to LaunchLugs and TubeFinSets 2022-04-20 15:42:19 -06:00
SiboVG
2c4ebabaa1
Merge pull request #1309 from SiboVG/issue-1304
fixes #1304 Improve thrust curve import dialog
2022-04-20 09:48:32 +02:00
SiboVG
b51fed39ed Use full file path for thrust curve import error message 2022-04-20 09:42:57 +02:00
SiboVG
3a434ed4ac Use modal type for thrust import error popup 2022-04-20 08:05:30 +02:00
hcraigmiller
0ee4e14727 Parachute Manufacturers
Addition of Front Range Recovery and The Rocketman parachutes.
2022-04-19 12:11:39 -07:00
SiboVG
a9dbc85a7e
Merge pull request #1282 from JoePfeiffer/generalize-automatic-tube-fin-radius
generalize getOuterRadius() so automatic radius tubes touch for number of tubes greater than 2 (ie whenever possible)
2022-04-19 17:39:42 +02:00
SiboVG
1fd4dffd6a
Merge pull request #1280 from JoePfeiffer/refactor-friction-drag
Refactor friction drag
2022-04-19 17:36:52 +02:00
SiboVG
2ad61ef437
Merge pull request #1307 from hcraigmiller/Parachute-Makers
Parachute Manufacturers added to preset components
2022-04-19 15:09:22 +02:00
hcraigmiller
87d7210a0e
Delete Rocketman.orc 2022-04-19 04:08:30 -07:00
hcraigmiller
53b0bb7b80
Delete Rocketman_Enhanced.orc 2022-04-19 04:08:15 -07:00
hcraigmiller
21695a5ac2
Delete Front_Range_Rocket_Recovery_Enhanced.orc 2022-04-19 04:06:26 -07:00
hcraigmiller
7d7a831e3b
Delete Fruity_Chutes.orc 2022-04-19 04:05:57 -07:00
hcraigmiller
b9213ce300
Delete Front_Range_Rocket_Recovery.orc 2022-04-19 04:05:39 -07:00