Andy Platt

Results 32 issues of Andy Platt

This PR is **NOT** ready for merging (see list below). **Feature or improvement description** The SoilDyn module was developed as part of the OC6 project. It is designed specifically for...

Module: SoilDyn

This PR is **NOT** ready for merging due to conflicts (see ToDo below). **Feature or improvement description** This PR introduces a new library version of the AeroDyn and InflowWind modules...

Type: Enhancement
Module: AeroDyn
C++ API

**Bug description** In MAP, the keyword `fix` in the node list is used to denote an anchor node of a line (the only allowed keywords are `fix`, `connect`, and `vessel`)....

Type: Bug
Module: MAP++

PR #917 included new nodal output channels for the undisturbed velocity (`VUnd[xyz]`). After posting the PR, there were requests for additional channels as nodal outputs. Due to time constraints and...

Type: Enhancement
Module: AeroDyn

**Bug description** The linearization results for the OC4Semi case changed between v2.5 and v2.6. OF v2.6 introduced a revised HydroDyn with flexible platform capabilities and a new method of buoyancy...

Type: Bug
Feature: Linearization

This PR is ready for merging. **Feature or improvement description** The disk average velocity calculation is now based on multiple points instead of simply the hub center. This provides a...

Type: Enhancement
Module: AeroDyn
Module: InflowWind

**Bug description** The OpenFOAM module is used to transfer the motion of the aerodynamic centers of blades to the AMR-Wind or SOWFA. The loads calculated through CFD are then returned...

Type: Bug
Module: OpenFOAM

**Bug description** The `OutFileFmt==0` option writes an uncompressed binary output file with a fixed channel name length of 10 characters which can lead to truncation of longer channel names. There...

Type: Bug

This is ready to merge, pending discussion. **Feature or improvement description** There has been an ambiguous usage of turbine indexing. In C and C++ codes, arrays start with index 0,...

Module: OpenFAST Lib
C++ API

**Bug description** Within the `FAST_AllocateTurbines` routine, the `Turbine` data structure is allocated using the c/c++ convention of index 0 start (`Turbine(0:NumTurbines-1)`. However, elsewhere in the _OpenFAST_ library code, the indexing...

Type: Bug
Module: OpenFAST Lib