1. Home
  2. Diamonds
  3. Errors
  4. Calculation
  5. Error: Index was outside the bounds of the array at Dew.Math.TMtxVec.get_DefaultArray(…)

Error: Index was outside the bounds of the array at Dew.Math.TMtxVec.get_DefaultArray(…)

Contents

When you run a model analysis, you get the error:

Solution

The number of eigenfrequencies that can be calculated for a structure depends on the degrees of freedom.
For example: a column has a fixed support at the bottom and has 8 divisions in the mesh.

  • Without additional boundary conditions, each meshnode has 6 degrees of freedom. Thus you’ll be able to calculate 8 x 6 = 48 eigenfrequencies. From the moment you ask 49 eigenfrequencies, you’ll get the error above.
  • If you prevent for example the displacement in the Z-direction and the rotation around the X-axis along the column, each mesh node has 4 degrees of freedom. You’ll be able to calculate 8 x 4 = 32 eigenfrequencies.

So if you get the error above, you

  • either asked too many eigenfrequencies
  • either don’t have enough degrees of freedom. Choose a smaller mesh size.

Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for? Don't worry we're here to help!
CONTACT SUPPORT