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
-
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
SteelBar
material 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
Steel
material object to this section. If using a generic material, use the new genericMaterial
class and setmeshed=True
.SteelBar
class, or by using theMaterial
clas withmeshed=False
.2. Pre Module
CPGeom
object, an optimised version of the sectionpropertiesGeometry
object. All geometry is converted toCPGeom
objects after creating aConcreteSection
object.3. Concrete Section Module
4. Interaction Diagram Changes
m_neg
feature 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
ConcreteProperties
andTransformedConcreteProperties
renamed toGrossProperties
andTransformedGrossProperties
.StressResult
object to handle concrete geometries, meshed reinforcement geometries and lumped reinforcement geometries.6. Design Code Module
AS3600
interaction 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