Skip to content

Tags: arrect/openfast

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v3.0.0 (OpenFAST#754)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.6.0 (OpenFAST#751)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.5.0 (OpenFAST#630)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request OpenFAST#542 from OpenFAST/dev

Release v2.4.0

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version 2.3.0

Merge pull request OpenFAST#433: dev into master

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.2.0

Merge pull request OpenFAST#357 from OpenFAST/dev

v2.1.0

Toggle v2.1.0's commit message
OpenFAST v2.1.0

OpenFAST
- Fix a stack overflow issue in vtk visualization for large wave fields
- Add GitHub pull request and issue templates
- Continuous integration expansion and improvements
- Bug fixes and improvements for the Windows build systems

AeroDyn
- Robustness improved in DBEMT
- Bug fixes
  * Reynolds number calculation
  * Seg fault when tower loads are off

BeamDyn
- Correct the damping coefficient reference frame
- BeamDyn Driver: allow setting an initial azimuth

HydroDyn
- Bug fixes
  * Fix a seg fault when Hdsum is off
  * Fixed the external buoyancy calculation

v2.0.0

Toggle v2.0.0's commit message
OpenFAST v2.0.0

Breaking changes to the BeamDyn API have been introduced. Please refer to the BeamDyn input file documentation for updates.

BeamDyn
* Linearization
* Quasi steady start up
* Finite difference capability
* Computation cleanup for improved performance
* Expanded regression tests
* Bug fixes

AeroDyn
* DBEMT
* Bug fixes

Build system updates
* Parallel build enabled through CMake
* Improved debug flags
* Support for CMake-generated Visual Studio solution
* Single precision bug fixes

TurbSim bug fixes
Documentation updates and improvements
Increased robustness for interpolation of tower properties in the OpenFOAM module
Added a nacelle model to the c++ glue code
Support Bladed style brake torque input by array
FAST renamed to OpenFAST in source

v1.0.0

Toggle v1.0.0's commit message
OpenFAST v1.0.0

This is the first production release of the OpenFAST framework after transition from FAST v8.

Documentation
The documentation has been significantly restructured and includes installation, user, and development guides. All documentation is available at http://openfast.readthedocs.io/en/latest/

Build system
The Visual Studio build system has been significantly updated to compile all of OpenFAST through a single VS Solution.
See the installation documentation for more info: http://openfast.readthedocs.io/en/latest/source/install/index.html

Test infrastructure
This release of OpenFAST adds a testing framework for unit testing and regression testing at the OpenFAST and sub module level. Unit tests have been incorporated to BeamDyn. Regression tests have been added for the OpenFAST glue code and BeamDyn.
See the testing documentation for more info: http://openfast.readthedocs.io/en/latest/source/testing/index.html

C++ glue code API
A new API has been added which provides a high level API to run OpenFAST through a C++ glue code. The primary purpose of the C++ API is to help interface OpenFAST to external programs like CFD solvers that are typically written in C++.
See the C++ API documentation at http://openfast.readthedocs.io/en/latest/source/user/cppapi/index.html

v0.1.0

Toggle v0.1.0's commit message
OpenFAST v0.1.0

See the detailed release notes at:
http://openfast.readthedocs.io/en/master/source/user/fast_to_openfast.html

General framework updates
- The OpenFAST glues codes, modules, module drivers, and compiling tools are contained within one repository: https://github.com/openfast/openfast
- Version numbering has been updated for OpenFAST: OpenFAST-v1.0.0-123-gabcd1234-dirty
- Version numbers of each module have been eliminated and use the OpenFAST version number

Updates to AeroDyn 15
- Blade element/momentem theory and implementation updates
- Various bug fixes

Updates to BeamDyn
- Extensive cleanup of the source code
- Various bug fixes

Other updates
- Update to the interface between FAST and CFD wrappers
- A new module for user-specified platform loading (ExtPtfm) has been introduced