5.4.1. Other documentationΒΆ

Additional documentation exists that may be useful for developers seeking deeper understanding of the solver and mathematics. This documentation is not generally necessary for most development efforts.

  • DCM_Interpolation.pdf

    This is a summary of the mathematics used in the interpolation of DCM (direction cosine matrices) using logarithmic mapping and matrix exponentials.

  • OpenFAST_Algorithms.pdf

    This is a summary of the solve method used in the glue code.

  • OutListParameters.xlsx

    This Excel file contains the full list of outputs for each module. It is used to generate the Fortran code for the output channel list handling for each module (this code is generally in the _IO.f90 files). The MATLAB script available in the matlab-toolbox repository at Utilities/GetOutListParameters.m.