Replies: 3 comments
-
Hi @jchkoch thanks for your kind words, I'm glad you are getting good mileage out of I am open to having a new timber/CLT section library for easily creating these cross-sections. I assume this would be similar to the current libraries, which are just methods that return a |
Beta Was this translation helpful? Give feedback.
-
Hi, I am an engineering working with fibre-reinforced polymers in bridge construction and I have just being playing about with this great package and I would like to express my interest in getting anisotropic materials working properly. I do not have the skills honestly to contribute much, apart from code that implements the lamination theory is there is interest. One thing I |
Beta Was this translation helpful? Give feedback.
-
Laminated material in this case CLT and anisotropic material are two different concepts in general. For CLT, often it is modeled via orthogonal material models. When the material stiffness is a matrix, the underlying math needs to be reformulated. With the current codebase, I am afraid that one can at most extend it to very simple orthogonal case, and the material has to be aligned with major and minor axes. I don't think it is universally useful. It needs quite some work, if this is the direction to go, maybe start with simple orthogonal case. |
Beta Was this translation helpful? Give feedback.
-
First of all fantastic package, I have found myself going back to it more and more when needing to analyze CompoundGeometry steel cross-sections. Of particular interest to me is how section-properties might be used to calculate the cross-sectional properties and a stress state of for example cross-laminated timber. Currently, section-properties seems able to compute the$(EI)_{eff}$ bending stiffness for both the major and minor axis if each layer of the CLT is modelled as a CompoundGeometry class, where two materials for alternating layers is used (i.e. $E_0$ and $E_90$ of a timber material).
The following gist shows a example 3-ply CLT section https://gist.github.com/jchkoch/ced0142406d635ba0bc76b88feff67e3.$E_0$ bending stiffness (modulus-weighted as it were) seem to be correct. The minor axis $E_{90}$ bending stiffness seems to be too large; however, that could be due to the fact that most design methods of CLT tend to neglect the outer layers. I will be further checking into this and try to validate if this would be a approach to analysis CLT cross-sections.
Using a separate spreadsheet check the major axis
My general question would first if section-properties is useful for this application (my initial test seems to indicate yes) and whether adding support for anisotropic materials would be interesting for this package. My current thought would be to develop a specific geometry class for CLT (e.g. for the definition of layers) and a material class which could be applied to the geometry object.
Beta Was this translation helpful? Give feedback.
All reactions