ReferenceAxis Struct Reference

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

Reference axis definition for a beam. More...

#include <beam_input.hpp>

Public Attributes

std::vector< double > coordinate_grid
 Normalized coordinate locations [0, 1] along the beam.
 
std::vector< std::array< double, 3 > > coordinates
 X,Y,Z coordinates of reference axis points.
 
std::vector< double > twist_grid
 Normalized twist locations [0, 1] along the beam.
 
std::vector< double > twist
 Structural twist values (in radians)
 

Detailed Description

Reference axis definition for a beam.

Defines the centerline of the beam with position and twist information

Member Data Documentation

◆ coordinate_grid

std::vector<double> kynema::interfaces::components::ReferenceAxis::coordinate_grid

Normalized coordinate locations [0, 1] along the beam.

◆ coordinates

std::vector<std::array<double, 3> > kynema::interfaces::components::ReferenceAxis::coordinates

X,Y,Z coordinates of reference axis points.

◆ twist

std::vector<double> kynema::interfaces::components::ReferenceAxis::twist

Structural twist values (in radians)

◆ twist_grid

std::vector<double> kynema::interfaces::components::ReferenceAxis::twist_grid

Normalized twist locations [0, 1] along the beam.


The documentation for this struct was generated from the following file:
  • /home/runner/work/kynema/kynema/kynema/src/interfaces/components/beam_input.hpp