-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello,
I am studying the RAFT-based WEIS (Level 1) program. And I have some questions.
• Evaluate structure mass and hydrostatic characteristics (WISDEM)
• Model mooring system and solve unloaded equilibrium position
• Evaluate linear hydrodynamic coefficients, including excitation at select sea states
• Evaluate aerodynamic coefficients at select wind speeds
• Apply mean loads and solve for mean offset position
• Reevaluate aerodynamic coefficients to account for tilt
• Compute rotor response coefficients (including effect of control) • Linearize viscous drag excitation and damping at given sea state
• Solve for system response
• Iterate over previous three steps until response convergence
In the RAFT calculation process when we talk about convergence, does it refer to checking whether the differences in the numerically computed values converge while iterating to find the solution of an equation? Also, should this difference (relative error) be within 0.01?
Furthermore, I am currently reviewing the VOLTURN example of RAFT. If I want to change or add the brace positions in VOLTURN for the calculations, which part of RAFT and WISDEM should I modify?
Any advice would be appreciated.
Thank you for reading.