Skip to content

Releases: BasilioPV/ShipSIM

ShipSIM v1.9.0 (02-12-2024)

03 Dec 08:19
Compare
Choose a tag to compare

Version 1.9.0 (02-12-2024):
Increase speed on electrical components.
Change to 4-clause BSD license.
Review of all license text.
Some minor bugfix.

ShipSIM previous releases (up to v1.7.1)

03 Dec 08:17
Compare
Choose a tag to compare

ShipSIM previous releases

Version 1.7.1 (20-06-2024):
Minor changes.

Version 1.7.0 (30-03-2024):
Added more NACA00xx profile data
Added DynamicSelect for diagram animation
Added component name on assert messages
Added plate forced convection
Added moist air components

Version 1.6.0 (23-12-2023):
Added the following sections and models:

  • Data processing:
    Novel components for extract peaks of a signal and process them using a innovative real time rainflow counter developed exclusively for this library.
  • Environmental Heat Transfer: Model that agrupates all the environment variables for heat transfer
  • Solar components: Irradiation, sun screens, multibody plane, complete wall heat transfer
  • Heat transfer:
    • Convection factors for cylinder, internal boundary, external boundary.
    • Temperature dataset from external file
    • Plate and cylinder discrete element models for transient heat analysis
    • Simple air exchanger model
  • Other useful functions (min/max, day of the year, angle between vectors, etc...)
  • Added a Debugging package to store those model with unknown issues to be solved.
  • Rudder model now depends on the same wingData as wing sails. Cl,Cd,Cm NACA0018 function has large inconsistencies and it is removed from ShipSIM library. IMPORTANT: this component is not compatible with older versions.

Version 1.5.0 (22-10-2023):
Added Antiheeling system

Version 1.4.1 (14-10-2023):
Added cable and crane model
GitHub issues #4 solved
This release correspond to the course "Inicialización a la simulación con Modelica" of the authors of this library.

Version 1.3.0 (31-05-2023):
Added WingSail model
Added cavitation warning for 4Q propeller models
Implemented propeller-rudder interaction on 1stQ on Propeller4Q
Added animation forces selector for several components
Added electrical consumers components and EPLA sample

Version 1.2.0 (22-04-2023):
Added POD4Q model
Added (not complete) Propeller4Q model
GitHub issues #2 to #3 solved
Minor bugs fixed
Added propeller visualization

Version 1.1.0 (08-03-2023):
Included assert documentation on models
Added wind and current effects
Added ship wind model
Change to BSD 3-Clause license
Translate internal comments to English

Version 1.0.0 (14-02-2023):
First official release of the library on GitHub (BasilioPV/ShipSIM)
Released under Modelica License 2 with additional clause 16

Version 0.0.0 (July 2022):
First publication on GitHub (BasilioPV/ShipSIM)

Note: the last digit on version number (e.g. 1.0.x) represents a bugfix release, according to semantic versioning (https://semver.org).

ShipSIM v1.8.0 (23-11-2024)

03 Dec 08:18
Compare
Choose a tag to compare

Version 1.8.0 (23-11-2024):
Library splitted in several files for best performance.
Bugfix on several components.
Added autopilot model.