Calculate mass matrix
Moderators: silvia, selimgunay, Moderators
Calculate mass matrix
Are there any instructions to obtain the mass matrix of a structure?
Thank you.
Thank you.
Re: Calculate mass matrix
I have the same problem.
In the OpenSees manual is written the following:
------------MANUAL--------------
printA <-file $fileName>
will print the contents of a FullGeneral system that the integrator creates to the screen or a file if the -file option is used. If using a static integrator, the resulting matrix is the stiffness matrix. If a transient integrator, it will be some combination of mass and stiffness matrices
------------------------------------
But, what kind of combination is?
Thanks in advance
David
In the OpenSees manual is written the following:
------------MANUAL--------------
printA <-file $fileName>
will print the contents of a FullGeneral system that the integrator creates to the screen or a file if the -file option is used. If using a static integrator, the resulting matrix is the stiffness matrix. If a transient integrator, it will be some combination of mass and stiffness matrices
------------------------------------
But, what kind of combination is?
Thanks in advance
David
-
- Posts: 1
- Joined: Mon May 14, 2018 1:44 pm
- Location: the ohio state university
Re: Calculate mass matrix
have you solved the problem now?
I take several trial but still don't know what is the combinantion of the " mass and stiffness matrices"
could someone give us a solution?
thanks
Yinghao
I take several trial but still don't know what is the combinantion of the " mass and stiffness matrices"
could someone give us a solution?
thanks
Yinghao
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Calculate mass matrix
If you use the transient integrator "Explicit Newmark" with zero damping, the output of the printA command will be the mass matrix
Re: Calculate mass matrix
Thanks Silimgunay!
And what about Force vector?, is there any implemented function to obtain it? like printA for K and M
And what about Force vector?, is there any implemented function to obtain it? like printA for K and M
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Calculate mass matrix
As far as I know there is not. You can obtain it by multiplying K with the displacements when you use consistent dof in K and the displacement