|
MoorDyn
|
Failure conditions. More...
#include <Misc.hpp>

Public Attributes | |
| Rod * | rod |
| The rod the lines are attached to, if any. Otherwise it is NULL. | |
| EndPoints | rod_end_point |
| The rod attachment end point, useless if rod is NULL. | |
| Point * | point |
| The point the lines are attached to, if any. Otherwise it is NULL. | |
| std::vector< Line * > | lines |
| The attached lines. | |
| std::vector< EndPoints > | line_end_points |
| real | time |
| Failure criteria based on simulation time (s) | |
| real | ten |
| Failure criteria based on tension (N) | |
| bool | status |
| false until the line fails | |
Failure conditions.
| std::vector<EndPoints> moordyn::_FailProps::line_end_points |
The attached line end points. This is actually an array to be filled with the end points where each line is detached