BeamSection Struct Reference

Kynema API: kynema::BeamSection Struct Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
kynema::BeamSection Struct Reference

A structure containing the position, mass matrix, and stiffness matrix to be used in defining a beam cross section at a given location. More...

#include <beam_section.hpp>

Public Member Functions

 BeamSection (double s, const std::array< std::array< double, 6 >, 6 > &mass, const std::array< std::array< double, 6 >, 6 > &stiffness)
 

Public Attributes

double position
 
std::array< std::array< double, 6 >, 6 > M_star
 
std::array< std::array< double, 6 >, 6 > C_star
 

Detailed Description

A structure containing the position, mass matrix, and stiffness matrix to be used in defining a beam cross section at a given location.

Constructor & Destructor Documentation

◆ BeamSection()

kynema::BeamSection::BeamSection ( double  s,
const std::array< std::array< double, 6 >, 6 > &  mass,
const std::array< std::array< double, 6 >, 6 > &  stiffness 
)
inline

Member Data Documentation

◆ C_star

std::array<std::array<double, 6>, 6> kynema::BeamSection::C_star

◆ M_star

std::array<std::array<double, 6>, 6> kynema::BeamSection::M_star

◆ position

double kynema::BeamSection::position

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