Class that holds input data for vibration analysis.
More...
|
double | m_Shift = 0.0 |
| A number that specifies a part of the geometric stiffness that is to be considered as material stiffness in the eigen value analysis. More...
|
|
int | m_NumEigenValues = 1 |
| The number of eigenvalues (and hence eigen shapes) that are to be found. More...
|
|
double | m_ElementMassFactor = 1.0 |
| The element mass factor. More...
|
|
|
static int | m_StiffType = 0 |
| The stiffness type. 0 = MATERIAL_STIFF, 1 = MAT_AND_GEO_STIFF. More...
|
|
Class that holds input data for vibration analysis.
Class that holds input data for vibration analysis
◆ m_ElementMassFactor
double CfemPlugin.CfemWrapper.CfemInputVibration.m_ElementMassFactor = 1.0 |
|
protected |
◆ m_NumEigenValues
int CfemPlugin.CfemWrapper.CfemInputVibration.m_NumEigenValues = 1 |
|
protected |
The number of eigenvalues (and hence eigen shapes) that are to be found.
◆ m_Shift
double CfemPlugin.CfemWrapper.CfemInputVibration.m_Shift = 0.0 |
|
protected |
A number that specifies a part of the geometric stiffness that is to be considered as material stiffness in the eigen value analysis.
◆ m_StiffType
int CfemPlugin.CfemWrapper.CfemInputVibration.m_StiffType = 0 |
|
staticprotected |
The stiffness type. 0 = MATERIAL_STIFF, 1 = MAT_AND_GEO_STIFF.
◆ ElementMassFactor
double CfemPlugin.CfemWrapper.CfemInputVibration.ElementMassFactor |
|
getset |
Get or set the element mass factor.
Get or set the element mass factor
◆ NumEigenValues
int CfemPlugin.CfemWrapper.CfemInputVibration.NumEigenValues |
|
getset |
Get or set the number of eigenvalues that are to be found.
Get or set the number of eigenvalues that are to be found
◆ Shift
double CfemPlugin.CfemWrapper.CfemInputVibration.Shift |
|
getset |
Get or set the shift to use in the analysis.
Get or set the shift to use in the analysis. The shift is the fraction of the geometric stiffness that is to be considered as material stiffness in the analysis
◆ StiffType
int CfemPlugin.CfemWrapper.CfemInputVibration.StiffType |
|
getset |
Gets or sets stiffness type we should use.
Gets or sets stiffness type we should use
The documentation for this class was generated from the following file: