Class that holds input data for linearized buckling analysis.
More...
|
bool | m_DoCheckForSingularity = true |
| If <true>, a check will be performed in order to check whether or not the stiffness matrix is singular prior to performing the 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...
|
|
|
bool | CheckForSingularity [get, set] |
| Gets or sets whether or not we should check for singularity in the stiffness matrix. More...
|
|
double | Shift [get, set] |
| Get or set the shift to use in the analysis. More...
|
|
int | NumEigenValues [get, set] |
| Get or set the number of eigenvalues that are to be found. More...
|
|
Class that holds input data for linearized buckling analysis.
Class that holds input data for linearized buckling analysis
◆ m_DoCheckForSingularity
bool CfemPlugin.CfemWrapper.CfemInputLinearizedBuckling.m_DoCheckForSingularity = true |
|
protected |
If <true>, a check will be performed in order to check whether or not the stiffness matrix is singular prior to performing the analysis.
◆ m_NumEigenValues
int CfemPlugin.CfemWrapper.CfemInputLinearizedBuckling.m_NumEigenValues = 1 |
|
protected |
The number of eigenvalues (and hence eigen shapes) that are to be found.
◆ m_Shift
double CfemPlugin.CfemWrapper.CfemInputLinearizedBuckling.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.
◆ CheckForSingularity
bool CfemPlugin.CfemWrapper.CfemInputLinearizedBuckling.CheckForSingularity |
|
getset |
Gets or sets whether or not we should check for singularity in the stiffness matrix.
Gets or sets whether or not we should check for singularity in the stiffness matrix
◆ NumEigenValues
int CfemPlugin.CfemWrapper.CfemInputLinearizedBuckling.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.CfemInputLinearizedBuckling.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
The documentation for this class was generated from the following file: