I want different units to set different elastic modulus. What should I do?Thanks!
Hi,
the code assumes consistent units of all parameters, so you can use any mutually consistent units you want, but all quantities must be defined in those units.
r.
On 18. 05. 21 14:06, 979439736@qq.com wrote:
I want different units to set different elastic modulus. What should I do?Thanks! _______________________________________________ SfePy mailing list -- sfepy@python.org To unsubscribe send an email to sfepy-leave@python.org https://mail.python.org/mailman3/lists/sfepy.python.org/ Member address: cimrman3@ntc.zcu.cz
I directly set the modulus of elasticity in matrix form, but the result of the element stiffness matrix is incorrect. What is the problem? Or how can I interpolate the stiffness matrix externally and then input it into sfepy to calculate the overall stiffness matrix.
Sorry, there is something wrong with my initial statement. What I mean is that different grid cells have different elastic moduli.
On 19. 05. 21 3:32, 979439736@qq.com wrote:
Sorry, there is something wrong with my initial statement. What I mean is that different grid cells have different elastic moduli.
I see, have a look at [1],[2]. If you only have a few regions that have different material parameters, you can use the second example shown in [3].
Cheers, r.
[1] https://sfepy.org/doc-devel/users_guide.html#defining-material-parameters-by... [2] https://sfepy.org/doc-devel/users_guide.html#functions [3] https://sfepy.org/doc-devel/users_guide.html#materials