Hello!,
Yes, in fact, you can to perform modal analysis with bolt pre-loading effects + contact surface-to-surface effects with NX NASTRAN.
Since modal analysis is essentially solving the differential equation of free-vibration, the load is not in the equation. So in SOL 103, the load is ignored. There are two method to take into account the pre-loading effects:
• Use SOL103 with STATSUB, or
• Use SOL106.
1. Use STATSUB:
Specifying the gravity load in a static subcase and including the STATSUB case control in the dynamic subcase will cause the differential stiffness to be computed and included in the normal mode solution.
Here you are an example of modal analysis of an assembly with NO contact between components.
And here you are the same model solved using bolt-preload + surface-to.surface contacts plus also node-to-node explicit contact CGAP 1-D elements to take in aaccount the contact with a rigid floor:
For more info take a look to my blog:
2. Use SOL 106:
NX NASTRAN SOL 106 provides an easy way to perform modal analysis with pre-load. The key is to put the
METHOD command in the case control and put an eigenvalue card, such as
EIRGL, in the bulk data session. Also, param
LGDISP needs to be specified to compute the differential stiffness, and
NMLOOP should be a value not equal to zero so that the normal modes are computed based on the updated non-linear stiffness.
Here is an example using SOL 106:
$
$ Normal Mode Analysis with Preload - Solution 106
$ Note that LGDISP = 1 is set to get differential stiffness matrix
$ case control METHOD = 10 calls eigenvalue module
$
SOL 106
$
CEND
$
TITLE = Normal Modes with Preload
SUBCASE 1
NLPARM = 1
LOAD = 1
METHOD = 10
SPC = 100
DISPLACEMENT = ALL
$
BEGIN BULK
$
$------8-------8-------8-------8-------8-------8-------8-------8-------8-------
8
$
$ Param Cards
$
PARAM WTMASS 0.00259
PARAM COUPMASS 1
PARAM POST -2
$
$ Nodes
$
GRID 1 0 0. 0. 0.
GRID 2 0 10. 0. 0.
GRID 3 0 20. 0. 0.
GRID 4 0 30. 0. 0.
GRID 5 0 40. 0. 0.
GRID 6 0 50. 0. 0.
GRID 7 0 60. 0. 0.
GRID 8 0 70. 0. 0.
GRID 9 0 80. 0. 0.
GRID 10 0 90. 0. 0.
GRID 11 0 100. 0. 0.
$
$ Bar Elements
$
CBAR 1 11 1 2 0. 1. 0.
CBAR 2 11 2 3 0. 1. 0.
CBAR 3 11 3 4 0. 1. 0.
CBAR 4 11 4 5 0. 1. 0.
CBAR 5 11 5 6 0. 1. 0.
CBAR 6 11 6 7 0. 1. 0.
CBAR 7 11 7 8 0. 1. 0.
CBAR 8 11 8 9 0. 1. 0.
CBAR 9 11 9 10 0. 1. 0.
CBAR 10 11 10 11 0. 1. 0.
$
$ Bar Properties
$
PBARL 11 12 I +
+ 2. 1. 1. .1 .1 .1
$
$ Material Properties
$
MAT1 12 1.0E+7 .33 .101
$
$ Restraints
$
SPC1 100 345 1 THRU 11
SPC1 100 1234 1
SPC1 100 234 11
$
$------8-------8-------8-------8-------8-------8-------8-------8-------8-------
8
$
$ EIGRL Card for Eigenvalue Specification
$
EIGRL 10 3
$
$ PARAM Cards: LGDISP & NMLOOP
$
PARAM LGDISP 1
PARAM NMLOOP 5
$
$ NLPARM Card
$
NLPARM 1 5 AUTO 5 25 PW NO+
+ 0.001 1.0E-7
$
$ FORCE Card
$
FORCE 1 11 0 500. 1. 0. 0.
$
$
ENDDATA
Best regards,
Blas.
~~~~~~~~~~~~~~~~~~~~~~
Blas Molero Hidalgo
Ingeniero Industrial
Director
IBERISA
48011 BILBAO (SPAIN)
WEB:
Blog de FEMAP & NX Nastran: