H Craig Miller
2a187635d9
Update A simple model rocket.ork
...
Change root and tip chords from 50mm to 2in to avoid unknown conversion error.
2022-12-19 01:07:48 -08:00
JoePfeiffer
9027b21a12
Convert Roll control example listener to simulation extension
2022-12-07 15:29:16 -07:00
H Craig Miller
ec76aa6787
Update Apocalypse with decals.ork
...
Apocalypse example, changed lunch lugs to rails buttons, and reoriented rotation to -120 to avoid fins.
2022-11-21 23:09:52 -08:00
JoePfeiffer
2c8c29c46d
Wait to do TUMBLE processing until actual TUMBLE event is removed from queue
...
Run TARC payloader simulation and save new simulation data. I compared our simulation data with an on-line descent rate calculator at https://descentratecalculator.onlinetesting.net/ and saw that the results are well within 1 fps of each other.
2022-11-07 08:02:48 -07:00
JoePfeiffer
d8e04a8127
Add dual deploy example
2022-09-27 16:08:06 -06:00
thzero
8074ab1349
replace const keyword with let keyword to resolve issue; also cleanup to name variables with descriptive names instead of single letters
2022-07-24 07:24:58 -05:00
thzero
1b1eecaa4b
refactor the graaljs integration to allow Java code to be called; updated the simulation extension and scripting to due to a change in the FlightConfiguration
2022-07-02 13:55:09 -05:00
hcraigmiller
0e3716bc52
Update Three-stage rocket example
...
Ran/saved simulations
2022-06-26 21:00:04 -07:00
hcraigmiller
ce462bcf22
Update Three-stage rocket example
...
Corrected design error related to staging couplers.
2022-06-26 18:00:20 -07:00
hcraigmiller
80524572e3
Update Tube Fin Example
...
Updated Tube Fin example to include basic required components to function correctly... streamer decent rate too high (substituted parachute), no engine block or launch lug. Changes also re-ran simulation and eliminated tube fin warning.
2022-06-20 21:36:30 -07:00
Neil Weinstock
0efcaf9c73
Merge pull request #1463 from hcraigmiller/Update-Apocalypse
...
Update Apocalypse example
2022-06-20 17:23:00 -04:00
hcraigmiller
ae3c3f74d8
Update Apocalypse example
...
changed nose cone and transition shoulder diameters to be consistent with body tube inner diameter; changed parachute characteristics to reduce decent to appropriate rate; moved centering forward and middle centering rings to ends of fins; changed fin tabs to be consistent with 15.03; rotated launch lugs so that rod is not going through fins.
2022-06-18 09:57:00 -07:00
hcraigmiller
b3db5ced19
Update Three-stage Rocket
...
Changed sustainer motor delays to avoid recovery device deployment at high speed warning.
2022-06-17 22:43:16 -07:00
JoePfeiffer
34f7e42c74
Replace old parallel staging example with a new one that just demonstrates paralllel booster stages, and is a more reasonable design
2022-06-01 14:48:00 -06:00
JoePfeiffer
d0fd71f399
rerun all examples
2022-05-14 09:18:06 -06:00
SiboVG
2350b5cbd6
Update example files with corrected launchRodDirection
...
The launchRodDirection saved in these example files was wrong and caused an outdated status update when editing the sim or saving the file
2022-02-06 18:49:02 +01:00
Daniel_M_Williams
4ede3a8c60
[fix][example] Fixes 'High Power Airstart' -- with new motor: I211
2020-03-30 20:21:15 -04:00
Daniel_M_Williams
af3d226b2b
[ fix #592 ] Fixes the 'Apocalypse with decals' example rocket
2020-03-21 20:53:40 -04:00
Daniel_M_Williams
cc1e39900a
[fix] updates the Boosters example rocket
2020-03-19 18:20:15 -04:00
Daniel_M_Williams
154df7bb34
[fix] updates the Pods example rocket
2020-03-19 18:20:15 -04:00
Daniel_M_Williams
23d7397fa6
[refactor] Pods and ParallelStages are now attached to BodyTubes *only*
2018-01-13 14:35:16 -05:00
Kevin Ruland
a082e8a24b
Resave the Pods Example to get rid of older attribute.
2016-10-26 19:46:00 -05:00
Kevin Ruland
10bd864ef6
Fix 3d rendering issues with AxialStage and ParallelStage. Renamed
...
example to get rid of underscores.
2016-10-26 18:39:10 -05:00
Daniel_M_Williams
39420ddfc0
[Bugfix] Cleaned up simulation and configuration Ids loading
...
- Simulations now load the configuration ids corresponding to it's file entry.
- involved removing redundand flightconfig id fields
- FROM simulation conditions and simulation options
- TO "Simulation"
- Distilled some unit tests to use all rockets from the TestRocket class.
- Fixed a few warnings
2016-01-19 00:03:25 -05:00
Daniel_M_Williams
54f1a4c672
added example rockets for Boosters and Pods
2015-08-29 14:45:36 -04:00
Daniel_M_Williams
0c01123551
refactored Stages (Axial & Booster) now load correctly.
2015-08-25 22:38:13 -04:00
Daniel_M_Williams
29430218d5
Fixed example files, added descriptions
2015-08-24 10:52:43 -04:00
Daniel_M_Williams
d2793249a0
added example files for boosters and pods
2015-08-23 20:36:51 -04:00
kruland2607
37225b04e2
Merge remote-tracking branch 'upstream/master' into feature-tubefins
2015-03-22 21:06:57 -05:00
Sampo Niskanen
c2f44f97f6
Update example design of simulation extensions
2015-01-07 17:59:43 +02:00
kruland2607
f5e0b36dee
Added preliminary aerodynamics based on approximating each tube fin with
...
3 regular fins. Added example Tube Fin rocket.
2014-11-18 14:29:20 -06:00
kruland2607
a34d41d6af
Implement feature to compute the optimum delay for a simulation.
2014-04-08 13:09:38 -05:00
kruland2607
26fb295554
Rework source structure to separate swing gui code from core code.
...
Separate swing application code from core code. Moved a bunch of sources
and libraries around. Created new eclipse project.
Further refinements to make it build.
Update gitignore.
2013-09-27 11:34:46 -05:00