-
Notifications
You must be signed in to change notification settings - Fork 4
571 feature request add basis for complex steel shapes #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
571 feature request add basis for complex steel shapes #572
Conversation
…ers for cross sections
… section functionality
…rofile functionality
…ion modulus properties
…, and add geometry property
…or for undefined material strengths
…tring representations in CHSSteelProfile and StripSteelProfile tests
…SteelCrossSection for improved shape representation
…odule path and add geometry tests for CHSSteelProfile and StripSteelProfile.
…y naming and enhance geometry handling; update tests accordingly.
Thank you so much for contributing to Blueprints! This is your Pull Request # 16 to this project. Now that you've created your pull request, please don't go away; take a look at the bottom of this page for the automated checks that should already be running. If they pass, great! If not, please click on 'Details' and see if you can fix the problem they've identified. A maintainer should be along shortly to review your pull request and help get it added! |
…andrelCrossSection
…iation with nominal thickness
…file parameter and update corrosion error messages; adjust test cases for CHS profile geometry and section properties.
…mple; update documentation to include I profile usage
…, Strip, and HEB profiles
…for better test organization
Description
Add basis for complex steel shapes, such as CHS, strips, and I-profiles. The idea is to build steel shapes from basic elemental shapes. The code has been set up like the reinforced concrete is: which is a rectangle (concrete) with inner circles (rebar). Steel elements such as I-profiles consist of 3 rectangles and 4 radii. A tube is just a single element. Using this method, it's rather easy to build your own shapes.
Also did some optimizations for speed regarding curves fix.
Fixes #571
Type of change
Please delete options that are not relevant.
Checklist: