What happened to SecondDerivativeImplicitEuler ? #17034
-
Hi, I vaguely remember that there used to be a SecondDerivativeImplicitEuler.C Kernel in solid_mechanics before it was migrated. Is this somewhere? Was it removed? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@sapitts Do you know this answer? |
Beta Was this translation helpful? Give feedback.
-
If you are talking about this one: https://github.com/idaholab/moose/blob/mlpack-15154/modules/solid_mechanics/src/kernels/SecondDerivativeImplicitEuler.C , this is now simply a special case of the InertialForce kernel. The inertial force kernel uses NewmarkBeta time integrator. A special case is
which reduces to second order implicit euler. |
Beta Was this translation helpful? Give feedback.
If you are talking about this one: https://github.com/idaholab/moose/blob/mlpack-15154/modules/solid_mechanics/src/kernels/SecondDerivativeImplicitEuler.C , this is now simply a special case of the InertialForce kernel.
The inertial force kernel uses NewmarkBeta time integrator. A special case is
which reduces to second order implicit euler.