-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added design constraints documentation
- Loading branch information
Showing
11 changed files
with
205 additions
and
13 deletions.
There are no files selected for viewing
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
Binary file not shown.
115 changes: 115 additions & 0 deletions
115
docs/analysis/materials/materialSelection/matCompare.ipynb
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
material,yield,cost | ||
AR500 Steel,187,1.5 | ||
AR400 Steel,140,1.2 | ||
7075-T6 Aluminum,73,5 | ||
2024-T3 Aluminum,50,3.5 | ||
6061-T6 Aluminum,40,2.8 | ||
5052-H32 Aluminum,28,2.5 | ||
4130 Chromoly Steel,63.1,5 | ||
G90 Steel,33,1 | ||
Mild Steel (A36),36,0.6 | ||
Stainless Steel 304,30,3 | ||
Stainless Steel 316,30,4 | ||
Titanium (Grade 5),128,20 | ||
Titanium (Grade 2),50,15 | ||
Brass,14,2.5 | ||
Copper,10,3 | ||
1075 Blue Temper Spring Steel,75,5 |
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,12 @@ | ||
# Design Constraints | ||
## Materials | ||
Aluminum and stainless preferred. | ||
|
||
Plastics (except for bearings or cowlings) are disqualified until the project can source anisotropic materials analysts (go to [Contribute](../gettingStarted/index.md) if that describes you!) | ||
|
||
## General Engineering | ||
- Design for sheet metal manufacturing (CNC Laser, Waterjet, press braking, etc.). Machined parts that require CNC are likely to be rejected in PRs (exceptions made for actuator components) | ||
### Welding | ||
Welding is not permitted for Aluminum as it more than halves the allowable yield stress of the material. | ||
|
||
Welding Steel is permitted, provided it takes place at manufacture and not assembly (in situ). |
This file was deleted.
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,6 +1,4 @@ | ||
# Software DevOps | ||
## Code | ||
Code is stored on GitHub. | ||
|
||
## Language | ||
Python is the preferred language of the project. |
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