Skip to content

What happened to SecondDerivativeImplicitEuler ? #17034

Discussion options

You must be logged in to vote

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

  • density = 1.
  • eta = 0, alpha = 0. No damping.
  • Gamma = 0.5, beta = 0.25. These are default parameters of NemarkBeta.

which reduces to second order implicit euler.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@sapitts
Comment options

sapitts Feb 18, 2021
Collaborator

@cbolisetti
Comment options

@mangerij
Comment options

Comment options

You must be logged in to vote
1 reply
@mangerij
Comment options

Answer selected by mangerij
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants