/home/runner/work/kynema/kynema/kynema/src/elements/beams/hollow_circle_properties.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
hollow_circle_properties.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:16
static BeamSection GenerateHollowCircleSection(double s, double E, double G, double rho, double outer_diameter, double wall_thickness, double nu, double x_C=0., double y_C=0., double theta_p=0., double x_S=0., double y_S=0., double theta_s=0., double x_G=0., double y_G=0., double theta_i=0)
Generates a BeamSection with 6x6 mass and stiffness matrices for a hollow circular cross-section.
Definition hollow_circle_properties.hpp:94
static std::array< std::array< double, 6 >, 6 > GenerateMassMatrix(double m, double I_x, double I_y, double I_p, double x_G=0., double y_G=0., double theta_i=0.)
Generates a 6x6 cross-sectional mass matrix for use in beam elements.
Definition generate_sectional_properties.hpp:126
static HollowCircleProperties CalculateHollowCircleProperties(double outer_diameter, double wall_thickness, double nu=0.33)
Calculates geometric properties for a hollow circular cross-section.
Definition hollow_circle_properties.hpp:33
static std::array< std::array< double, 6 >, 6 > GenerateStiffnessMatrix(double EA, double EI_x, double EI_y, double GKt, double GA, double kxs, double kys, double x_C, double y_C, double theta_p, double x_S, double y_S, double theta_s)
Generates a 6x6 cross-sectional stiffness matrix for use in beam elements.
Definition generate_sectional_properties.hpp:41
A structure containing the position, mass matrix, and stiffness matrix to be used in defining a beam ...
Definition beam_section.hpp:11
Struct containing geometric properties for a hollow circular cross-section.
Definition hollow_circle_properties.hpp:15
double Ixx
Second moment of area about x-axis [Length^4].
Definition hollow_circle_properties.hpp:17
double kx
Shear correction factor in x direction [dimensionless].
Definition hollow_circle_properties.hpp:20
double ky
Shear correction factor in y direction [dimensionless].
Definition hollow_circle_properties.hpp:21
double J
Polar moment of inertia [Length^4].
Definition hollow_circle_properties.hpp:19
double Iyy
Second moment of area about y-axis [Length^4].
Definition hollow_circle_properties.hpp:18
double area
Cross-sectional area [Length^2].
Definition hollow_circle_properties.hpp:16
Generated by