frequency response analysis
Hello,
I am trying to set up a frequency response analysis for my model.
using the global output request card it is possible to get acceleration and displacement results for a set of nodes.
What I can't figure out is how to get the results for the frequency response for the strain between two nodes???
Answers
-
Hi,
output the strain in HyperMesh and follow the steps below:
in HyperView,
1)plot the strain results and change the averaging method to simple
2)on the graphic window right click and select query-->nodes.
3) click the nodes and you should the see the contour value for that node.this will average the contour results of the elements to the nearest node.
Hope this helps.
you can also get the results from query panel in HyperView.0 -
Student_1739
Can you elaborate on what you mean by strain between two nodes? perhaps explain what you need with an image?
0 -
By strain I mean the mechanical strain wich occurs between two nodes. I want to simulate a strain gauge.
Unfortunately by just adding strain to the output card there is still no frequency response plot in the ***_freq.mvw file.
Why is this only possible with the displacement and the acceleration??
0 -
Strain gauge measures engineering strain. so you want to get the engineering strain, is it?
True strain= In(1+Engineering strain) where true strain is what you get from FEA analysis. You can use expression builder in HyperView to get the results.
In HyperView click Derived results to write mathematical expression and this expression will be reflected in the result type.
0 -
the expression used in the above picture is for Engineering strain.
Please let us know if this is what you are look for!
0 -
-
in STRAIN under EXTRA(1) change it to MECH which will output the MECHANICAL strain for specific node(s), if you specify any node set/all
0 -
for the strain Output request it is not possible to choose an entity set based on nodes. which makes sense, because a node by it self has no length and therefor no strain.
so I created a set based on an element.I tried that, but there are still only the plots for the acceleration grids.
0 -
Student_1739
The strain is written out to the h3d file as well, please go to build plots panel and open the h3d file there, this will have the strain results,
You can also review the .strn file which will have the requested strain data.
0 -
-
XX is the X tensor direction and Z1 represents the upper layer of shell element and Z2 represents the lower. Z1 and Z2 are different for different solvers.
if you see XY, YZ, ZX components they are the shear components.
YZ and ZX will not be seen for pure bending
0 -
thank you very much!
0