MassElement Struct Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::MassElement Struct Reference
Mass element constitutes rigid bodies/masses material behavior in kynema. It has a single node and a single section completely defined by a 6x6 mass matrix. More...
#include <mass_element.hpp>
Public Member Functions | |
MassElement (size_t id, size_t n_id, std::array< std::array< double, 6 >, 6 > mass_matrix) | |
Public Attributes | |
size_t | ID |
size_t | node_id |
std::array< std::array< double, 6 >, 6 > | M_star |
Detailed Description
Mass element constitutes rigid bodies/masses material behavior in kynema. It has a single node and a single section completely defined by a 6x6 mass matrix.
Constructor & Destructor Documentation
◆ MassElement()
|
inline |
Member Data Documentation
◆ ID
size_t kynema::MassElement::ID |
◆ M_star
std::array<std::array<double, 6>, 6> kynema::MassElement::M_star |
◆ node_id
size_t kynema::MassElement::node_id |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/elements/masses/mass_element.hpp
Generated by