SteveGregory
Structural
- Jul 18, 2006
- 554
I have a database of steel shapes that includes a descriptive label, the cross-sectional area, the section modulus, the moment of inertia and a few other items. The data for each shape is on a separate row. I have sorted the database by area (or weight) so that the least weight items are at the top.
I have calculated values for the required minimum section modulus and minimum moment of inertia. I would like to find the first shape in the database that will satisfy the minimum criteria for these two properties. Since the database is sorted by the area (weight), the section modulus and moment of inertia are not sorted in ascending order.
Are there a series of functions that I can use to find the shape? The functions could be in separate equations or combined in one formula.
I have calculated values for the required minimum section modulus and minimum moment of inertia. I would like to find the first shape in the database that will satisfy the minimum criteria for these two properties. Since the database is sorted by the area (weight), the section modulus and moment of inertia are not sorted in ascending order.
Are there a series of functions that I can use to find the shape? The functions could be in separate equations or combined in one formula.