Explicit Dynamics: Initial Velocity Condition #27880
Unanswered
ddm42
asked this question in
Q&A Modules: General
Replies: 2 comments 9 replies
-
Hello Is velocity a variable? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is computed from the derivative of displacement. I used to extract it as an AuxVariable through the implicit dynamics system. And we were also able to set the initial condition through the auxvariable. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am trying to run a problem using the "CentralDifference" TimeIntegrator derived from the ActuallyExplicitTimeIntergrator class, and there doesn't seem to be a way to set an initial velocity condition on the body. Is there a way to do this? I tried to implement a quick fix in CentralDifference::computeTimeDerivativeHelper() where I could make temporary u_old and u_older variables on the first time step, but I am unable to add or subtract a number from those classes. Is there a better way to implement this?
Beta Was this translation helpful? Give feedback.
All reactions