MoorDyn
Public Attributes | List of all members
moordyn::_FailProps Struct Reference

Failure conditions. More...

#include <Misc.hpp>

Collaboration diagram for moordyn::_FailProps:
Collaboration graph
[legend]

Public Attributes

Rodrod
 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.
 
Pointpoint
 The point the lines are attached to, if any. Otherwise it is NULL.
 
std::vector< Line * > lines
 The attached lines.
 
std::vector< EndPointsline_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
 

Detailed Description

Failure conditions.

Member Data Documentation

◆ line_end_points

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


The documentation for this struct was generated from the following file: