/home/runner/work/kynema/kynema/kynema/src/system/masses/calculate_gyroscopic_matrix.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
calculate_gyroscopic_matrix.hpp
Go to the documentation of this file.
Definition calculate_gravity_force.hpp:6
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_gyroscopic_matrix.hpp:14
typename View< ValueType >::const_type ConstView
Definition calculate_gyroscopic_matrix.hpp:18
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
Kokkos::View< ValueType, DeviceType > View
Definition calculate_gyroscopic_matrix.hpp:16
Generated by