Ryan Davies
Ryan Davies
There has been requests to add line bending moment and line curvature to the list of output options from inside NREL. This will be implemented in MDF as well as...
In some cases, invalid values in the input files cause MoorDyn to crash with a segmentation fault. It would be good to implement a function that checks values to ensure...
Currently MoorDyn-F supports friction coefficients for lines in both the axial and transverse directions while MoorDyn-C only has a general seafloor contact coefficient of friction. Adding this feature is an...
When using load library in Matlab to load the C API, the following error message is produced: ``` ------Error in the Model, Error-Causes/Messsages are : Building libmoordyn_thunk_maci64 failed. Compiler output...
OpenFAST/dev now has a more robust suite of regression tests that should capture most of MoorDyn's capabilities including 6 DOF dynamics and cable. Our checking of things should be against...
Add clarity to docs on rotations based on discussion in #233
Hi @sanguinariojoe, If you are opening up a PR soon can you make sure the docs examples are up to date with the current API (See #257, #259)? Specifically the...
Hi @sanguinariojoe and @AlexWKinley, I wanted to make sure you all are in the loop on some developments coming soon here. We are planning to open a PR in the...
In general, the forces in fixed objects (bodies, rods, points) are not reported back from MoorDyn in output files. This should be resolved, as fixed objects are used to model...
Related to the discussion in #291 We should try to avoid states are being allocated and assigned to coupled objects, because their dynamics are solved externally. MD-F does not add...