Author Topic: How do I output nodal displacement in the MODAl analysis  (Read 8329 times)

zqzhang

  • Jr. Member
  • **
  • Posts: 23
How do I output nodal displacement in the MODAl analysis
« on: June 18, 2017, 03:04:35 AM »
Dear all,

How do I output every nodal displacement in the MODAl analysis?

best
ZQ

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: How do I output nodal displacement in the MODAl analysis
« Reply #1 on: June 18, 2017, 09:04:48 AM »
Did you try
Code: [Select]
DISPlacement,ALL ?

zqzhang

  • Jr. Member
  • **
  • Posts: 23
Re: How do I output nodal displacement in the MODAl analysis
« Reply #2 on: June 18, 2017, 05:56:02 PM »
Dear Professor,
     
           Thank you for your reply. I have used the command, but the values of the displacement are zeros. Please see the inputfile "Imodaltry1".

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: How do I output nodal displacement in the MODAl analysis
« Reply #3 on: June 18, 2017, 07:03:34 PM »
You got the solution to the problem you specified!
You have imposed no loads on your body, so your solution is zero.
Try putting a force on the system and you will see something.

Also you have a problem with 3 dofs per node so there is no need to specify boundary codes for 6 dofs.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: How do I output nodal displacement in the MODAl analysis
« Reply #4 on: June 19, 2017, 06:52:55 AM »
If you want to print the eigen-vectors see Appendix D for command EIGV.  You can also plot the eigen-vectors if the mesh is not too fine.

If you have done a modal analysis that produces a non-zero solution, then the previous descriptions apply

zqzhang

  • Jr. Member
  • **
  • Posts: 23
Re: How do I output nodal displacement in the MODAl analysis
« Reply #5 on: June 22, 2017, 03:28:46 AM »
Dear Prof. Taylor and Prof. Govindjee,
         Thank you for your responses. I want to output the nodal displacement  in MODAl analysis. If I obtain the nodal displacement, I can display the modal shape using other graphic program. But now only the  eigen-vectors can be print by FEAP. Can you tell me how to output or calculate the the nodal displacement? In addition,  is the  eigen-vectors printed by FEAP normalized by displacement or mass?

Best regards

ZQ. Zhang

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: How do I output nodal displacement in the MODAl analysis
« Reply #6 on: June 22, 2017, 06:56:20 AM »
Did you read reply #3?!  DISP will give you the displacements if you have any!

The vectors are probably mass orthonormalized.  Run a simple problem where you know the answer to double check.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: How do I output nodal displacement in the MODAl analysis
« Reply #7 on: June 23, 2017, 05:17:23 PM »
A simple file that uses modal integration and ouputs nodal displacements and element stresses is attached

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: How do I output nodal displacement in the MODAl analysis
« Reply #8 on: June 23, 2017, 05:18:30 PM »
Sorry here is file

zqzhang

  • Jr. Member
  • **
  • Posts: 23
Re: How do I output nodal displacement in the MODAl analysis
« Reply #9 on: June 25, 2017, 05:57:50 AM »
Dear Prof. Taylor,
         
         Thank you very much for your input file! In your file, the beam is subjected to a point load. When the simple supported beam is  subjected to no load, I can obtain the normal modes of free vibration. In the situation, the displacements are zero in the output file. However, I want to the nodal displacements to display the modal shape of free vibration in another graphic program. How can I do?  Could you give me some guidance?

Sorry for more requests.
Thank you very much.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: How do I output nodal displacement in the MODAl analysis
« Reply #10 on: June 25, 2017, 07:15:31 AM »
See the FEAP User Manual, Appendix D, command EIGV.

Probably what you want is: EIGV ALL 1  to get eigenvector "1".

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: How do I output nodal displacement in the MODAl analysis
« Reply #11 on: June 25, 2017, 08:06:13 AM »
FEAP will also plot the eigenmodes. Try
Code: [Select]
plot,defo,,,1
plot,eigv 2
for example to see the second eigenmode.

zqzhang

  • Jr. Member
  • **
  • Posts: 23
Re: How do I output nodal displacement in the MODAl analysis
« Reply #12 on: June 26, 2017, 06:31:10 PM »
Thank you very much. I understand.