Replies: 1 comment 2 replies
-
inactivity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was trying to implement linear dynamic analysis, where a stiffness, mass and damp matrix is available all with size of
nxn
wheren
is total number of DoFs. as a result we need the displacement vector (size1xn
) at any given timet
with incremental solve procedure with methods like newton-raphson for single dof systemDo you guys know any method (preferably simple) that can be used for such idea? I think the modal analysis is not good, because it is not extendable to system with damp matrix.
image from here: link
Beta Was this translation helpful? Give feedback.
All reactions