Formulation overview
Kynema was designed to solve flexible multibody problems that have been discretized into a collection of \(k_n\) nodes representing massless points, rigid bodies, and flexible-beam nodes, where each node has three translational degrees of freedom (DOFs) and three DOFs defining orientation. In general, a node’s DOFs are represented on the six-dimensional manifold, \(G\), with a Lie group structure, \(G \in \mathbb{R}^3 \times \mathrm{SO}(3)\), where \(\mathrm{SO}(3)\) is the group of \(3\times 3\) proper orthogonal linear transformations. For example, the generalized displacement for node \(i\) is the pair \((\underline{u}_i,\underline{\underline{R}}_i)\), where \(\underline{u}_i \in \mathbb{R}^3\) is the displacement and \(\underline{\underline{R}}_i\in\mathrm{SO(3)}\) is the relative rotation matrix. The associated composition operation is defined as \((\underline{u}_1,\underline{\underline{R}}_1)\circ(\underline{u}_2,\underline{\underline{R}}_2) = (\underline{u}_1+\underline{u}_2,\underline{\underline{R}}_1 \underline{\underline{R}}_2)\). We denote the generalized displacement and velocity for node \(i\) as
respectively, where \(\underline{q}_i \in \mathbb{R}^3\times \mathrm{SO(3)}\), \(\underline{v}_i(t) \in \mathbb{R}^{6}\), an overdot denotes a time derivative, and
is the angular velocity, for which the axial vector is defined such that, for \(\underline{\underline{A}} \in \mathrm{SO(3)}\) with entries \(A_{ij}\),
Note that in Kynema, degrees of freedom are defined in the inertial coordinate system.
For a discretized flexible multibody system with \(k_n\) nodes, the generalized displacement is organized as
where \(\underline{q} \in \left[\underline{\underline{R}}^3 \times \mathrm{SO(3)} \right]^{k_n}\), \(\underline{v} \in \mathbb{R}^k\), \(k=6k_n\).
For a discretized flexible multibody system with \(k\) degrees of freedom and \(m\) kinematic constraints, Kynema is restricted to problems where the governing equations of motion and the constraint equations form a residual vector \(\underline{r}\in \mathbb{R}^{k+m}\) where
\(\underline{R}\left(\underline{q},\underline{v},\dot{\underline{v}}, t \right) \in \mathbb{R}^{k}\) is the unconstrained-equations-of-motion residual, \(\underline{\underline{B}}(\underline{q},t) \in \mathbb{R}^{m\times k}\) is the constraint-gradient matrix associated with the constraints \(\underline{\Phi}(\underline{q},t)\in \mathbb{R}^m\), and \(\underline{\lambda}\in \mathbb{R}^m\) are the Lagrange multipliers associated with the constraints. Kynema is restricted to problems for which the unconstrained-equations-of-motion residual can be written in the form
where \(\underline{\underline{M}} \in \mathbb{R}^{k\times k}\) is the mass matrix and \(\underline{g} \in \mathbb{R}^k\) are internal and \(\underline{f} \in \mathbb{R}^k\) are external forces. The variation of Eq. (1) can be written
where, \(\underline{\underline{G}}, \underline{\underline{K}} \in \mathbb{R}^{k \times k}\) are the linearized damping and stiffness matrices, respectively, \(\underline{\underline{K}}^\Phi \in \mathbb{R}^{k \times k}\) is the stiffness matrix associated with the constraint forces,
\(\delta \underline{q}, \delta \underline{v} \in \mathbb{R}^k\), and \(\delta \underline{u}_i, \delta \underline{\theta}_i \in \mathbb{R}^3\) are the virtual displacement and virtual rotation, respectively, in inertial coordinates associated with node \(i\).
In the following, we describe the time-integration algorithm for index-3 differential-algebraic-equation (DAE-3) systems, which is the backbone of the Kynema framework. We then discuss the governing equations for a single rigid body, and then the theory and numerical discretization for flexible beams and practical consideration in modeling wind turbine blades. The full constrained system for a land-based turbine is described, including the interface for fluid-structure-interaction simulations where the fluid is simulated by an external solver. We finish the formulation with a description of the computational implementation.