/home/runner/work/kynema/kynema/kynema/src/elements/beams/beam_section.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
beam_section.hpp
Go to the documentation of this file.
Definition calculate_constraint_output.hpp:8
A structure containing the position, mass matrix, and stiffness matrix to be used in defining a beam ...
Definition beam_section.hpp:11
std::array< std::array< double, 6 >, 6 > C_star
Definition beam_section.hpp:14
std::array< std::array< double, 6 >, 6 > M_star
Definition beam_section.hpp:13
BeamSection(double s, const std::array< std::array< double, 6 >, 6 > &mass, const std::array< std::array< double, 6 >, 6 > &stiffness)
Definition beam_section.hpp:16
Generated by