Increase in stiffness over time #29808
-
Dear Moose Community, Concrete will increase its stiffness over time (and increase in strength, and shrink a little). Ignoring strength and shrinking, I'd like to model this increase in stiffness in a very simplified way just by increasing the Young's modulus of a linear-elastic material over time (using Executioner/Transient, SolidMechanics/QuasiStatic/strain = SMALL, SolidMechanics/QuasiStatic/incremental = true). If I model a purely linear-elastic block under constant loading and increase the Young's modulus over time, the stresses will remain constant and the material will expand. Fixing the boundaries of this block and increasing the Young's modulus would increase the stress within the block. Both options seem not suitable to model the stiffness increase of concrete. What is the best way to model this? Do I also have to apply a negative volumetric strain? If yes, how? Are there other options? Thanks & kind regards, |
Beta Was this translation helpful? Give feedback.
@jmeier I was thinking about this some more, and we actually do just what I proposed in some cases for inelastic models. This code is in ComputeMultipleInelasticStress:
The last block is the one that applies an increment to th…