Back to Joe's Java Index Back to the Supersonic Cone Program page


Supersonic Cone Program

Revision History

 

1.2.5
November 12, 2024
  • Fixed an error in the calculation of the static density ratio on the surface of the cone.
1.2.4
December 20, 2023
  • Modified to remove the seriously out of date MRJAdapter and Bare Bones Browser Launcher libraries and replaced them with the now standard java.awt.Desktop class.
  • Modified MacOS application bundle to work better on modern versions of MacOS.
  • The MacOS version has a Java 11 compatible JRE bundled with the application (you do not need to have Java installed to run this version).
  • Other minor code improvements.
1.2.3
October 10, 2020
  • Fixed a bug with an underlying library (MRJAdapter) that wasn't compatible with recent versions of Java (Java 15 in particular).
  • Fixed a long-standing problem with the Windows menu getting out of synch with the open windows.
1.2.2
January 11, 2015
  • Fixed a bug that could sometimes occur that would prevent the file dialog from working properly on MacOS X and Linux platforms.
  • Fixed a problem with the application bundle not working on recent versions of MacOS X.
  • Picked up a large number of code cleanups and updated libraries.
1.2.1
June 30, 2012
Fixed a bug that prevented the user from inputting a number that starts with a decimal point.
1.2.0
February 18, 2012
Modified to allow the user to input the specific heat ratio of the gas in question (gamma).
1.1.0
July 26, 2011
  • Corrected a roundoff error.
  • Updated to the latest versions of the underlying libraries.
  • Replaced Ostermiller Utils with Bare Bones Browser Launch.  Much smaller footprint for the one feature I was using (launching a web browser).
  • Ported the program over to the JScience package.
  • Modernized the code and improved error messages.
  • Developed a new application icon.
  • Program no longer requires an installer on Windows or Linux.
  • Program now requires Java 1.5 or later.
1.0.2
October 29, 2008
Fixed a bug that prevented the program from running on newer versions of MacOS X.  Increased the accuracy of the shock angle solutions output (by tightening the tolerance on the equation solvers used).
1.0.1
April 30, 2005
Fixed a bug in the calculation of the cone to upstream static pressure ratio (Pc/Pinf).
1.0.0
November 7, 2004

First public release of the Supersonic Cone program and it's source code.


Created: November 7, 2004
Modified: November 12, 2024