/home/runner/work/kynema/kynema/kynema/src/system/beams/calculate_inertial_quadrature_point_values.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_inertial_quadrature_point_values.hpp
Go to the documentation of this file.
Definition beam_quadrature.hpp:16
KOKKOS_INLINE_FUNCTION void QuaternionCompose(const Quaternion1 &q1, const Quaternion2 &q2, QuaternionN &qn)
Composes (i.e. multiplies) two quaternions and stores the result in a third quaternion.
Definition quaternion_operations.hpp:204
KOKKOS_INLINE_FUNCTION void VecTilde(const VectorType &vector, const MatrixType &matrix)
Converts a 3x1 vector to a 3x3 skew-symmetric matrix and returns the result.
Definition vector_operations.hpp:11
Definition calculate_inertial_quadrature_point_values.hpp:17
Kokkos::View< ValueType, DeviceType > View
Definition calculate_inertial_quadrature_point_values.hpp:19
typename View< ValueType >::const_type ConstView
Definition calculate_inertial_quadrature_point_values.hpp:21
View< double *[6]> qp_Fg
Definition calculate_inertial_quadrature_point_values.hpp:38
View< double *[6][6]> qp_Guu
Definition calculate_inertial_quadrature_point_values.hpp:40
ConstView< double **[6][6]> qp_Mstar
Definition calculate_inertial_quadrature_point_values.hpp:32
typename LeftView< ValueType >::const_type ConstLeftView
Definition calculate_inertial_quadrature_point_values.hpp:25
ConstView< double *[6]> node_u_ddot
Definition calculate_inertial_quadrature_point_values.hpp:35
View< double *[6][6]> qp_Muu
Definition calculate_inertial_quadrature_point_values.hpp:39
View< double *[6]> qp_Fi
Definition calculate_inertial_quadrature_point_values.hpp:37
ConstView< double[3]> gravity
Definition calculate_inertial_quadrature_point_values.hpp:30
size_t element
Definition calculate_inertial_quadrature_point_values.hpp:27
ConstView< double **[4]> qp_r0
Definition calculate_inertial_quadrature_point_values.hpp:31
View< double *[6][6]> qp_Kuu
Definition calculate_inertial_quadrature_point_values.hpp:41
ConstView< double *[6]> node_u_dot
Definition calculate_inertial_quadrature_point_values.hpp:34
ConstLeftView< double ** > shape_interp
Definition calculate_inertial_quadrature_point_values.hpp:29
ConstView< double *[7]> node_u
Definition calculate_inertial_quadrature_point_values.hpp:33
KOKKOS_FUNCTION void operator()(size_t qp) const
Definition calculate_inertial_quadrature_point_values.hpp:44
Kokkos::View< ValueType, Kokkos::LayoutLeft, DeviceType > LeftView
Definition calculate_inertial_quadrature_point_values.hpp:23
static KOKKOS_FUNCTION void invoke(const ConstLeftView< double * > &shape_interp, const ConstView< double *[7]> &node_u, const ConstView< double *[6]> &node_u_dot, const ConstView< double *[6]> &node_u_ddot, const View< double[4]> &r, const View< double[3]> &u_ddot, const View< double[3]> &omega, const View< double[3]> &omega_dot)
Definition interpolate_to_quadrature_point_for_inertia.hpp:19
static KOKKOS_FUNCTION void invoke(double mass, const ConstView< double[3]> &gravity, const ConstView< double[3][3]> &eta_tilde, const View< double[6]> &FG)
Definition calculate_gravity_force.hpp:15
static KOKKOS_FUNCTION void invoke(double mass, const ConstView< double[3]> &omega, const ConstView< double[3]> &eta, const ConstView< double[3][3]> &rho, const ConstView< double[3][3]> &omega_tilde, const Kokkos::View< double[6][6], DeviceType > &Guu)
Definition calculate_gyroscopic_matrix.hpp:20
static KOKKOS_FUNCTION void invoke(double mass, const ConstView< double[3]> &u_ddot, const ConstView< double[3]> &omega, const ConstView< double[3]> &omega_dot, const ConstView< double[3]> &eta, const ConstView< double[3][3]> &rho, const ConstView< double[3][3]> &omega_tilde, const ConstView< double[3][3]> &omega_dot_tilde, const View< double[6][6]> &Kuu)
Definition calculate_inertia_stiffness_matrix.hpp:19
static KOKKOS_FUNCTION void invoke(double mass, const ConstView< double[3]> &u_ddot, const ConstView< double[3]> &omega, const ConstView< double[3]> &omega_dot, const ConstView< double[3]> &eta, const ConstView< double[3][3]> &eta_tilde, const ConstView< double[3][3]> &rho, const ConstView< double[3][3]> &omega_tilde, const ConstView< double[3][3]> &omega_dot_tilde, const View< double[6]> &FI)
Definition calculate_inertial_force.hpp:16
static KOKKOS_FUNCTION void invoke(const ConstView< double[4]> &xr, const ConstView< double[6][6]> &Cstar, const View< double[6][6]> &Cuu)
Definition rotate_section_matrix.hpp:17
Generated by