Hmm those numbers are better than what I achieve. I was comparing to ETABS and noticed ETABS doesn't give this sort of error.
The reason for using FullGenLapack is 1 it's a small model and 2 I was testing both this case and the case in which the top nodes are constrained with a rigid diaphragm meaning the genBandArpack is not able to solve the problem for the 3 modes that should exist.
Results with no rigid diaphragm constraint
Code: Select all
# MODAL ANALYSIS REPORT
* 1. DOMAIN SIZE:
# This is the size of the problem: 1 for 1D problems, 2 for 2D problems, 3 for 3D problems.
3
* 2. EIGENVALUE ANALYSIS:
# MODE LAMBDA OMEGA FREQUENCY PERIOD
# ------------- ------------- ------------- ------------- -------------
1 7897.53 88.8681 14.1438 0.0707024
2 7897.53 88.8681 14.1438 0.0707024
3 8855.47 94.1035 14.977 0.0667689
* 3. TOTAL MASS OF THE STRUCTURE:
# The total masses (translational and rotational) of the structure
# including the masses at fixed DOFs (if any).
# MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- -------------
22608 22608 0 38151 38151 282600
* 4. TOTAL FREE MASS OF THE STRUCTURE:
# The total masses (translational and rotational) of the structure
# including only the masses at free DOFs.
# MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- -------------
18369 18369 0 0 0 229613
* 5. CENTER OF MASS:
# The center of mass of the structure, calculated from free masses.
# X Y Z
# ------------- ------------- -------------
2.5 2.5 3
* 6. MODAL PARTICIPATION FACTORS:
# The participation factor for a certain mode 'a' in a certain direction 'i'
# indicates how strongly displacement along (or rotation about)
# the global axes is represented in the eigenvector of that mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 17.6039 134.384 0 0 0 0
2 135.532 0 0 0 0 0
3 0 0 0 0 0 -479.179
* 7. MODAL PARTICIPATION MASSES:
# The modal participation masses for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 309.896 18059.1 0 0 0 0
2 18369 0 0 0 0 0
3 0 0 0 0 0 229613
* 8. MODAL PARTICIPATION MASSES (cumulative):
# The cumulative modal participation masses for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 309.896 18059.1 0 0 0 0
2 18678.9 18059.1 0 0 0 0
3 18678.9 18059.1 0 0 0 229613
* 9. MODAL PARTICIPATION MASS RATIOS (%):
# The modal participation mass ratios (%) for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 1.68706 98.3129 0 0 0 0
2 100 0 0 0 0 0
3 0 0 0 0 0 100
* 10. MODAL PARTICIPATION MASS RATIOS (%) (cumulative):
# The cumulative modal participation mass ratios (%) for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 1.68706 98.3129 0 0 0 0
2 101.687 98.3129 0 0 0 0
3 101.687 98.3129 0 0 0 100
Results with Rigid diaphragm constraint (better)
Code: Select all
# MODAL ANALYSIS REPORT
* 1. DOMAIN SIZE:
# This is the size of the problem: 1 for 1D problems, 2 for 2D problems, 3 for 3D problems.
3
* 2. EIGENVALUE ANALYSIS:
# MODE LAMBDA OMEGA FREQUENCY PERIOD
# ------------- ------------- ------------- ------------- -------------
1 7897.53 88.8681 14.1438 0.0707024
2 7897.53 88.8681 14.1438 0.0707024
3 8897.66 94.3274 15.0127 0.0666104
* 3. TOTAL MASS OF THE STRUCTURE:
# The total masses (translational and rotational) of the structure
# including the masses at fixed DOFs (if any).
# MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- -------------
22608 22608 0 38151 38151 282600
* 4. TOTAL FREE MASS OF THE STRUCTURE:
# The total masses (translational and rotational) of the structure
# including only the masses at free DOFs.
# MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- -------------
18369 18369 0 0 0 229613
* 5. CENTER OF MASS:
# The center of mass of the structure, calculated from free masses.
# X Y Z
# ------------- ------------- -------------
2.5 2.5 3
* 6. MODAL PARTICIPATION FACTORS:
# The participation factor for a certain mode 'a' in a certain direction 'i'
# indicates how strongly displacement along (or rotation about)
# the global axes is represented in the eigenvector of that mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 0.0875313 -135.532 0 0 0 0
2 135.532 0 0 0 0 0
3 0 0 0 0 0 479.179
* 7. MODAL PARTICIPATION MASSES:
# The modal participation masses for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 0.00766172 18369 0 0 0 0
2 18369 0 0 0 0 0
3 0 0 0 0 0 229612
* 8. MODAL PARTICIPATION MASSES (cumulative):
# The cumulative modal participation masses for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 0.00766172 18369 0 0 0 0
2 18369 18369 0 0 0 0
3 18369 18369 0 0 0 229612
* 9. MODAL PARTICIPATION MASS RATIOS (%):
# The modal participation mass ratios (%) for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 4.17101e-05 100 0 0 0 0
2 100 0 0 0 0 0
3 0 0 0 0 0 100
* 10. MODAL PARTICIPATION MASS RATIOS (%) (cumulative):
# The cumulative modal participation mass ratios (%) for each mode.
# MODE MX MY MZ RMX RMY RMZ
# ------------- ------------- ------------- ------------- ------------- ------------- -------------
1 4.17101e-05 100 0 0 0 0
2 100 100 0 0 0 0
3 100 100 0 0 0 100
When compared to ETABs Eigen values/periods/total mass is correct. But mass participation is slightly off.
Maybe you could also explain to me why the genBandArpack does not supporting setting a min and max number of modes to solve for like ETABS? It would be nice to be able to give a range to try target 90% mass participation without getting an error that the target number of modes can't be solved and having to run the modal analysis many times with different number of modes to find some acceptable value.