-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b967373
commit 080522b
Showing
10 changed files
with
243 additions
and
7,000 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[deps] | ||
AISCSteel = "599de4a1-440e-403d-8b33-ce14758023a2" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Chapter D - Design of Members for Tension | ||
|
||
This chapter applies to members subject to axial tension. | ||
|
||
*not implemented* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Chapter E - Design of Members for Compression | ||
|
||
This chapter applies to members subject to axial compression. | ||
|
||
This section is *not implemented*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
# Chapter F - Design of Members for Flexure | ||
|
||
This chapter applies to members subject to simple bending about one principal axis. For | ||
simple bending, the member is loaded in a plane parallel to a principal axis that passes | ||
through the shear center or is restrained against twisting at load points and supports. | ||
|
||
- [F1. General Provisions](@ref) | ||
- [F2. Doubly Symmetric Compact I-Shaped Members and Channels Bent about Their Major Axis](@ref) | ||
- [F3. Doubly Symmetric I-Shaped Members with Compact Webs and Noncompact or Slender Flanges Bent about Their Major Axis](@ref) | ||
- [F4. Other I-Shaped Members with Compact or Noncompact Webs Bent about Their Major Axis](@ref) | ||
- [F5. Doubly Symmetric and Singly Symmetric I-Shaped Members with Slender Webs Bent about Their Major Axis](@ref) | ||
- [F6. I-Shaped Members and Channels Bent about Their Minor Axis](@ref) | ||
- [F7. Square and Rectangular HSS and Box Sections](@ref) | ||
- [F8. Round HSS](@ref) | ||
- [F9. Tees and Double Angles Loaded in the Plane of Symmetry](@ref) | ||
- [F10. Single Angles](@ref) | ||
- [F11. Rectangular Bars and Rounds](@ref) | ||
- [F12. Unsymmetrical Shapes](@ref) | ||
- [F13. Proportions of Beams and Girders](@ref) | ||
|
||
## F1. General Provisions | ||
|
||
## F2. Doubly Symmetric Compact I-Shaped Members and Channels Bent about Their Major Axis | ||
|
||
This section applies to doubly symmetric I-shaped members and channels bent about | ||
their major axis, having compact webs and compact flanges as defined in Section | ||
B4.1 for flexure. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.ChapterFFlexure.F2] | ||
``` | ||
|
||
## F3. Doubly Symmetric I-Shaped Members with Compact Webs and Noncompact or Slender Flanges Bent about Their Major Axis | ||
|
||
This section applies to doubly symmetric I-shaped members bent about their major | ||
axis having compact webs and noncompact or slender flanges as defined in Section | ||
B4.1 for flexure. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.ChapterFFlexure.F3] | ||
``` | ||
|
||
## F4. Other I-Shaped Members with Compact or Noncompact Webs Bent about Their Major Axis | ||
|
||
This section applies to doubly symmetric I-shaped members bent about their major | ||
axis with noncompact webs and singly symmetric I-shaped members with webs | ||
attached to the mid-width of the flanges, bent about their major axis, with compact | ||
or noncompact webs, as defined in Section B4.1 for flexure. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.ChapterFFlexure.F4] | ||
``` | ||
|
||
## F5. Doubly Symmetric and Singly Symmetric I-Shaped Members with Slender Webs Bent about Their Major Axis | ||
|
||
This section applies to doubly symmetric and singly symmetric I-shaped members | ||
with slender webs attached to the mid-width of the flanges and bent about their major | ||
axis as defined in Section B4.1 for flexure. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.ChapterFFlexure.F5] | ||
``` | ||
|
||
## F6. I-Shaped Members and Channels Bent about Their Minor Axis | ||
|
||
This section is *not implemented*. | ||
|
||
## F7. Square and Rectangular HSS and Box Sections | ||
|
||
This section is *not implemented*. | ||
|
||
## F8. Round HSS | ||
|
||
This section is *not implemented*. | ||
|
||
## F9. Tees and Double Angles Loaded in the Plane of Symmetry | ||
|
||
This section is *not implemented*. | ||
|
||
## F10. Single Angles | ||
|
||
This section is *not implemented*. | ||
|
||
## F11. Rectangular Bars and Rounds | ||
|
||
This section is *not implemented*. | ||
|
||
## F12. Unsymmetrical Shapes | ||
|
||
This section is *not implemented*. | ||
|
||
## F13. Proportions of Beams and Girders | ||
|
||
This section is *not implemented*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Chapter G - Design of Members for Compression | ||
|
||
This chapter addresses webs of singly or doubly symmetric members subject to shear in the | ||
plane of the web, single angles and HSS subject to shear, and shear in the weak direction of | ||
singly or doubly symmetric shapes. | ||
|
||
This section is *not implemented*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Classifications | ||
|
||
These will be moved to Chapter B soon. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.Classifications] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Utils | ||
|
||
These functions are more internal for now. | ||
|
||
```@autodocs | ||
Modules = [AISCSteel.Utils] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters