58 Commits

Author SHA1 Message Date
Sampo Niskanen
7401254c4b motor loading refactoring 2012-01-29 18:13:23 +00:00
Doug Pedrick
b5642117ce DGP - bug fix for MassObject/Shock Cord 2012-01-23 03:39:47 +00:00
Kevin Ruland
c3cfb2e781 Persist the Velocity at launch rod clearance in ork file. Added to column in SimulationPanel. Added computation of Velocity at deployment in FlightData. Persist Velocity at deployment in ork file and added to SimulationPanel and DesignReport.
Added l10n message keys for new column in SimulationPanel.

Added function MathUtil.interpolate which does linear interpolation of intermediate values.  This is used in FlightData for computing Velocity at deployment and Velocity at launch rod clearance.
2012-01-17 02:46:49 +00:00
Kevin Ruland
398f302dfc Change handling of Motor Digests. The computed digest value is now stored as a member variable in the ThrustCurveMotor and avaliable through the getDigest() method. getDigest() was added to the Motor interface. All references to MotorDigest.digestMotor() were removed from the application.
The android db now stores the digest.  Also changed persistance mechanism for delays to store as comma delimited string.

The TestMotorLoader is now failing because the digests have changed.
2012-01-15 02:46:13 +00:00
Kevin Ruland
8d90a540e8 Fix unit test setup which has probably been broken since the ExceptionHandler was refactored to a static object stored in the Applicaiton. 2012-01-15 02:29:34 +00:00
Doug Pedrick
d6c730cfa4 DGP - support for clusters(import and export); added thickness to tube coupler; cleanup and refactoring 2012-01-10 02:13:18 +00:00
Doug Pedrick
453b7629d9 DGP - support for clusters(import and export); added thickness to tube coupler; cleanup and refactoring 2012-01-10 02:04:57 +00:00
Kevin Ruland
0e0fbff6e3 moving to core/ 2012-01-08 02:25:52 +00:00