AerodynamicSection Struct Reference

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

#include <aerodynamics_input.hpp>

Public Attributes

size_t id {}
 
double s {}
 
double chord {}
 
double section_offset_x {}
 
double section_offset_y {}
 
double aerodynamic_center {}
 
double twist {}
 
std::vector< double > aoa
 
std::vector< double > cl
 
std::vector< double > cd
 
std::vector< double > cm
 

Member Data Documentation

◆ aerodynamic_center

double kynema::interfaces::components::AerodynamicSection::aerodynamic_center {}

◆ aoa

std::vector<double> kynema::interfaces::components::AerodynamicSection::aoa

◆ cd

std::vector<double> kynema::interfaces::components::AerodynamicSection::cd

◆ chord

double kynema::interfaces::components::AerodynamicSection::chord {}

◆ cl

std::vector<double> kynema::interfaces::components::AerodynamicSection::cl

◆ cm

std::vector<double> kynema::interfaces::components::AerodynamicSection::cm

◆ id

size_t kynema::interfaces::components::AerodynamicSection::id {}

◆ s

double kynema::interfaces::components::AerodynamicSection::s {}

◆ section_offset_x

double kynema::interfaces::components::AerodynamicSection::section_offset_x {}

◆ section_offset_y

double kynema::interfaces::components::AerodynamicSection::section_offset_y {}

◆ twist

double kynema::interfaces::components::AerodynamicSection::twist {}

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