sunusoidal load nastran
sunusoidal load nastran
(OP)
hi,
i need to simulate a sample excited with a shaker.
i must imput a sunusoidal displacement at the clamped end of the sample and the i recover the response from the free end .
i use the dirct frequency response analysis.
i ask if some one can help me to imput the sinusoidal displacement.
i need to simulate a sample excited with a shaker.
i must imput a sunusoidal displacement at the clamped end of the sample and the i recover the response from the free end .
i use the dirct frequency response analysis.
i ask if some one can help me to imput the sinusoidal displacement.





RE: sunusoidal load nastran
this is an example of what cards you should use to apply the excitation as enforced displacement by means of the Direct Enforced Motion method:
$ This card is the one which groups all the loads you have in your analysis, in this case only the enforced motion
$DLOAD, SID, S, S1, L1
DLOAD, 2, 1., 1., 8
$
$RLOAD2, SID, EXCID, DELAY, DPHASE, TB, TP, TYPE
RLOAD2, 8, 9, , , 7, , DISP
$
$ Assuming you are exciting from 20 to 100 Hz and the amplitude of your excitation is constant and equal to 5g
TABLED1, 7
,20., 5., 100., 5., ENDT
$
$ The node to which you apply the SPCD card (so the enforced motion) must be constrained, therefore you need an SPC card also
$SPCD, SID, G1, C1, D1
SPCD, 9, 16, 3, 1.
$ Since it is a clamped end, you need to constrain all the dofs, included the one used for the enforced motion (in this case it is number 3)
SPC1, 1, 123456, 1, 16,
RE: sunusoidal load nastran
I work with msc nstran with patran 12.2.
RE: sunusoidal load nastran
Once you have created your finite element model using patran, just open the .bdf file and add the code I gave you in your file.
Then you just need to change some values according to your needs. I will repeat the code here to show which parts you need to change:
$DLOAD, SID, S, S1, L1
DLOAD, 2, 1., 1., 8
$
$RLOAD2, SID, EXCID, DELAY, DPHASE, TB, TP, TYPE
RLOAD2, 8, 9, , , 7, , DISP
$
$ Change the frequency values and the magnitude
TABLED1, 7
,20., 5., 100., 5., ENDT
$
$ Change the grid point to which you want to apply the excitation (16) and the direction in which you want to give it (3)
$SPCD, SID, G1, C1, D1
SPCD, 9, 16, 3, 1.
$ Change the grid point (16), it has to be equal to the one tou defined in the SPCD card
SPC1, 1, 123456, 1, 16,
Also, in your Case Control section (which means, before the BEGIN BULK) you need to add these 2 lines:
SPC = 1
DLOAD = 2
Finally, have a look at this website about Patran: http://web.mscsoftware.com/patran/current/html_pat... you might find something useful
RE: sunusoidal load nastran
can you tell if nastran can determine the damping effect of friction between to plate.
RE: sunusoidal load nastran
RE: sunusoidal load nastran
so can i have the modal damping and the friction damping of the bending modes?
RE: sunusoidal load nastran
RE: sunusoidal load nastran
Thanks for the reply
the problem definition is:
I work with msc nstran with patran 12.2. I use to simulate a sample excited with a shaker.
i must imput a sunusoidal displacement at the clamped end of the sample and then i recover the response from the free end. Then, i must introduce the friction coefficient.
finallyi need to determine the modal damping 'including the friction effect'.
RE: sunusoidal load nastran
using sol 109 or 112 i can't get the modal analysis. i attached my .bdf file.
i apply the following time dependent force t f
0 0
0.0075 45
0.015 0
0.025 -45
0.03 0
i don't know how to modify this card like you have suggest. "activate TABDMP1 card by a SDAMPING card in the Case Control
Regards
RE: sunusoidal load nastran
RE: sunusoidal load nastran
Then, there is something that is not clear in your setup: your beam is clamped therefore you have all the dofs 123456 in the SPC1 card, but then you apply a force to a grid (9704)which is close to the fixed end. If this is meant to reproduce the base-shaking condition it will not work, because you are not moving the beam base since it is completely fixed.
The cards you need to have in your input file are the ones I told you in my previous posts (since you are using a transient solution you need the TLOAD2 card instead of the RLOAD2, but all the others are the same).
Unfortunately I do not know how to set it up using Patran.
To define modal damping in Patran have a look here: http://www.scc.kit.edu/scc/sw/msc/Nas102/prob04.pd... at pages 13-14 and see if you manage to do it
RE: sunusoidal load nastran
I constraint the dofs 1.3.4.5.6 dof and i apply a sine wave at the clamped end but when i plot the results the beam translate in the y direction. i dont obtaine the mode shape. have you any proposition. the attached file is the bdf card of the model.
RE: sunusoidal load nastran
your beam translates in the y direction because it is not constrained, thus it has a rigid body mode.
To constraint the y direction you need to add number 2 in your constrained dofs (which will be 123456).
To simulate the base motion you must not use an input defined as a FORCE.
Have a look at the first video in this page: https://www.google.fr/webhp?sourceid=chrome-instan... it should explain how to do it in Patran. Try also thus one https://www.youtube.com/watch?v=nxcj4TbnDt8&fe...