/home/runner/work/kynema/kynema/kynema/src/interfaces/cfd/mooring_line.hpp Source File

Kynema API: /home/runner/work/kynema/kynema/kynema/src/interfaces/cfd/mooring_line.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
mooring_line.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5#include "node_data.hpp"
6
8
28
29} // namespace kynema::interfaces::cfd
Definition floating_platform.hpp:9
A description of a mooring line including its node and spring indices.
Definition mooring_line.hpp:12
size_t fixed_constraint_id
Fixed constraint identifier for the anchor node.
Definition mooring_line.hpp:20
size_t spring_element_id
Spring element identifier between fairlead and anchor nodes.
Definition mooring_line.hpp:26
size_t rigid_constraint_id
Rigid constraint identifier between fairlead and platform nodes.
Definition mooring_line.hpp:23
NodeData fairlead_node
Fairlead node.
Definition mooring_line.hpp:14
NodeData anchor_node
Anchor node.
Definition mooring_line.hpp:17
All of the data describing the state at a node in an ergonomic way.
Definition node_data.hpp:11