v0.3.0 #30
robbievanleeuwen
announced in
Announcements
v0.3.0
#30
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This version introduces introduces the concept of meshed reinforcement, allowing materials other than concrete to be meshed (variation of strain across region) which paves the way for composite analysis!
Bar reinforcement should now be assigned the
SteelBarmaterial to utilise in-built efficiencies in idealising bars as lumped masses and enabling calculation of parameters such ask_u.Full details of the changes are listed below, note there are several breaking changes in this release.
1. Material Module
Steelmaterial object to this section. If using a generic material, use the new genericMaterialclass and setmeshed=True.SteelBarclass, or by using theMaterialclas withmeshed=False.2. Pre Module
CPGeomobject, an optimised version of the sectionpropertiesGeometryobject. All geometry is converted toCPGeomobjects after creating aConcreteSectionobject.3. Concrete Section Module
4. Interaction Diagram Changes
m_negfeature to facilitate the above. Negative diagrams can now be easily created by manually creating another interaction diagram with a 180 degree bending axis rotation and displaying both diagrams on a single plot.5. Results Module
ConcretePropertiesandTransformedConcretePropertiesrenamed toGrossPropertiesandTransformedGrossProperties.StressResultobject to handle concrete geometries, meshed reinforcement geometries and lumped reinforcement geometries.6. Design Code Module
AS3600interaction diagram includes the balanced point by default, ensuring kinks in the diagram are correctly captured.7. Utilities Module
split_geom_at_strains()to improve performance.Full changelog: v0.2.3...v0.3.0
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions