Discussed in #185
Originally posted by jose-ortolano June 21, 2024
Hi!
I'm doing some tests with Brief Finite Element.NET. I am trying to figure out if it is possible somehow to impose a strain in some bars. My main goal is simulating the effect of loads such as temperature or prestressing.
Any information or help will be appreciated. Thank you in advance!
Kind Regards,
there are two cases:
- where an element got thermal diff and expands (thermal expansion coefficient),
- where an element have initial strain, like length error.
Probably both can be implemented as new load(s), which inherits from ElementalLoad.
Discussed in #185
Originally posted by jose-ortolano June 21, 2024
Hi!
I'm doing some tests with Brief Finite Element.NET. I am trying to figure out if it is possible somehow to impose a strain in some bars. My main goal is simulating the effect of loads such as temperature or prestressing.
Any information or help will be appreciated. Thank you in advance!
Kind Regards,
there are two cases:
Probably both can be implemented as new load(s), which inherits from
ElementalLoad.