#include <mbs_modal_struct.h>
Public Attributes | |
| int | type |
| 1=unoscillating stable; 2=rigid; 3=unoscillating unstable; 4=oscillating damped; 5=oscillating undamped; 6=oscillating unstable More... | |
| double | eval_a |
| Real part of the mode eigenvalue. More... | |
| double | eval_b |
| Imaginary part of the mode eigenvalue. More... | |
| double | ksi |
| Damping factor [%]. More... | |
| double | nu_0 |
| Undamped frequency [Hz]. More... | |
| double | nu |
| Frequency of the -damped- mode [Hz]. More... | |
| double * | q_a |
| Real part of the generalized position corresponding to the mode motion (computed from q_r) More... | |
| double * | q_b |
| Img part of the generalized position corresponding to the mode motion (computed from q_phi) More... | |
| double * | ux_a |
| Real part of the extra ODE states corresponding to the mode motion (computed from ux_r) More... | |
| double * | ux_b |
| Img part of the extra ODE states corresponding to the mode motion (computed from ux_phi) More... | |
| double * | q_r |
| Norm of the generalized position corresponding to the mode motion (computed from evec_r and evec_phi) More... | |
| double * | q_phi |
| Phase of the generalized position corresponding to the mode motion (computed from evec_r and evec_phi) More... | |
| double * | ux_r |
| Norm of the extra ODE states corresponding to the mode motion (computed from evec_r and evec_phi) More... | |
| double * | ux_phi |
| Phase of the extra ODE states corresponding to the mode motion (computed from evec_r and evec_phi) More... | |
| double * | evec_r |
| Norm of the eigen vector associated to the mode [nx]. More... | |
| double * | evec_phi |
| Phase of the eigen vector associated to the mode [nx]. More... | |
| double eval_a |
Real part of the mode eigenvalue.
| double eval_b |
Imaginary part of the mode eigenvalue.
| double* evec_phi |
Phase of the eigen vector associated to the mode [nx].
| double* evec_r |
Norm of the eigen vector associated to the mode [nx].
| double ksi |
Damping factor [%].
| double nu |
Frequency of the -damped- mode [Hz].
| double nu_0 |
Undamped frequency [Hz].
| double* q_a |
Real part of the generalized position corresponding to the mode motion (computed from q_r)
| double* q_b |
Img part of the generalized position corresponding to the mode motion (computed from q_phi)
| double* q_phi |
Phase of the generalized position corresponding to the mode motion (computed from evec_r and evec_phi)
| double* q_r |
Norm of the generalized position corresponding to the mode motion (computed from evec_r and evec_phi)
| int type |
1=unoscillating stable; 2=rigid; 3=unoscillating unstable; 4=oscillating damped; 5=oscillating undamped; 6=oscillating unstable
| double* ux_a |
Real part of the extra ODE states corresponding to the mode motion (computed from ux_r)
| double* ux_b |
Img part of the extra ODE states corresponding to the mode motion (computed from ux_phi)
| double* ux_phi |
Phase of the extra ODE states corresponding to the mode motion (computed from evec_r and evec_phi)
| double* ux_r |
Norm of the extra ODE states corresponding to the mode motion (computed from evec_r and evec_phi)
1.8.17