-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding element offsets to shell and beam elements (#250)
* Adding thickness offset option to iso shell constitutive * Adding thickness offset option to composite shell constitutive * Fixing problem in generateBDFCard * Fixing problem in generateBDFCard * Adding thickness offset to smeared composite class * Adding thickness offset to smeared rectangular beam class * Fixing broken test * test debug * reducing real tolerance for failing test * Adding offset terms to shell inertia * clang format * Initialization bug fix * Minor comment edit * Adding offset terms to beam inertia * Adding beam offset integration test * Moving beam transform to separate header file * Updating test docstring * Adding plate offset integration test * Adding additional docstrings to offset parameters * Updating include statement in cython file to reflect new beam transfer header * Minor comment edit * Fixing index in smeared composite mass moment * Fixing bugs in offset routine for smeared composite * Fixing bugs in dv sens for shell moment of inertia * Adding more offset tests * clang format * Fixing sign issue on shell moment term * Fixing sign issue on beam mass moment terms * clang format * switching from cte to alpha kwargs * Adding missing quadrature weight to beam inertial force * clang format * Adding mass moment to centrifugal force * Adding centrifugal offset test to shell integration test
- Loading branch information
Showing
31 changed files
with
1,460 additions
and
412 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
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
Oops, something went wrong.