Skip to content

Commit f47a561

Browse files
authored
Merge pull request #182 from Czarified/MajorFrames
Major frames refinement
2 parents 5e1dfb6 + 9c9ec1d commit f47a561

File tree

6 files changed

+321
-251
lines changed

6 files changed

+321
-251
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ predicated empirical formulas.
5959
These should probably become their own Issues, but they will at least become their own PR's. It's easier to list them all here for now.
6060

6161
- [x] ForcedCrippling needs it's own class, so MinorFrames, Longerons, and Covers can utilize the same methods without repeating code.
62-
- [ ] MajorFrames need their own class for analysis methods.
62+
- [x] MajorFrames need their own class for analysis methods.
6363
- [ ] Fuselage class needs a cut method to generate geometry for analysis by averaging the geometry between defined sections.
6464
- [ ] How does the Fuselage class define where all the different load points (and therefor MajorFrames) are?
6565

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperstruct"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Hyperstruct"
55
authors = ["Benjamin Crews <aceF22@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)