dynamic tensor mechanics axisymmetric RZ #21893
-
|
Hello, I have been trying to use the Dynamic Tensor Mechanics action to solve an axisymmetric RZ problem, but I always get an error saying the coordinate system is not supported. I have tried the following approaches to solve the issue, but nothing has worked so far.
Could you help me with this please? I appreciate your time. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
You are probably missing the following block in the input file [Mesh]
coord_type = RZ
[] |
Beta Was this translation helpful? Give feedback.
-
I don't believe we can work on that soon. If you are interested in looking at it, I'd review
It's hard to know what's going on there. I recommend you look at quasistatic RZ problems in the repository and see if you are missing something. Wonder if your BCs are correct since you mentioned you used the same input for XYZ. |
Beta Was this translation helpful? Give feedback.
-
|
A work around might be to use TotalLagrangianStressDivergenceAxisymmetricCylindrical like in this example: |
Beta Was this translation helpful? Give feedback.
I don't believe we can work on that soon. If you are interested in looking at it, I'd review
DynamicStressDivergenceTensorswhich does the Cartesian definition of stresses within a dynamic integrator and then also atStressDivergenceRZTensorswhich does the axisymmetric work for quasi-statics. To successfully implement the RZ problem in dynamics you'd need to derive the expressions including_alpha,_dt, and_zeta.