2013 OpenVSP Workshop Announcement & Call for Participation

The 2013 OpenVSP Workshop will be held 7-9 August in San Luis Obispo California. There is a $99 registration fee.

The agenda will include presentations and tutorials. Topics will range from introductory to advanced modeling techniques, connections between VSP and analysis tools, and updates on recent/ongoing developments in VSP.

Please email Rob McDonald if you would like to present at the workshop. Please include a title or short description of what you would like to present. We can’t guarantee to accomodate everyone, but we are trying to construct a comprehensive workshop.

The workshop information web site is online and will be updated as the agenda is set.

The workshop registration web site is also online and ready to receive your registration.… Read more

OpenVSP 2.2.3 Released

Version 2.2.3 contains a triplet of small bug fixes that have bitten some users. I have been putting these off waiting for an upcoming feature release, but now seems to be the time to get these out there.

Bug fixes in this release:

  • Threaded version check
  • Fix CG contribution of point mass components
  • Fix CFDMesh half models when a surface is actually cut

Placing the version check in its own thread allows VSP execution to continue during the version check. This is significant for situations where the computer has internet connectivity, but the VSP web server is experiencing problems. The HTTP library used by VSP does not let you change the timeout from 60 seconds, so in these situations, VSP paused for 60 seconds on startup.

The CG contribution of point mass components was cal… Read more

OpenVSP 2.2.2 Released

Version 2.2.2 has been a long time coming. I have been waiting on a few features to make a 2.3.0 release, but finally decided it was better to get these fixes out sooner than later.

The mesh growth limiting step of CFDMesh ‘Build Target Mesh’ has been totally re-written. This new version should be vastly faster for just about anyone out there. The new BTM algorithm follows the surface topology rather than doing a full spatial search. For the rare cases where a full spatial search is still required, there is an optional flag to enable it. Even that mode should still be much faster than before.

Bug fixes in this release:

  • Don’t close already closed file in readVspAirfoil (Linux crash)
  • Fix MS_Wing chord update on scale
  • Fix warnings on various
  • Read more

OpenVSP 2.2.1 Released

Version 2.2.1 contains a number of small bug fixes.  One of thes fixes is particularly important — everyone should upgrade.

The nastiest bug caused components added from the ‘external’ default component set to have the ID number of that component.  If multiple such components were added, this could cause duplicate IDs in the model.  IDs are expected to be unique, so this causes significant problems.

The external BWB defaults that ship with VSP include a MS_Wing component with ID 42078344.  This is the most likely number to be duplicated.

If your model has duplicate IDs, you may see strange behavior including problems with parent/child relationships, parameter linking, and wetted area/volume totals from CompGeom.

I… Read more

OpenVSP 2.2.0 Released

Version 2.2.0 includes many features and improvements in all corners of the program.  There should be something here for everyone, so go ahead and upgrade.

My favorite feature is the ‘r’ key.  Place the mouse over the model and press ‘r’ to change the center of rotation.

Many users will appreciate that we can now read both of the file formats used in the UIUC airfoil database.  Please let us know if you find any airfoil files in the database that you can’t read.

Users doing trade or optimization studies will want to check out the design and XDDM support.  These features should make it very easy to use VSP in your next design study.

In addition, there were a whole host of small fixes and improvements.  Some of these bugs we… Read more

OpenVSP 2.1.0 Released

Version 2.1.0 includes lots of improvements and bug fixes across the board. Everyone is encouraged to upgrade.

Major features of this version include:

  • CBAero Wake modeling
  • Curvature based meshing
  • Re-worked CFD mesh GUI
  • X3D file output
  • Online version check

Bug fixes and minor features include:

  • Scale wing area by linear dimension instead of area
  • Don’t write commas in Cart3D files
  • Batch mode mass properties calculation
  • Read more